AWS Cloud Infrastructure with VPC, RDS, EC2, Auto Scaling & Load Balancing

AWS Project
Project Date December 10th, 2024
Platform AWS Cloud
Services VPC, EC2, RDS, ELB, Auto Scaling

This project implements secure, scalable, and highly available cloud architecture by connecting a Virtual Private Cloud (VPC) to an RDS database via EC2 instances, with Auto Scaling and Load Balancing for optimal performance.

Key Features:

  • VPC & Security: Custom VPC with public/private subnets and security groups.
  • EC2 Hosting: Deploys web apps on EC2 instances inside the VPC.
  • RDS Connection: Connects EC2 instances to Amazon RDS (MySQL/PostgreSQL).
  • Auto Scaling & Load Balancing: Auto Scaling handles traffic spikes; ELB distributes traffic.
  • IAM Management: Secure access using IAM roles and policies.