AWS CLI

Setup

AWS CLI setup on Ubuntu:

sudo apt update
sudo apt install unzip
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install

Source: Installing or updating the latest version of the AWS CLI

Configuration

aws configure

or

aws configure import --csv file://credentials.csv

Source: Configuration basics

SAWS: A Supercharged AWS CLI

https://github.com/donnemartin/saws