To create an AWS account
- Open https://aws.amazon.com and select [Create an AWS Account].
- Follow the online instructions.
To create an administrator user and log in to the console
- Create an admin user named adminuser in your AWS account. For instructions, See Creating Users and Administrators Groups for the First Time.
- Users can log in to the AWS Management console using specific URLs. For more information, See How to log in to your account in the User Guide.
AWS Command Line Interface Configuration
virtualenv env --python=python3.5
source env/bin/activate
pip install awscli
Configuring the AWS Command Line Interface
aws configure
AWS Access Key ID [None]: YOUR-AWS-ACCESS-KEY-ID
AWS Secret Access Key [None]: YOUR-AWS-SECRET-ACCESS-KEY
Default region name [None]:
Default output format [None]:
Install Dependencies
pip install boto3
Run
python example.py
msg >> 'Enter text'
return output_aws_polly.mp3 file
If you want to change the language, change the name_id variable in example.py.