Ubuntu 14.04에서 AWS CLI 업데이트 awscli. 내가 Google에서 제공 한 최신

awscli를 사용하여 EC2 인스턴스에 설치 했습니다 apt-get install.

버전을 aws-cli/1.2.9사용하면 더 이상 업데이트되지 않습니다 apt-get upgrade awscli. 내가 Google에서 제공 한 최신 버전은 1.10.30입니다.

Ubuntu 14.04에서 AWS CLI 를 어떻게 업데이트 할 수 있습니까?

감사합니다.

추신. 내가 없기 때문에 pip를 사용하는 것 외에.



답변

다음은 업그레이드를 수행하는 방법에 대한 설명입니다.

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