본문 바로가기
Cloud

AWS CLI

by YouAndMe 2023. 5. 20.
반응형

AWS 를 Console이 아닌 cli를 통해 제어가 가능하다.

Console을 통해 AWS를 사용하면 GUI로 되어있어서 편하게 사용이 가능하지만,

cli를 사용하면 자동화도 가능하며 익숙해지면 Console보다 더 편하게 AWS를 사용할 수 있다.

 

아래에서 자신의 OS에 맞게 AWS CLI를 설치해준다.

https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html

 

Installing or updating the latest version of the AWS CLI - AWS Command Line Interface

When updating from a previous version, the unzip command prompts to overwrite existing files. To skip these prompts, such as with script automation, use the -u update flag for unzip. This flag automatically updates existing files and creates new ones as ne

docs.aws.amazon.com

필자는 Windows 환경에서 진행하므로, Windows에 맞게 진행을 했다.

설치를 완료해 준 뒤 아래와 같이 명령어를 입력하여 버전 확인이 가능하다면 정상적으로 설치 완료된 것이다.

aws --version

반응형

'Cloud' 카테고리의 다른 글

Terraform  (0) 2023.06.02
Security Group  (0) 2023.06.01
AWS Credential 설정  (0) 2023.05.20

댓글