Skip to content

Instantly share code, notes, and snippets.

@sugumura
Created June 7, 2017 05:33
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 sugumura/17f8a45a5a0be92f2a1635f319749f6c to your computer and use it in GitHub Desktop.
Save sugumura/17f8a45a5a0be92f2a1635f319749f6c to your computer and use it in GitHub Desktop.
Elastic Beanstalkで新しいアカウントで環境を作る場合

create new profile

$ brew update
$ brew upgrade aws-cli aws-elasticbeanstalk

$ aws configure --profile [profile-name]
# add setting ~/.aws/[config/credentials]

$ eb init --profile [profile-name]
``
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment