0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

AmazonLinux2のAWSCLI2にアップデート

Last updated at Posted at 2022-07-28

基本コマンド
https://docs.aws.amazon.com/ja_jp/cli/latest/userguide/getting-started-install.html

バージョンアップされない時の参考サイト
https://www.secuavail.com/kb/tech-blog/tb-211005_01/

使用コマンド
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install --update

unzipがインストールされていない時
sudo yum install zip unzip

yumがインストールされていない時
sudo yum update

==
Found same AWS CLI version: /usr/local/aws-cli/v2/2.7.19. Skipping install.
==
上記エラー出力時コマンド
source ~/.bash_profile

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?