AWS VPC Project
Varun Joshi
AI Infrastructure Engineer @ZkAGI | SSOC'23 | GSSOC'23 | Postman Student Expert | Student of Shri Ramdeobaba College of Engineering and Management
? Established a robust infrastructure by setting up servers across two Availability Zones (AZs) using an Auto Scaling group, ensuring high availability for our application. This redundancy minimizes downtime and enhances system reliability.
? Our Virtual Private Cloud (VPC) is designed to incorporate two AZs, each with a combination of public and private subnets. Also added a Bastion host to our server access to increase security and make it harder for outsiders to access it.
? To enhance security and privacy, we've employed NAT Gateways to provide outbound internet connectivity while masking the internal IP addresses. This ensures that our application remains protected and compliant with security standards.
? Our deployment is fine-tuned for performance with the use of an Application Load Balancer (ALB), which optimizes the distribution of incoming traffic to our servers. This results in a superior user experience by evenly balancing the workloads and ensuring consistent availability.
Thanks to Abhishek Veeramalla