Skip to content

AWS CLI Setup

Posted on:December 18, 2023 at 09:21 AM (1 min read)

How to setup AWS CLI on your local machine (Ubuntu Linux)

sudo apt-get update

sudo apt-get install awscli

check the version to ensure the AWS CLI is installed successfully

aws --version

aws configure

Enter the requested information:

you can find the access key ID from here faster:

AWS_CLI_setup_1 AWS_CLI_setup_2

run this command to check the configuration you just entered

aws configure list