How to update AWS CLI tools on AWS Linux

amazon ec2amazon-web-servicesaws-cli

I am running "Amazon Linux AMI release 2010.11.2". I noticed that the AWS CLI tools are outdated.

I have tried to use yum update and yum upgrade but it's telling me that the packages are already at their latest version.

How would I update the CLI tools, and how would I update the distribution itself? E.g. to a newer version of AWS Linux.

Thanks!

Best Answer

sudo pip install --upgrade awscli