재미로하는 공부/AWS&&NCP

AWS CLI Version2 Install Windows

lowcodingpython 2022. 7. 9. 09:00
반응형

Windows에 AWS CLI를 설치하는 간단한 방법입니다. 

아래 참고 링크를 통해 msi 설치를 통해 설치가 가능합니다. 

 

Installing past releases of the AWS CLI version 2 - AWS Command Line Interface

To update your current installation of the AWS CLI version 2 to a newer version, add your existing symlink and installer information to construct the install command with the --update parameter. $ sudo ./aws/install --bin-dir /usr/local/bin --install-dir /

docs.aws.amazon.com

목록에서 windows 선택 후 msi 링크를 통해서 다운로드하시면 됩니다. 

설치는 그냥 전부 next로 진행하셔도 됩니다. 

windows-aws-cli-install-package

설치 후 [aws --version]을 통해 제대로 설치가 되었는지 확인해주시면 됩니다.

windows-install-aws-cli

업그레이드 같은 경우 링크를 통해 재설치하시면 됩니다.

반응형