Skip to content

Instantly share code, notes, and snippets.

@Kento75
Last active December 17, 2018 12:30
Show Gist options
  • Save Kento75/70b727c650bf943baa12de115168adc3 to your computer and use it in GitHub Desktop.
Save Kento75/70b727c650bf943baa12de115168adc3 to your computer and use it in GitHub Desktop.
【AWSメモ④】aws-cli セットアップ(Amazon Linux 2) ref: https://qiita.com/Kento75/items/e1478fead92f70fb757e
$ curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"
$ sudo python get-pip.py
$ sudo pip install awscli
$ aws configure
AWS Access Key ID [None]: ABCDEFGXXXXXXXXXXX
AWS Secret Access Key [None]: hogehogehoge/DEDEDEDE/XXXXXXXXXXXXX
Default region name [None]: ap-northeast-1
Default output format [None]: json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment