- Newest
- Most votes
- Most comments
Hello.
It's possible that your AWS account has restrictions on using Bedrock.
In this case, I recommend that you open a case with AWS Support under "Account and billing" since there may not be anything you can do to resolve the issue.
https://repost.aws/ja/questions/QUHAyQFm2LTqOhLibr5Z9K4Q/aws-bedrock-model-access-results-in-operation-not-allowed?sc_ichannel=ha&sc_ilang=en&sc_isite=repost&sc_iplace=hp&sc_icontent=QUHAyQFm2LTqOhLibr5Z9K4Q&sc_ipos=16
https://stackoverflow.com/questions/78135644/aws-bedrock-not-able-to-get-access-error-operation-not-allowed
The issue you're experiencing with AWS Bedrock Batch Inference for the Meta Llama 3.2 90B model in the us-east-1 region appears to be related to model availability and service limitations rather than a configuration problem on your end.
Batch inference capabilities can vary by model and region, and not all models may support batch inference in all regions. The "Operation not allowed" error you're encountering suggests that there might be restrictions on batch inference for this specific model or in the region you're trying to use.
To troubleshoot and potentially resolve this issue:
-
Verify model availability: Check the AWS Bedrock documentation to confirm that the Meta Llama 3.2 90B model supports batch inference in the us-east-1 region. Model availability can change over time and vary by region.
-
Try a different region: If possible, attempt to run the batch inference job in a different region where the model is known to support batch inference.
-
Test with a different model: Try creating a batch inference job with a different model (e.g., one of the Claude models) to see if the issue is specific to the Meta Llama 3.2 90B model.
-
Individual requests: If batch inference is not supported for this model, you may need to fall back to making individual requests instead of using batch inference.
-
Contact AWS Support: If you've confirmed that batch inference should be supported for this model and region, and you've exhausted other troubleshooting steps, it would be advisable to open a support case with AWS. They can provide more specific guidance based on your account and usage details, and can also check if there are any known issues or limitations affecting your use case.
Remember that AWS services and capabilities are continually evolving, so it's possible that batch inference support for this model may be added or changed in the future if it's not currently available.
Sources
Error in AWS Bedrock Batch Inteference | AWS re:Post
Batch inference general operation error | AWS re:Post
Bedrock Batch Inference with Claude | AWS re:Post
Amazon Bedrock batch job: Validation Error: Operation Not Allowed | AWS re:Post
Relevant content
- asked a year ago
- asked 6 months ago
- asked a year ago
- AWS OFFICIALUpdated a year ago

This does not appear to be a regional issue - I have tried other Llama models available in us-east-1.