Install and configure AWS CLI on CentOS
Following the process of installing and configuring the Amazon Web Services (AWS) Command Line Interface (CLI) on a CentOS operating system.
sudo yum install epel-release
sudo yum install python-pip
sudo pip install awscli
Run aws configure and enter the access key ID and secret access key you noted down earlier in the lesson, with us-east-1 as the region and json as the default output format.
Testing
aws s3 ls