The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program.
Installation
homebrew
1. install aws cli via brew
brew install awscli2. verify aws cli was installed
aws —-version
Configure Credentials
Click here to expand...
0. install aws-cli and obtain the Access Key and Secret Key
1. configure aws credentials on your local machine
aws configureaws configure —profile PROFILE_NAMEto select the profile to configure
aws configure —profile PROFILE_NAME2. input the information
3. this would create/update files
~/.aws/credential~/.aws/config