AWS CLI 최신 버전 설치 또는 업데이트 하기
2023. 12. 29. 16:06ㆍAWS/AWS Command Line Interface
728x90
SMALL
- 개요
AWS CLI 최신 버전 설치 또는 업데이트 하기
- 방법
## install
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
## update
sudo ./aws/install --bin-dir /usr/local/bin --install-dir /usr/local/aws-cli --update
## check
aws --version
- 참고
https://raw.githubusercontent.com/aws/aws-cli/v2/CHANGELOG.rst
https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html
728x90
LIST
'AWS > AWS Command Line Interface' 카테고리의 다른 글
Amazon EC2 종료 시간 확인 (CLI) (0) | 2024.05.08 |
---|---|
AWS CLI 페이저 옵션 끄기 (0) | 2024.04.15 |
AWS CLI output table as multi columns (0) | 2023.10.10 |
AWS CLI cheat sheet (0) | 2023.10.10 |
파일에서 aws access key와 secret key 추출 (0) | 2022.12.14 |