Blog terraform (1)

random_image
IaC

Terraform - 이때다 싶다.

Terraform으로 인스턴스 생성까지

안녕하세요.
오늘은 IaC(Infrastructure as Code)의 종류인 terraform을 사용해서 ec2 인스턴스까지 생성하는 과정을 적어보려고 합니다.


1. terraform 설치

우선, 저는 terraform이 설치되어있지않아서 brew로 설치부터 하겠습니다.

$ brew install terraform                                                                            127 …

ec2 linux terraform aws

Read More →