Created
September 2, 2016 09:12
-
-
Save roylee0704/f421b7e1cc19274dbdb6acdca7717ce8 to your computer and use it in GitHub Desktop.
AWS Elastic Beanstalk.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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