Amazon Web Services (AWS) Command Line Interface (CLI) on Windows 11

Installation of AWS CLI on Windows 11

Amazon Web Services (AWS) Command Line Interface (CLI) on Windows 11
Page content

Introduction

I will be installing and doing basic configuration of Amazon Web Services (AWS)’s Command Line Interface (CLI) on Windows 11. AWS CLI is a shell based means to work with AWS. The CLI provides the ability to list out resources at Amazon like which EC2 instances are running, poke around S3 buckets, inspect pretty much anything at Amazon. It also provides advanced features like copying information to and from S3.

Helpful documentation:

Installation

Download AWSCLIV2.msi

Download AWSCLIV2.msi

Install MSI

AWS CLI

Next

AWS CLI

Next

AWS CLI

Next

AWS CLI

Install

Click Ok on the prompt for Administrative Access

AWS CLI

Wait :)

AWS CLI

Finish

AWS CLI

Verify from command prompt aws is installed

Create AWS Access Key

AWS CLI

Within AWS create a “access key” for your account.

Configure AWS CLI with Access Key

AWS CLI

Configure AWS CLI with your “access key”.

AWS CLI Commands

AWS CLI

Now you can access AWS CLI! See the AWS CLI Cheatsheet for more commands.