Based on https://fedoramagazine.org/ssh-key-aws-regions/
docker run -ti python bash
apt update && apt -y install jq
pip install awscli
# Need to set access key, secret key AND region in aws configure
aws configure
Based on https://fedoramagazine.org/ssh-key-aws-regions/
docker run -ti python bash
apt update && apt -y install jq
pip install awscli
# Need to set access key, secret key AND region in aws configure
aws configure