LoginSignup
1
0

More than 3 years have passed since last update.

Windows から awscli を 利用する。

Last updated at Posted at 2020-12-23

1. awscli ダウンロード

Installing, updating, and uninstalling the AWS CLI version 2 on Windows
↓インストーラ
AWSCLIV2.msi

2. netsh に proxy の 設定

netsh winhttp set proxy プロキシーサーバ "NO_PROXY一覧(Bypass LIst)"

C\> netsh winhttp set proxy proxy.xxxxx.co.jp:8080 "localhost;*.xxxxx.co.jp"

3. AWS 接続情報設定

C\> aws configure
AWS Access Key ID [****************ABCD]: xxxxxxxxxxxxxxxxxxxxxxx
AWS Secret Access Key [****************ABCD]: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Default region name [None]: ap-northeast-1
Default output format [None]: JSON

4. S3 から データをダウンロード(設定成功した場合落とせます)

C\> aws s3 cp s3://backet-name/folder/ C:\Users\xxxx\Desktop --recursive
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