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.
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
Content type
Image
Digest
Size
36.4 MB
Last updated
over 7 years ago
docker pull peopleperhour/aws-cli