AWS CLIをWindowsにインストールする - kin-kin/memo GitHub Wiki
AWS CLIをWindowsにインストールする
1. MSIインストーラ をダウンロード。 2. MSIインストーラを実行。 3. [Welcome to the AWS Command Line Interface Setup Wizard] で [Next] を押下。 4. [End-User License Agreement] で [I accept...] を選択、[Next] を押下。 5. [Custom Setup] で [Location] を指定、[Next] を押下。 6. [Ready to install AWS Command Line Interface] で [Install] を押下。 7. [Completed the AWS Command Line Interface Setup Wizard] で [Finish] を押下。 8. コマンドプロンプトを起動、以下のコマンドを実行。 (バージョンが表示されればインストール完了)
> aws --version