Install AWS CLI v2 for Windows

The AWS CLI tool is a command-line tool to manage your AWS services. The AWS CLI tool greatly simplifies AWS operations including EC2 instance deployment.

Note: these commands are not compatible with PowerShell unless noted.

  1. Download the AWS CLI MSI installer for Windows: https://awscli.amazonaws.com/AWSCLIV2.msi

  2. Run the MSI installer and follow the on-screen instructions.

  3. To verify the installation, open the Command Prompt window and type "aws --version".

    image215.png

Note: Your version may vary, but this will ensure the CLI tools is correctly installed.

Next (Configure AWS CLI Tool)>