For this workshop, please ignore warnings about the version of pip being used.
Run the following command to view the current version of aws-cli:
aws --version
Update to the latest version:
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
. ~/.bash_profile
Confirm you have a newer version:
aws --version