Skip to content

Commit

Permalink
update scp to as-deployed in lab
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 3, 2026
1 parent ff769e2 commit be63231
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions aws/documentation/services/bedrock/scp.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,21 @@ This policy denies all Bedrock model invocations *unless* the resource matches y
"bedrock:Converse"
],
"NotResource": [
"arn:*:bedrock:*::foundation-model/meta.llama3-8b*",
"arn:*:bedrock:*::foundation-model/meta.llama3-70b*",
"arn:*:bedrock:*::foundation-model/anthropic.claude-4-5-sonnet*",
"arn:*:bedrock:*::foundation-model/anthropic.claude-3-haiku*",
# foundation models
"arn:*:bedrock:*::foundation-model/amazon.titan*",
"arn:*:bedrock:*::foundation-model/anthropic.claude-sonnet-4-5-*",
"arn:*:bedrock:*::foundation-model/anthropic.claude-3-7-sonnet*",
"arn:*:bedrock:*::foundation-model/anthropic.claude-3-5-sonnet*",
"arn:*:bedrock:*::foundation-model/amazon.titan*"
"arn:*:bedrock:*::foundation-model/anthropic.claude-3-haiku*",
"arn:*:bedrock:*::foundation-model/meta.llama3-8b*",
"arn:*:bedrock:*::foundation-model/meta.llama3-70b*",
# inference profiles
"arn:*:bedrock:*:*:inference-profile/*claude-3-5-sonnet-20240620*",
"arn:*:bedrock:*:*:inference-profile/*claude-3-7-sonnet*",
"arn:*:bedrock:*:*:inference-profile/*claude-sonnet-4-5-*",
"arn:*:bedrock:*:*:inference-profile/*claude-3-haiku*",
# application inference profiles
"arn:*:bedrock:*:*:application-inference-profile/*"
]
}
]
Expand Down Expand Up @@ -107,3 +115,5 @@ GovCloud handles Bedrock slightly differently than Commercial regions:
- develop guide and document
* 1.0.1 -- 2026-01-09
- update SCP to one that partially works (from lab testing)
* 1.0.2 -- 2026-03-03
- update SCP to as-deployed in lab

0 comments on commit be63231

Please sign in to comment.