This project demonstrates the use of Terraform to provision a complete AWS environment from scratch. It includes the creation of essential networking components followed by launching a secured EC2 instance. Ideal for showcasing Infrastructure as Code (IaC), cloud fundamentals, and automation best practices.
⸻
What It Provisions: • Custom VPC • Public Subnet • Internet Gateway • Route Table + Association • Security Group (for EC2) • Key Pair for SSH access • EC2 instance with basic configuration • Provisioners (optional: for post-creation commands)














