Last active
December 17, 2018 12:30
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py" | |
$ sudo python get-pip.py |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo pip install awscli |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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