Built-in awscli tool, just run like as aws command
10K+
http://docs.aws.amazon.com/cli/latest/reference/
example:
AWS_ACCESS_KEY_ID=xxxxxxxxxxx
AWS_SECRET_ACCESS_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxx
AWS_DEFAULT_REGION=us-east-1
docker run -ti --rm --env-file aws.env minimum/awscli help
docker run -ti --rm --env-file aws.env minimum/awscli ec2 describe-hosts
Content type
Image
Digest
Size
258.3 MB
Last updated
over 8 years ago
docker pull minimum/awscli