- Newest
- Most votes
- Most comments
The error you're encountering, "Failed to create regional entitlement. Account is not authorized for the model," suggests that there might be an issue with your account's authorization to access specific models in Amazon Bedrock. This is a common challenge that users face when trying to enable LLM models.
To address this issue, consider the following steps:
-
Verify model availability: Ensure that the models you're trying to access are available in the region you're working in. Some models may not be accessible in all AWS regions.
-
Check model access status: In the Amazon Bedrock console, navigate to the "Model access" page. Here, you should be able to see the access status for different models. Look for "Access granted" status for the models you want to use.
-
Request model access: If you don't see "Access granted" for the desired models, you may need to explicitly request access. Use the "Modify model access" option in the Bedrock console to request access to the specific models you need.
-
IAM permissions: While you mentioned checking permissions, it's worth double-checking that your IAM user or role has the necessary permissions, including the "AmazonBedrockFullAccess" policy or equivalent custom policy that allows managing access to Bedrock models.
-
Account restrictions: In some cases, there might be account-level restrictions preventing access to certain models. If you've tried with the root account and still face issues, it may be worth contacting AWS Support to check for any account-specific restrictions.
-
Region selection: Although you've tried multiple regions, ensure you're in the correct region when requesting access and when trying to use the models. The US East (N. Virginia) region (us-east-1) is often a good starting point as it typically has the widest range of available models.
-
Wait time: After requesting access, it may take several minutes for the access to be granted. Be patient and check back after a short while.
If you've gone through these steps and are still encountering issues, it would be advisable to open a support case with AWS to investigate any account-specific problems that might be preventing model access.
Remember that Amazon Bedrock is a relatively new service, and some features or models might still be in preview or have limited availability. Always check the latest documentation for any updates or known issues.
Sources
Community | Getting started with different LLMs on Amazon Bedrock
Getting started with Amazon Bedrock - Amazon Bedrock
Resolve InvokeModel API error in Amazon Bedrock | AWS re:Post
Thanks Adeleke,
I did open a support ticket, but I haven't heard back from AWS :S. I guess I'll have to wait a few days.
Thank you anyway!
Hello cjuega
I think the error you are getting seems to be with issue with you account. the best way is to open a support case to aws to check you account because on AWS repost we can't do this check
Thanks BR
Hey, I opened a support ticket to AWS. There seemed to be something wrong with my account that couldn't be addressed from the customer space.
After a few days, AWS managed to solve it at their end; and I can now use LLM models.
Posting here in case anybody else experiences the same problem.
Relevant content
- asked a year ago
- asked 16 days ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 10 months ago
hi there, have same issue here, did you get any help?