An open API service indexing awesome lists of open source software.

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

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
```