在Ubuntu 14.04上更新AWS CLI

我使用apt-get install在我的EC2实例上安装了awscli

该版本仍然是aws-cli/1.2.9 ,如果使用apt-get upgrade awscli则不再更新。 从Google Googled发布的最新版本是1.10.30。

你怎样才能更新 Ubuntu 14.04上的aws cli

谢谢。

PS。 除了使用点子,因为我没有这个。

以下是关于如何执行升级的说明。

http://docs.aws.amazon.com/cli/latest/userguide/installing.html

以下是我的工作:

 To install the AWS CLI using the bundled installer Download the AWS CLI Bundled Installer using wget or curl. Unzip the package. Run the install executable. On Linux and OS X, here are the three commands that correspond to each step: curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip" unzip awscli-bundle.zip sudo ./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws