jul*_*lio 12 amazon-ec2 amazon-web-services aws-cli
我awscli使用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
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
5561 次 |
| 最近记录: |