728x90
Install and update requirements
- You must be able to extract or "unzip" the downloaded package. If your operating system doesn't have the built-in unzip command, use an equivalent.
- The AWS CLI uses glibc, groff, and less. These are included by default in most major distributions of Linux.
- We support the AWS CLI on 64-bit versions of recent distributions of CentOS, Fedora, Ubuntu, Amazon Linux 1, Amazon Linux 2 and Linux ARM.
- Because AWS doesn't maintain third-party repositories, we can’t guarantee that they contain the latest version of the AWS CLI.
Install or update the AWS CLI
sudo yum remove awscli
To update your current installation of AWS CLI, download a new installer each time you update to overwrite previous versions. Follow these steps from the command line to install the AWS CLI on Linux.
We provide the steps in one easy to copy and paste group based on whether you use 64-bit Linux or Linux ARM. See the descriptions of each line in the steps that follow.
$ curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
'Cloud > AMAZON' 카테고리의 다른 글
[AWS EC2] EC2 에서 Swap Volume 생성하기 (0) | 2023.08.16 |
---|---|
[AWS EC2] 볼륨 확장한 이후에 파일 시스템 조지기 (0) | 2023.08.13 |
Make an AMI public (0) | 2023.08.12 |
[AWS CLI] modify-image-attribute (0) | 2023.08.12 |
[Trouble Shooting] Instance Check Failed issue (0) | 2023.08.08 |