AWS CLI - INSTALLATION AND CONFIGURATION

AWS CLI - INSTALLATION AND CONFIGURATION


  1. Download the MSI installer from here

  1. Install as administrator
  1. If you haven’t done that before then create your IAM credentials here


Access Key ID: AXXXXXXXXXXXXXXXXXXXXQ
Secret Access Key: FYYYYYYYYYYYYYYYYYYYYYYYYYYYY2i

  1. After the installation is successfully accomplished - open cmd and issue the following command
aws configure

  1. aws /?


  1. Try sns sns /? To get the list of commands that for the sns system
  1. You could also use aws help and aws sns help
  1. Run the following command: aws sns list-topics

Comments

Popular posts from this blog

C# - Simple Class Library and how to use it in another project

Upload a file to a Web server in ASP.NET by using Visual C# .NET