1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

AWS上のUbuntu 16.04 LTSにAWS CLIをインストールし、configureする

Last updated at Posted at 2017-11-19

AWS上のUbuntu 16.04 LTSにAWS CLIをインストールし、configureしました。
前提条件は、
・pipがインストールされていること
https://qiita.com/TKYK38/items/2a73696a9d8f1f856f68
です。

rootになる

※事前に $ sudo passwd root でrootに入れるようにしておく。

$ su
Password:
#

awscliのインストール

# pip install awscli
...(log)...
# aws --version
aws-cli/1.11.189 Python/3.6.3 Linux/4.4.0-1039-aws botocore/1.7.47
# exit

aws configure

$ aws configure
AWS Access Key ID [None]: XXXXXXXXXX
AWS Secret Access Key [None]: YYYYYYYYYY
Default region name [None]: ap-northeast-1
Default output format [None]: json
1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?