11

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!

Eric Hammond
  • 11,163
  • 1
  • 36
  • 56
0x6A75616E
  • 661
  • 3
  • 10
  • 24

4 Answers4

20
sudo pip install --upgrade awscli
Sajee
  • 894
  • 1
  • 12
  • 16
2

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.

0x6A75616E
  • 661
  • 3
  • 10
  • 24
1

FYI -- Ok so It's a dead thread but if someone land here, there is a new release of a AWS CLI (http://aws.amazon.com/cli/) which includes api for ALL web services

woop
  • 131
  • 1
  • 5
1

There is another way via YUM sudo yum update aws-cli

Renato Gama
  • 151
  • 2
  • 8