-
Install aws-cli
pip install --upgrade --user awscli
-
Update your path to include the default location for aws:
echo "export PATH=\"$HOME/.local/bin:$PATH\"" >> ~/.bashrc && source ~/.bashrc
-
Verify
aws --version
You should see soething similar to this:
aws-cli/1.16.215 Python/3.7.3 Linux/5.0.0-23-generic botocore/1.12.205