Install Python, boto3, and the Amazon Web Services CLI.
Procedure
- ♦ Run the following commands to install the software packages:
yum install -y epel-release yum install -y https://centos7.iuscommunity.org/ius-release.rpm yum update -y yum install -y python36u python36u-libs python36u-devel python36u-pip pip3.6 install requests pip3.6 install boto3 pip3.6 install awscli