Docker image for running the Amazon Web Services Command Line Interface based on Alpine Linux. Approximately 80mb.
docker run jemmyw/awscli help
There are two methods for setting up your AWS credentials:
docker run -t -e "AWS_ACCESS_KEY_ID=xxx" \
-e "AWS_SECRET_ACCESS_KEY=xxx" \
-e "AWS_DEFAULT_REGION=us-east-1" \
jemmyw/awscli ec2 create-instance ...
Content type
Image
Digest
Size
35.4 MB
Last updated
almost 7 years ago
docker pull jemmyw/awscli