Docker Hub
https://hub.docker.com/r/amazon/aws-cli#!Docker CLI usage The AWS CLI can be executed from the Docker CLI with the docker run command: $ docker run --rm -it amazon/aws-cli --version This command will print out the version of the AWS CLI being used in the container.