Sign inSign up

quipper/awscli

By quipper

Updated about 10 years ago

Docker image for awscli

Image
0

1.1K

quipper/awscli repository overview

AWS CLI on CoreOS

You can't install awscli on CoreOS, so you have to use this container to run it.

Build the container

$ docker build -t quipper/awscli .

Run your commands within the container

You have to attache IAM role on your EC2 instance to run this:

$ docker run -it quipper/awscli <command> <args>
Examples

List Buckets

$ docker run -it quipper/awscli aws s3 ls

See Also

Tag summary

Content type

Image

Digest

Size

25.6 MB

Last updated

about 10 years ago

docker pull quipper/awscli