What is TerraForm?

<aside>

Terraform이란(구조, 절차, 특징) + Iac란

</aside>

강의

<aside>

</aside>

구축

<aside>

My_Blog Project

Terraform CLI install

Terraform - AWS 연동

VPC

Subnet, SG, Router, IGW Create

ALB

ASG

EC2( + EIP)

EC2 launch template(+ EIP + Role)

IAM Openid connection

EKS Cluster(+ Role)

IAM

k8s service account

Route53

</aside>

실습 참고

<aside>

참고 사이트

</aside>

구조

<aside>

File별 기능

모듈화

Terraform 기본 명령어

</aside>

HCL(hashiCorp Configuration Language)

<aside>

HCL 기본 문법

</aside>

Terraform + AWS resource

<aside> <img src="/icons/mop-and-bucket_red.svg" alt="/icons/mop-and-bucket_red.svg" width="40px" />

Terraform 공식홈페이지


https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/security_group.html

Module 확인


https://registry.terraform.io/browse/modules?provider=aws

</aside>