by admin | Aug 6, 2020 | aws
First create an IAM programmatic user which has permissions to s3 from AWS console. Note down the access ID and the secret KEY Now, lets configure AWS CLI in the server. To install the CLI in CentOS 7 lets do this : sudo yum -y install python-pip sudo pip install...