Sign inSign up

krish143434/boto3

By krish143434

•Updated about 6 years ago

A python3 boto3 image

Image
0

120

krish143434/boto3 repository overview

⁠Using the Boto3 Docker image

A Docker image for running Boto3 scripts.

⁠Run

docker run -it krish143434/boto3:1.8 python
docker run -v $PWD/test:/tmp ombu/boto3:1.8 python test.py

To run a task that talks to AWS you have to export your AWS credentais to the environment:

export AWS_DEFAULT_REGION=us-west-2
export AWS_ACCESS_KEY_ID=...
export AWS_SECRET_ACCESS_KEY=...

docker run -v $PWD/test:/tmp \
-e AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY -e AWS_DEFAULT_REGION  krish143434/boto3:1.8 python test.py

Tag summary

Content type

Image

Digest

Size

182 MB

Last updated

about 6 years ago

docker pull krish143434/boto3