Skip to content

Unofficial docker container for AWS EB CLI

License

Notifications You must be signed in to change notification settings

pH200/docker-aws-eb-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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