Three-Tier-Architecture-Using-Terraform

<p>Terraform is an open-source Infrastructure as a Code tool by HashiCorp. It enables us to provision, manage, and version infrastructure resources across various cloud providers and infrastructure platforms.</p> <p>In this project, we will create a Three-tier architecture using terraform.</p> <p>In the web tier, we will create two public subnets to provision an EC2 server, a Nat Gateway, an internet-facing load balancer to direct the traffic to an autoscaling group, and to be publicly available to the user in the web tier, to maintain the application more secure.</p> <p>In the Application tier, we will create two private subnets backed with an Internal facing load balancer that directs the traffic to the autoscaling group</p> <p>In the database tier, we will create two private subnets, for the database</p> <p><a href="https://medium.com/@saicharantejausa/three-tier-architecture-using-terraform-9ff65bf97d35"><strong>Visit Now</strong></a></p>