基本コマンド
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