OPS

[Terraform실습] 준비 및 설치

찻잔속청개구리 2022. 1. 5. 12:17
반응형

게시글이 다 날아갔다.. 그래서 각설하고 테라폼 설치는 본론부터 바로 시작한다..

1. aws 설치
Windows에서 AWS CLI 버전 2 설치, 업데이트 및 제거 - AWS Command Line Interface (amazon.com)

Windows에서 AWS CLI 버전 2 설치, 업데이트 및 제거 - AWS Command Line Interface

이 페이지에 작업이 필요하다는 점을 알려 주셔서 감사합니다. 실망시켜 드려 죄송합니다. 잠깐 시간을 내어 설명서를 향상시킬 수 있는 방법에 대해 말씀해 주십시오.

docs.aws.amazon.com

Windows에서 AWS CLI 버전 2 설치, 업데이트 및 제거 클릭

1-1. 버전 확인 및 aws configure

Microsoft Windows [Version 10.0.19042.1466] (c) Microsoft Corporation. All rights reserved. C:\Users\pc>aws --version aws-cli/2.4.11 Python/3.8.8 Windows/10 exe/AMD64 prompt/off C:\Users\pc>aws configure AWS Access Key ID [None]: Access Key AWS Secret Access Key [None]: Secret Access Key Default region name [None]: ap-northeast-2 Default output format [None]: json


2. 테라폼 설치 & 압축해제

아래 공식 사이트에서 다운
Downloads | Terraform by HashiCorp

Downloads | Terraform by HashiCorp

Terraform is an open-source infrastructure as code software tool that enables you to safely and predictably create, change, and improve infrastructure.

www.terraform.io


3. 실행창에서 아래내용 입력해서 환경변수 지정

고급 - 환경변수 - 사용자 변수 Path 클릭 후 편집 - 설치된 경로 붙여넣기 - 확인


3-1. 테라폼 설치 확인


참고 사이트 :
How to install Terraform in Windows 11 - Radish Logic

반응형

'OPS' 카테고리의 다른 글

[Terraform실습] 인터넷게이트웨이 & NAT게이트웨이  (0) 2022.01.07
[Terraform실습] VPC & 서브넷 구성  (0) 2022.01.06
[Terraform] IAM 계정 생성  (0) 2022.01.04
[AWS실습] VPC peering  (0) 2022.01.03
3-Tier란  (0) 2022.01.02