Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 277 Bytes

File metadata and controls

20 lines (16 loc) · 277 Bytes

aws-3-tier-architecture-terraform

AWS 3-Tier Architecture with Terraform

terraform init
terraform plan
terraform apply

실습 후 삭제하기

terraform destroy

ssh key

Generate SSH Key Pair:

ssh-keygen -t rsa -C "[email protected]" -b 4096