AWS/AWS Command Line Interface
                
              AWS CLI 최신 버전 설치 또는 업데이트 하기
                워니주니구니
                 2023. 12. 29. 16:06
              
              
                    
        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.html728x90
    
    
  LIST