Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.62 KB

README.md

File metadata and controls

47 lines (29 loc) · 1.62 KB

EB CLI for Docker

GitHub release Get latest awsebcli action Docker build and push action

About

The unofficial docker container for AWS Elastic Beanstalk CLI. Built automatically with GitHub Actions.

Docker Hub - ph200/aws-eb-cli

Run

WORKDIR is /app

Bash

docker run -v ~/.aws:/root/.aws -it ph200/aws-eb-cli

With environment variables

Check "Configuration settings and precedence" for further details.

docker run -e AWS_ACCESS_KEY_ID=$AWS_KEY -e AWS_SECRET_ACCESS_KEY=$AWS_SECRET -it ph200/aws-eb-cli

eb init

docker run -v ~/.aws:/root/.aws -v $(pwd):/app -it ph200/aws-eb-cli eb init

eb create

docker run -v ~/.aws:/root/.aws -v $(pwd):/app -it ph200/aws-eb-cli eb create

References

aws/aws-elastic-beanstalk-cli

AWS - Install the EB CLI