Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 365 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 365 Bytes

Use Terraform to create an AWS VPC with subnets (public and private), an RDS MySQL instance, and load balancer

Deployment Parameters:

-- VPC with CIDR 10.0.0.0/16 with -- 2 public subnets with CIDR 10.0.1.0/24 and 10.0.2.0/24 -- private subnet with CIDR 10.0.3.0/24 -- RDS MySQL instance (nano) -- load balancer that will direct traffic to the public subnets