This is a Docker container for the AWS command line tool.
(from a github clone)
- Install Docker.
- Copy the awsenv.template to a file named awsenv.
- Enter your AWS key ID and secret in awsenv to run authenticated commands.
- Run
./runcli.shto run the contaner.
runcli.sh provides a sample docker-compose command to launch the container to a bash prompt. Note the script uses the --rm option to destroy the container after exiting bash. docker-compose.yml mounts the project directory in the container so the script can use it as the working directory.
Get the image from Docker hub:
docker pull giantrobotlabs/awscli