AWS CLI


インストール

参考: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 バケット/ディレクトリ