Skip to content

Instantly share code, notes, and snippets.

@roylee0704
Created September 2, 2016 09:12
Show Gist options
  • Save roylee0704/f421b7e1cc19274dbdb6acdca7717ce8 to your computer and use it in GitHub Desktop.
Save roylee0704/f421b7e1cc19274dbdb6acdca7717ce8 to your computer and use it in GitHub Desktop.
AWS Elastic Beanstalk.
# install CLI for eb (aka. elastic-beanstalk)
$ brew install awsebcli
# cd to your project directory, which contains Dockerfile. And initialize eb
$ eb init
# followed by a prompt to enter credentials.
aws-id: # your user-id
aws-key: # your user-secret.
# create environment (dev, test-01, prod) in eb.
# eb create
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment