https://github.com/naganathan05/aws-network-layer-with-terraform
This repository contains Terraform code to deploy a basic AWS network layer, including a Virtual Private Cloud (VPC) and associated subnets.
https://github.com/naganathan05/aws-network-layer-with-terraform
aws-vpc-subnet infrastructure-as-code terraform
Last synced: 10 months ago
JSON representation
This repository contains Terraform code to deploy a basic AWS network layer, including a Virtual Private Cloud (VPC) and associated subnets.
- Host: GitHub
- URL: https://github.com/naganathan05/aws-network-layer-with-terraform
- Owner: Naganathan05
- Created: 2024-01-12T15:57:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-14T09:16:32.000Z (over 2 years ago)
- Last Synced: 2025-04-12T07:54:36.558Z (about 1 year ago)
- Topics: aws-vpc-subnet, infrastructure-as-code, terraform
- Language: HCL
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS Network Layer with Terraform
This repository contains Terraform code to deploy a basic AWS network layer, including a Virtual Private Cloud (VPC) and associated subnets.
## Architecture Overview

## Steps Undergone
- **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.
## Get it Local:
1. Clone the repository:
```bash
git clone https://github.com/Naganathan05/AWS-Network-Layer-with-Terraform.git
```
## Deployment Screen Shots:
## First Redirect

## Second Redirect
After The Screen is reloaded, the input traffic will be directed to another ec2 instance by the load balancer
