답변:
다음은 업그레이드를 수행하는 방법에 대한 설명입니다.
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
pip
?easy_install
소스 배포판을 사용 하거나 수동으로 다운로드 할 수 있습니다 .