Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

aws

A simple container with Python and the latest AWS CLI

How to use

Running this image in a container:

docker run --rm -it cridev/aws

brings you straight to a command prompt where you can run aws commands.

First run aws configure, enter your access key, secret key, region, etc.

Alternately you can run with those values in environment variables:

docker run --rm -it -e "AWS_ACCESS_KEY_ID=AAAA" -e "AWS_SECRET_ACCESS_KEY=BBBB" -e "AWS_DEFAULT_REGION=us-east-1" cridev/aws

(replace AAAA and BBBB and the region with your actual values, of course).

You can reuse the container by dropping the --rm, saving having to always run aws configure or pass the environment variables. Or you could even build a new image based on this one with those values specified - just don't push that image anywhere public.

See also:

About

A simple container with Python and the latest AWS CLI

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages