Search the documentation
12 pages for aws_region.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
errors
Claude Developer Platform · in the page
api/errors
…on AWS) from anthropic import AnthropicAWS client = AnthropicAWS(aws_region="us-west-2") response = client.messages.with_raw_response.create( model="claude-opus-4-8", max_tokens=10…
claude-in-amazon-bedrock
Claude Developer Platform · in the page
build-with-claude/claude-in-amazon-bedrock
…(`AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, `AWS_SESSION_TOKEN`, `AWS_REGION`), then the AWS config file and credential chain (SSO, assumed roles, ECS task role, IMDS). <Tabs> <Tab title="cURL"…
claude-on-amazon-bedrock-legacy
Claude Developer Platform · in the page
build-with-claude/claude-on-amazon-bedrock-legacy
…als_temp.html. aws_session_token="<session_token>", # aws_region changes the aws region to which the request is made. If it is not provided, the SDK reads # AWS_REGION / AWS_DE…
claude-platform-on-aws
Claude Developer Platform · in the page
build-with-claude/claude-platform-on-aws
…AWS Console service page. Set the `ANTHROPIC_AWS_WORKSPACE_ID` and `AWS_REGION` environment variables so the SDK clients read them automatically: ```bash CLI export ANTHROPIC_AWS_WORKSPACE_ID='wrks…
Claude Code on Amazon Bedrock
Claude Code CLI · in the page
amazon-bedrock
…# Enable Bedrock integration export CLAUDE_CODE_USE_BEDROCK=1 export AWS_REGION=us-east-1 # optional if your AWS profile already sets a region # Optional: Override the AWS region for the small/fast…
Claude Code changelog
Claude Code CLI · in the page
changelog
…Bedrock to prefer a specific cross-region inference profile over the `AWS_REGION`-derived one * Added `crossSessionInbound` and `dialogExpiry` settings: cross-session messages sent to a session runn…
Deploy Claude apps gateway on AWS
Claude Code CLI · in the page
claude-apps-gateway-on-aws
…ables Every command on this page reads four values from your shell: `AWS_REGION`, `ACCOUNT_ID`, `VPC_ID`, and `PRIVATE_SUBNETS`. Pick a US region where Bedrock serves the Claude models you need. The…
Claude Code on Claude Platform on AWS
Claude Code CLI · in the page
claude-platform-on-aws
…an IAM role with permission to invoke the Anthropic service and set `AWS_REGION`. The credential chain picks the role up automatically. If your SSO credentials expire mid-session, configure [`awsAut…
Environment variables
Claude Code CLI · in the page
env-vars
…| | `ANTHROPIC_SMALL_FAST_MODEL_AWS_REGION` | Override AWS region for the Haiku-class model when using Amazon Bedrock or Amazon Bedrock Mantle. On…
Use Claude Code GitHub Actions with cloud providers
Claude Code CLI · in the page
github-actions-cloud-providers
…`aws-region` value with your own. The credentials step exports it as `AWS_REGION` for the rest of the job. ```yaml theme={null} name: Claude PR Action permissions:…
Claude Code GitLab CI/CD
Claude Code CLI · in the page
gitlab-ci-cd
…r role assumption: * `AWS_ROLE_TO_ASSUME` (role ARN) * `AWS_REGION` (Amazon Bedrock region) ### Setup instructions Configure AWS to allow GitLab CI jobs to assume an IAM role v…
Use Claude for M365 with third-party platforms
Claude Documentation · in the page
office-agents/third-party-platforms
…tellm_params: model: bedrock/us.anthropic.claude-opus-4-7 aws_region_name: us-east-1 litellm_settings: drop_params: true ``` ### Route to Google Cloud Vertex AI Use this `config.yaml`…