15
12

More than 5 years have passed since last update.

AWS CLI のアップデート方法(Linux)

Last updated at Posted at 2015-12-10

はじめに

AWS CLI は結構な頻度でバージョンがあがりますし、
新しい機能をCLIで使うには当然アップデートする必要があります。
作業自体は非常に簡単ですが、備忘録も兼ねメモしておきます。

アップデート方法

  1. バージョンを確認する
    $ aws --version

  2. 最新バージョンへアップデートする
    $ sudo pip install -U awscli
    ※バージョンを指定する場合は以下の通りとなる
    $ sudo pip install awscli==x.x.x

ちなみに

Windows版のアップデートは最新版のmsiファイルを取得して再インストールすれば完了です。

15
12
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
15
12