Implementation of #VPC with servers in private subnets and NAT used in Production environment.
✅ Things Done:
- To improve resiliency, deployed the servers in two Availability Zones, by using an Auto Scaling group and an Application Load Balancer.
- For additional security, deployed 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, deploy the NAT gateway in both Availability Zones.