AWS CLI - INSTALLATION AND CONFIGURATION
AWS CLI - INSTALLATION AND CONFIGURATION
- Download the MSI installer from here
- Install as administrator
- If you haven’t done that before then create your IAM credentials here
Access Key ID: AXXXXXXXXXXXXXXXXXXXXQ
Secret Access Key: FYYYYYYYYYYYYYYYYYYYYYYYYYYYY2i
- After the installation is successfully accomplished - open cmd and issue the following command
aws configure
- aws /?
- Try sns sns /? To get the list of commands that for the sns system
- You could also use aws help and aws sns help
- Run the following command: aws sns list-topics
Comments
Post a Comment