Instalando el cliente de AWS versión 2 en Ubuntu Linux.
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
Mas detalles en inglés en la documentación oficial:
versión 1
Install, Update, and Uninstall the AWS CLI version 1 on Linux - AWS Command Line Interface
Install version 1 of the AWS Command Line Interface (AWS CLI) on Linux.
versión 2
Installing or updating the latest version of the AWS CLI - AWS Command Line Interface
Install the AWS CLI on your system.