Commands to Install AWS CLI - standalone mode
curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip"
unzip awscli-bundle.zip
./awscli-bundle/install -b ~/bin/aws
After installing AWS CLI, configure it using the aws configure command
aws configure
AWS Access Key ID : AKIAIOSFODNN7EXAMPLE
AWS Secret...