Amazon Simple Notification Service Command Lines

Install the AWS CLI Using the Bundled Installer Download the AWS CLI Bundled Installer. # curl “https://s3.amazonaws.com/aws-cli/awscli-bundle.zip” -o “awscli-bundle.zip” # unzip awscli-bundle.zip # chmod a+x ./awscli-bundle/install # ./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws Configure AWS CLI # aws configure AWS Access Key ID [None]: XXXXXXXXXXXXXXXXXXXXX AWS Secret Access Key [None]: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Default region name [None]: us-east-1 … Read more