- Newest
- Most votes
- Most comments
Based on the error message you're receiving when trying to use Amazon Polly, there could be a few potential causes:
-
IAM Permissions Issue: You might not have the correct permissions to access the Amazon Polly service. If you're using an IAM user account, your administrator needs to ensure you have the appropriate permissions. This could be done by attaching the "AmazonPollyFullAccess" policy to your user or by creating a custom policy that grants specific Polly permissions.
-
Service Availability: There might be a temporary issue with the Amazon Polly service in your region. In this case, waiting and trying again later might resolve the problem.
-
Input Text Format: If you're using SSML tags in your input text, make sure they're properly formatted. Special characters like "<", ">", and "'" need to be escaped in SSML to avoid "Invalid SSML request" errors.
-
Browser Issues: Try clearing your browser cache or using a different browser to access the Polly console.
If the issue persists, you might want to check the AWS Service Health Dashboard to see if there are any known issues with Polly, or contact AWS Support for further assistance.
Sources
Accessing AWS Service Polly as IAM user | AWS re:Post
How to use Amazon Polly to resolve common implementation challenges | AWS re:Post
Relevant content
- asked 3 years ago
- asked 5 years ago
Can you share more details? Does it happen for various texts, voices, engine? Or just one specific combination? Does it work at all ever?