Cyrus 365Academy
cyrus365.com

© 2019-2026 Cyrus 365. All rights reserved.

AcademySolutionsContact
Cyrus 365Academy
cyrus365.com
Back to Academy
TutorialBeginner

How to Install AWS CLI

Complete guide to installing and configuring the AWS Command Line Interface on your computer.

13 Nov 2025Cyrus 3651 min read
AWSCLISetup

This guide walks you through the complete process of installing and configuring the AWS Command Line Interface (CLI) on your computer. This is the first step needed to manage your AWS services from your terminal.

Step 1: Prerequisites 🧠

This guide assumes a basic understanding of AWS IAM (user permissions). We will be creating a user and an access key.

Step 2: Install the AWS CLI 💻

You need the official AWS Command Line Interface (CLI) to control your AWS account from your terminal (like Command Prompt or PowerShell).

➡️ Official AWS CLI Installation Guide: https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html

Step 3: Configure Your AWS CLI 🔑

Next, connect the CLI tool to your AWS account using an Access Key.

Create Your Access Keys:

  1. 1Log in to your AWS Management Console
  2. 2In the top search bar, type 'IAM' and go to the IAM service
  3. 3Click on Users in the left-hand menu
  4. 4Create a new user or select an existing user
  5. 5Click on the user's name, then go to the Security credentials tab
  6. 6Scroll down to 'Access keys' and click Create access key
  7. 7Choose 'Command Line Interface (CLI)' as the use case and confirm
  8. 8Copy both Access Key ID and Secret Access Key (save securely!)

Run the Configure Command:

bash
aws configure

The prompt will ask for four inputs:

  1. 1AWS Access Key ID: [Paste the key you just saved]
  2. 2AWS Secret Access Key: [Paste the secret key]
  3. 3Default region name: [Enter your closest region, e.g., us-east-1]
  4. 4Default output format: [Press Enter, or type json]

🥂🥳 All Set! 🎉 You're all set to start managing your AWS resources from the command line.

Related articles

TutorialBeginner

Never Forget a Password Again: Intro to Bitwarden 🛡️

Secure your digital life with the best free, open-source password manager. Learn to store, generate, and sync credentials securely.

26 Nov 2025Cyrus 365
TutorialBeginner

Master Remote Access with Bitvise SSH Client 🛡️

Unlock professional-grade server management on Windows. Learn to connect, transfer files, and tunnel securely with Bitvise.

26 Nov 2025Cyrus 365
TutorialBeginner

Unleash the Duck: Managing Cloud Files with Cyberduck 🦆

Ditch the web interface! Learn how to manage FTP, S3, and Google Drive files seamlessly with this free, open-source tool.

26 Nov 2025Cyrus 365

© 2019-2026 Cyrus 365. All rights reserved.

AcademySolutionsContact