Install AWS CLI V2

The AWS Command Line Interface (CLI) is a necessary tool for interacting with AWS services. Here we'll demostrate how to install yourself.

Steps to Install AWS CLI

AWS CLI is a unified tool that allows you to manage Amazon Web Services (AWS) from the command line. Be sure to follow the steps carefully according to your operating system for a successful installation.

  1. Access AWS Documentation
Access Account AWS
  1. Choose Your Operating System
  2. On the documentation page, scroll down to find the section corresponding to the installation and deploy the menu according to your operating system. AWS provides specific instructions for the following operating systems:

    1. Windows
    2. macOs
    3. Linux

    Select the operating system you are using and follow the provided instructions. Below are the general steps for each operating system.

Install CLI By Operating System
  1. Installation
  2. Follow the instructions provided in the AWS documentation to install the AWS CLI on your operating system.

    The general steps for installation are as follows:

    • Download the AWS CLI installer for your operating system.
    • Run the installer to install the AWS CLI.
    • Complete installation by following the prompts.
  1. Verify Installation
  2. Once the installation is complete, it is essential to verify that the AWS CLI has been installed correctly.

    To verify the installation of the AWS CLI, follow these steps:

    1. Open a terminal or command prompt:
      • For Windows, open "Command Prompt" or "PowerShell".
      • For macOS and Linux, open "Terminal".
    2. Execute the verification command:
      • Type the following command and press Enter:
      $ aws --version
    3. Output:
      • If the installation was successful, you will see a response indicating the installed version of AWS CLI. For example:
      $ aws-cli/2.15.23 Python/3.11.6 Linux/5.15.0-107-generic exe/x86_64.linuxmint.21 prompt/off

    2024 - Brender Studio is not affiliated with Blender Foundation & Amazon Web Services. All trademarks are property of their respective owners.