How to update AWS CLI tools on AWS Linux?
sudo pip install --upgrade awscli
According to Amazon Linux AMI 2011.02 Beta Release Notes
The correct procedure for updating AWS Linux AMI is:
sudo /usr/sbin/distro-upgrade.sh
This also installs the latest versions of CLI Tools.