Select Language:
If you’re having trouble using the AWS Elemental MediaConvert service and see an error saying, “The AWS Access Key Id needs a subscription for the service,” don’t worry. This usually happens because the service hasn’t been activated yet for your account.
Here’s a simple step-by-step approach to fix this issue:
First, check if MediaConvert is enabled for your account and region. Sometimes, new accounts or certain regions require manual activation. Log in to the AWS Management Console and go to the MediaConvert service page. If the service loads but doesn’t seem linked to your account, it might need activation.
Next, confirm your permissions. Ensure your IAM user has full access to MediaConvert by attaching policies like mediaconvert:*
and iam:PassRole
. Since the error persists even when using the root account, it’s likely a service activation issue rather than permissions.
Then, try switching regions. MediaConvert might not be enabled in all regions automatically. Test different regions such as EU North, EU West, or other supported regions to see if the service becomes available.
If you’ve done all this and still encounter the error, the best step is to contact AWS Support yourself. Ask them to verify whether MediaConvert is active for your account and region, and if any additional steps are needed to activate your subscription.
Remember, new accounts may need some time or manual activation to use certain services. AWS Support can quickly clarify this and help you get started smoothly.
Hope this helps you resolve the issue and start using MediaConvert without trouble.