Sign inSign up

peopleperhour/aws-cli

By peopleperhour

•Updated over 7 years ago

AWS cli as container

Image
0

100K+

peopleperhour/aws-cli repository overview

⁠Amazon AWS cli as container

This container is to allow the use of the aws-cli inside the coreos machines to do some aws stuff.

The version is the latest.

⁠Example usage

  • Show instance information
docker run --rm peopleperhour/aws-cli \
       -e AWS_ACCESS_KEY_ID=xxxxx \
       -e AWS_SECRET_ACCESS_KEY=xxxxx \ 
       -e AWS_DEFAULT_REGION=us-east-1 \
       ec2 

Tag summary

Content type

Image

Digest

Size

36.4 MB

Last updated

over 7 years ago

docker pull peopleperhour/aws-cli