Docker image with awscli installed. It uses alpine python 2.7 and hence the size of the image is 115MB approx. This enables one to execute awscli commands without having to install awscli locally.
Usage: $ docker pull sjsucohort6/docker_awscli
Example command - ecs list-clusters can be executed as:
$ docker run -it --rm -e AWS_DEFAULT_REGION='' -e AWS_ACCESS_KEY_ID='' -e AWS_SECRET_ACCESS_KEY='' --entrypoint aws sjsucohort6/docker_awscli:latest ecs list-clusters
Content type
Image
Digest
Size
33.5 MB
Last updated
over 9 years ago
docker pull sjsucohort6/docker_awscli