Skip to content

Latest commit

 

History

History
11 lines (4 loc) · 736 Bytes

README.md

File metadata and controls

11 lines (4 loc) · 736 Bytes

A 3-TIER-AWS-VPC-USING-TERRAFORM

3-tier-aws-vpc-using-terraform

  • 3-Tier AWS VPC Architecture Diagram

  • This example demonstrates how to create a VPC that you can use for servers in a production environment. To improve resiliency, you deploy the servers in two Availability Zones, by using an Auto Scaling group and an Application Load Balancer. For additional security, you deploy the servers in private subnets. The servers receive requests through the load balancer. The servers can connect to the internet by using a NAT gateway. To improve resiliency, you deploy the NAT gateway in both Availability Zones.