Sky Archive

Cloud/AWS

[AWS] Windows에서 AWS CLI를 사용해보자

햇살처럼 2022. 1. 24. 15:42

AWS의 서비스를 우리가 원하는 개발언어로 작업하기 전에 윈도우 cmd창에서 호출해볼 수 있다.

그 방법은 AWS CLI를 이용하는 방법으로 AWS에서 제공하는 msi를 설치하면 된다.

 

포스팅 날짜(2022.01.24.)를 기준으로 현재 AWS CLI는 2 버전까지 나와있는 상태이며 다양한 서비스와 옵션을 가지고 있다.

C:\>aws help

Description
***********
The AWS Command Line Interface is a unified tool to manage your AWS
services.

Synopsis
********
   aws [options] <command> <subcommand> [parameters]

Use *aws command help* for information on a specific command. Use *aws
help topics* to view a list of available help topics. The synopsis for
each command shows its parameters and their usage. Optional parameters
are shown in square brackets.

...

Available Services
******************
* accessanalyzer

* account
...
* cloudformation

* cloudfront
...
* cloudwatch

* codeartifact

* codebuild

* codecommit
...
* configure

* connect
...

 

- 설치

먼저 실행창(윈도우키 + r)을 열어준다. 

 

'cmd'를 입력한 뒤 확인 버튼을 클릭하면 cmd창이 열린다. 

 

msiexec 명령을 실행하여 MSI 설치 관리자를 실행한다. 

msiexec.exe /i https://awscli.amazonaws.com/AWSCLIV2.msi

※ msiexec에서 사용할 수 있는 다양한 파라미터는  Microsoft Docs 웹 사이트에서 확인할 수 있다.

 

설치가 진행되면 다음과 같은 Setup창이 활성화되고 아래와 같이 큰 무리 없이 설치할 수 있다.

 

 

 

설치가 완료 되었다면 아래와 같이 버전이 찍히는 것을 볼 수 있다. 

C:\>aws --version
aws-cli/2.4.13 Python/3.8.8 Windows/10 exe/AMD64 prompt/off