How to install AWS Cli ?

If you're using Windows, installing the AWS CLI is straightforward. Here's a step-by-step guide in Telugu + English.


Step 1: Download AWS CLI

Go to the official AWS CLI download page:

AWS CLI Download for Windows

Or directly download the Windows installer:

AWS CLI MSI Installer (64-bit)


Step 2: Run the Installer

  1. Double-click AWSCLIV2.msi
  2. Click Next
  3. Click Next
  4. Click Install
  5. Click Finish

That's it! AWS CLI is installed.


Step 3: Verify the Installation

Open Command Prompt or PowerShell and run:

aws --version

Step 4: Configure AWS CLI

After installation, configure it using:

aws configure

It will ask for:
AWS Access Key ID:
AWS Secret Access Key:
Default region name:
Default output format: 

Step 5: Test the Configuration
aws sts get-caller-identity