We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b84b1f commit 4fb4064Copy full SHA for 4fb4064
1 file changed
modules/aws/agentic-coding-sandbox/backplane/landingzone/main.tf
@@ -8,11 +8,13 @@ resource "aws_organizations_organizational_unit" "bedrock" {
8
# eu.anthropic.claude-sonnet-4-20250514-v1:0
9
10
locals {
11
- # see https://docs.aws.amazon.com/bedrock/latest/userguide/model-access-permissions.html
+ # see https://docs.aws.amazon.com/bedrock/latest/userguide/model-access-product-ids.html
12
allowed_models = [
13
"prod-4dlfvry4v5hbi", // Anthropic Claude 3.7 Sonnet
14
"prod-m5ilt4siql27k", // Anthropic Claude 3.5 Sonnet
15
"prod-4pmewlybdftbs", // Anthropic Claude 4.0 Sonnet
16
+ "prod-5ukwuglpt66kg", // Anthropic Claude 4.6 Sonnet
17
+ "prod-xdkflymybwmvi", // Anthropic Claude 4.5 Haiku
18
]
19
20
# EU regions where Bedrock is allowed
0 commit comments