https://github.com/mdp/docker-awscli
AWS and Elastic Beanstalk CLI in Docker
https://github.com/mdp/docker-awscli
Last synced: 4 months ago
JSON representation
AWS and Elastic Beanstalk CLI in Docker
- Host: GitHub
- URL: https://github.com/mdp/docker-awscli
- Owner: mdp
- Created: 2015-08-06T19:17:11.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-06T19:17:34.000Z (almost 11 years ago)
- Last Synced: 2025-10-24T13:06:34.996Z (8 months ago)
- Size: 121 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## AWS and EB CLI
Simple Docker image to interact with AWS and Elastic Beanstalk via a Docker image
### Usage
```
# 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
```