You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,14 @@ The guidance can be deployed in any AWS region that supports:
169
169
- Amazon Bedrock
170
170
- (Optional) Amazon ECS Fargate for monitoring
171
171
172
-
Users can access Bedrock in any region you configure during setup, regardless of where the authentication infrastructure is deployed.
172
+
### Cross-Region Inference
173
+
174
+
Claude Code uses Amazon Bedrock's cross-region inference for optimal performance and availability. During setup, you can:
175
+
- Select your preferred Claude model (Opus, Sonnet, Haiku)
176
+
- Choose a cross-region profile (US, Europe, APAC) for optimal regional routing
177
+
- Select a specific source region within your profile for model inference
178
+
179
+
This automatically routes requests across multiple AWS regions to ensure the best response times and highest availability. Modern Claude models (3.7+) require cross-region inference for access.
173
180
174
181
## Implementation
175
182
@@ -185,7 +192,7 @@ The wizard will guide you through:
Copy file name to clipboardExpand all lines: assets/docs/DEPLOYMENT.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ poetry install
34
34
35
35
The `ccwb` (Claude Code with Bedrock) CLI tool guides you through deployment with an interactive wizard. Run `poetry run ccwb init` to begin. The wizard walks you through each configuration decision, starting with your OIDC provider details - enter the domain and Client ID you noted earlier.
36
36
37
-
Next, you'll choose AWS regions. Select where to deploy the authentication infrastructure (typically your primary AWS region) and which regions users should access Bedrock from. The wizard also offers optional monitoring setup, which provides usage analytics and cost tracking through OpenTelemetry.
37
+
Next, you'll select your Claude model and configure regional access. Choose from available Claude models (Opus, Sonnet, Haiku) and select a cross-region inference profile (US, Europe, or APAC) for optimal performance. The wizard will then prompt you to select a source region within your chosen profile for model inference. Finally, choose where to deploy the authentication infrastructure (typically your primary AWS region) and configure optional monitoring setup, which provides usage analytics and cost tracking through OpenTelemetry.
38
38
39
39
Once configuration is complete, deploy the infrastructure with:
0 commit comments