Public Cloud/AWS

Visual Studio Code에스 AWS Toolkit 사용하기

 케이군  2020. 5. 25. 15:17

 

 

 

 

https://docs.aws.amazon.com/toolkit-for-vscode/latest/userguide/setup-toolkit.html

 

Installing the AWS Toolkit for Visual Studio Code - AWS Toolkit for VS Code

Thanks for letting us know this page needs work. We're sorry we let you down. If you've got a moment, please tell us how we can make the documentation better.

docs.aws.amazon.com

 

 

 

 

 

 

 

AWS Toolkit 사용에 필요한 프로그램 설치(사전작업)

 

1.  AWS CLI  설치

https://docs.aws.amazon.com/ko_kr/cli/latest/userguide/install-cliv2.html

 

AWS CLI 버전 2 설치 - AWS Command Line Interface

AWS CLI 버전 2의 경우, Python이 설치되어 있는지 여부는 중요하지 않으며 어떤 버전이 설치되었든 상관 없습니다. AWS CLI 버전 2는 설치 프로그램에 포함된 Python 임베디드 버전(및 다른 종속성)만 사

docs.aws.amazon.com

 

 

2. Docker 설치

https://docs.docker.com/docker-for-windows/install/

 

Install Docker Desktop on Windows

Docker Desktop for Windows is the Community version of Docker for Microsoft Windows. You can download Docker Desktop for Windows from Docker Hub. This page contains information on installing Docker...

docs.docker.com

 

 

 

3. AWS SAM CLI 설치

https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install.html

 

Installing the AWS SAM CLI - AWS Serverless Application Model

Thanks for letting us know this page needs work. We're sorry we let you down. If you've got a moment, please tell us how we can make the documentation better.

docs.aws.amazon.com

 

 

 

AWS Toolkit 사용하기

툴킷을 설치하면 왼쪽 메뉴에 AWS 로고가 보이는데요. 클릭을하면 AWS Expolorer라고 나옵니다.

처음에는 설정이 되어 있지 않아 설정이 필요합니다.

 

하단에 보면 AWS:(not connected) 라는 메시지가 나오는데 클릭을하게되면 계정 설정을 해야한다는 메시지가 나오게 됩니다.

 

계정설정은 커멘드 파레트에서 AWS: Create Credentials Profile를 클릭하면 생성할 수 있습니다.