LoginSignup
2
0

More than 5 years have passed since last update.

AWS CLI

Last updated at Posted at 2018-08-14

インストール

参考:Microsoft Windows で AWS Command Line Interface をインストールする

設定

参考:AWS CLI の設定

1.IAMユーザでアクセスキーを発行

2.プロンプトに設定

$ aws configure
AWS Access Key ID [None]: abcdefg
AWS Secret Access Key [None]: abcdefg
Default region name [None]: us-west-2
Default output format [None]: json

もしくは環境変数に設定する。

S3内を見る

aws s3 ls バケット/ディレクトリ
2
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
2
0