- Newest
- Most votes
- Most comments
The error you're encountering is expected behavior for enabling Bedrock models in GovCloud. The process has been updated, and the Model access page approach has been retired in standard AWS regions.
To enable Claude Sonnet 4.5 in your GovCloud account, you need to establish the End User License Agreement (EULA) in your linked standard AWS account using one of these methods:
Method 1: Using the Chat/Playground Feature (Recommended)
- Sign in to your standard AWS account in either us-east-1 or us-west-2 region
- Open Amazon Bedrock and navigate to the Chat/Text playground area
- Select Claude Sonnet 4.5 as your foundation model
- Write any prompt and click Run to generate a response
- This invocation will establish the EULA and grant regional entitlement to access the model in GovCloud
Method 2: Using AWS CLI
- Sign in to your standard AWS account
- Run
aws bedrock list-foundation-modelsto get all foundation models and copy the Claude Sonnet 4.5 model ID - Run
aws bedrock list-foundation-model-agreement-offers --model-id <model-ID>and copy the offerToken - Run
aws bedrock create-foundation-model-agreement --model-id <model-ID> --offer-token <offerToken>
After completing either method, wait a few minutes for the entitlements to propagate from your standard AWS account to GovCloud. Then you should be able to access Claude Sonnet 4.5 in your GovCloud account through US-GOV Cross-Region Inference.
Sources
Updated Process to Enabling Bedrock Models in GovCloud: Chat/Playground Feature or AWS CLI Approach | AWS re:Post
Anthropic’s Claude Sonnet 4.5 is now in Amazon Bedrock in AWS GovCloud (US) - AWS
Relevant content
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 4 months ago
