跳至內容

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 個月前檢視次數 308 次
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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。