LoginSignup
27
16

More than 5 years have passed since last update.

MacでAWS CLIをインストール

Last updated at Posted at 2017-04-07
sudo easy_install pip
sudo -H pip install awscli --upgrade --ignore-installed six #参考[1]

aws --version
# versionが表示されればOK- aws-cli/1.11.75 Python/2.7.10 Darwin/16.4.0 botocore/1.5.38

aws configure #認証情報を対話的に設定する[2]

AWS Access Key ID [None]: XXXX
AWS Secret Access Key [None]: XXXXXXXX
Default region name [None]: ap-northeast-1
Default output format [None]: text

[1]OSX El Capitanでawscliのインストールに失敗する場合の対処方法 - Qiita

[2]【初心者向け】MacユーザがAWS CLIを最速で試す方法 | Developers.IO

27
16
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
27
16