ablog

不器用で落着きのない技術者のメモ

Amazon Linux で AWS CLI をアップデートする

Amazon LinuxAWS CLI をアップデートする手順。

  • 現在のバージョンを確認する。
$ aws --version
aws-cli/1.15.83 Python/2.7.14 Linux/4.14.77-70.59.amzn1.x86_64 botocore/1.10.82
  • AWS CLISDK(boto) をアップデートする。
$ sudo pip install -U awscli
  • アップデート後のバージョンを確認する。
$ aws --version
aws-cli/1.16.84 Python/2.7.14 Linux/4.14.77-70.59.amzn1.x86_64 botocore/1.12.74