Skip to content

Amazon Transcribe – OptInRequired / “The AWS Access Key Id needs a subscription for the service” error

0

Hello,

I’m encountering the following error when I try to access or test Amazon Transcribe from the AWS web console (and the issue persists across multiple regions, such as eu-west-1, eu-central-1, and us-east-1):

“The AWS Access Key Id needs a subscription for the service.”

My IAM user has the following permissions attached:

AmazonTranscribeFullAccess

AmazonPollyFullAccess

CloudWatchFullAccess

Amazon Polly is working correctly, which confirms that the account and credentials are valid. However, Amazon Transcribe is returning the OptInRequired error both from the console and via API.

Could you please help me to understand the error/suggest me the check that I have to do?

Thanks

Regards

asked 9 months ago362 views

1 Answer
0

This error message "The AWS Access Key Id needs a subscription for the service" (also known as OptInRequired error with HTTP status code 403) indicates that your AWS account needs to be specifically subscribed to the Amazon Transcribe service before you can use it.

Even though you have the correct IAM permissions (AmazonTranscribeFullAccess) assigned to your user, the error suggests that your AWS account itself hasn't been enabled for the Amazon Transcribe service. This is different from an authentication or permission issue - it's about service activation at the account level.

This type of error typically occurs when:

  1. The service requires an explicit opt-in or subscription at the account level
  2. The service might not be available in your account type or tier
  3. The service might require additional steps to activate

To resolve this issue, you could try:

  1. Check if Amazon Transcribe is available in your AWS account tier
  2. Contact AWS Support under "Account and billing" to inquire about enabling the Amazon Transcribe service for your account
  3. Verify if there are any additional steps needed to activate Amazon Transcribe in your account

The fact that Amazon Polly is working correctly confirms that your credentials and basic account setup are valid, but each AWS service can have different activation requirements.
Sources
Common Errors - AWS Management Console
Common Errors - Amazon Transcribe
The AWS Access Key Id needs a subscription for the service (Service: AppRunner, Status Code: 400) | AWS re:Post
Common Errors - Amazon Translate API Reference

answered 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.