Skip to content

Instantly share code, notes, and snippets.

@pawneetdev
Last active November 22, 2016 17:30
Show Gist options
  • Save pawneetdev/1c55fba0eedfe293fd3414fad341b109 to your computer and use it in GitHub Desktop.
Save pawneetdev/1c55fba0eedfe293fd3414fad341b109 to your computer and use it in GitHub Desktop.
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