I recently noticed that I am running an old version of AWS CLI that is lacking some functionality I need:
$aws --version aws-cli/1.2.9 Python/3.4.3 Linux/3.1
Simple use sudo pip install awscli --force-reinstall --upgrade
sudo pip install awscli --force-reinstall --upgrade
This will upgrade all the required modules.