This repository contains Terraform code to deploy a basic AWS network layer, including a Virtual Private Cloud (VPC) and associated subnets.
- VPC Configuration: Define a customizable VPC with specific CIDR blocks.
- Subnets: Create public subnets distributed across multiple availability zones.
- Internet Gateway: Attach an Internet Gateway for public subnet internet access.
- Customization: Easily customize parameters such as CIDR blocks, subnet sizes, and availability zones.
- Application Load Balancer: Balances the inbound traffic accross multiple servers deployed accross multiple availability zones.
- Terraform Best Practices: Follows best practices for Terraform, including modularization and variable usage.
-
Clone the repository:
git clone https://github.com/Naganathan05/AWS-Network-Layer-with-Terraform.git
After The Screen is reloaded, the input traffic will be directed to another ec2 instance by the load balancer