Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 824 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 824 Bytes

Docker image for aws-cli based on Alpine Linux

This Docker image builds on top of Alpine Linux and contains:

Usage

docker run \
  -e AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY \ 
  vouchio/aws-cli \
  aws --region us-east-1 ec2 describe-instances 

Versions

See Docker Hub for available versions. If you need a specific version to be available on the docker registry, create an issue.

The version is the concatenation of aws-cli-version_babashka-version.

Credits

AWS CLI on Alpine idea taken from taken from aws/aws-cli#3553 (comment)