Creating access keys for Amazon Polly - karashiiro/TextToTalk GitHub Wiki

The Amazon Polly backend requires AWS access keys to submit TTS requests. This guide describes how to generate keys with the appropriate access permissions.

  1. If you haven't already, create an AWS account at https://aws.amazon.com.

  2. Navigate to the IAM console. You can access it easily via the search bar:

  1. Select Users on the IAM console:
  1. Select Add users:
  1. Enter a name for the user:
  1. Select Attach policies directly, and search for AmazonPollyFullAccess and select it:
  1. Select Create user:
  1. This will bring you back to the users page. Select the user you created:
  1. Select Security credentials:
  1. Select Create access key:
  1. Choose Application running outside AWS:
  1. Select Create access key:
  1. The access keys will be created. After exiting the page, you will not be able to access them, and you will need to go back to step 7. Clicking the icon next to each key will copy it to your clipboard, allowing you to paste it into TextToTalk's configuration window. Access key is the access key you should use, and Secret access key is the secret key you should use.