Simple Docker image to interact with AWS and Elastic Beanstalk via a Docker image
# Configure it for the first time
docker run --rm -it -v $HOME/.aws:/root/.aws mpercival/awscli aws configure
# Will save your AWS config to ~/.aws
# Run it
docker run --rm -it -v $HOME/.aws:/root/.aws mpercival/awscli eb init
Content type
Image
Digest
sha256:42c788e8d…
Size
225.6 MB
Last updated
about 11 years ago
docker pull mpercival/docker-awscli