Last active
November 22, 2016 17:30
-
-
Save pawneetdev/1c55fba0eedfe293fd3414fad341b109 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
For deploying the code from your IAM profile: | |
1.) Create credentials file at ~/.aws/credentials | |
[default] | |
aws_access_key_id = YOUR_ACCESS_KEY | |
aws_secret_access_key = YOUR_SECRET_KEY | |
2.) Create config file at ~/.aws/config | |
[default] | |
region=us-east-1 | |
3.) appName > .elasticbeanstalk > config.yml | |
Change profile to default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment