내용으로 건너뛰기

Enable Claude Sonnet 4.5 in GovCloud

0

I tried to enable the Claude Sonnet 4.5 through the Model access page, but I get the following error: "You must use your associated standard AWS account to establish a model access agreement or view the EULA in either us-east-1 or us-west-2 regions."

I then enabled the same model in the us-east-1 region on the standard AWS account, however I still receive that same error in GovCloud.

Additionally on the standard AWS account in region us-east-1 and us-west-2 I get "Model access page has been retired" on the Model access page after trying to follow this link: https://repost.aws/knowledge-center/bedrock-access-anthropic-model

질문됨 3달 전293회 조회
1개 답변
1

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)

  1. Sign in to your standard AWS account in either us-east-1 or us-west-2 region
  2. Open Amazon Bedrock and navigate to the Chat/Text playground area
  3. Select Claude Sonnet 4.5 as your foundation model
  4. Write any prompt and click Run to generate a response
  5. This invocation will establish the EULA and grant regional entitlement to access the model in GovCloud

Method 2: Using AWS CLI

  1. Sign in to your standard AWS account
  2. Run aws bedrock list-foundation-models to get all foundation models and copy the Claude Sonnet 4.5 model ID
  3. Run aws bedrock list-foundation-model-agreement-offers --model-id <model-ID> and copy the offerToken
  4. 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

답변함 3달 전
AWS
전문가
검토됨 3달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

관련 콘텐츠