Skip to content

Instantly share code, notes, and snippets.

@tiagobbraga
Last active September 26, 2016 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tiagobbraga/ccae05f5e690f99315c21fbb33103ed4 to your computer and use it in GitHub Desktop.
Save tiagobbraga/ccae05f5e690f99315c21fbb33103ed4 to your computer and use it in GitHub Desktop.
# http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb3-cmd-commands.html
# http://stackoverflow.com/questions/31171048/how-do-i-change-users-in-the-eb-cli
# add this lines in ~/.aws/config
[PROFILE_NAME]
aws_access_key_id = xxx
aws_secret_access_key = xxx
# and init
eb init --profile PROFILE_NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment