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
Try sudo pip install --upgrade awscli, and open a new shell. This worked well for me (no need to reboot).
sudo pip install --upgrade awscli