Skip to content

This repository contains Terraform code to deploy a basic AWS network layer, including a Virtual Private Cloud (VPC) and associated subnets.

Notifications You must be signed in to change notification settings

Naganathan05/AWS-Network-Layer-with-Terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Architectural_Diagram

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:

    git clone https://github.com/Naganathan05/AWS-Network-Layer-with-Terraform.git

Deployment Screen Shots:

First Redirect

Screenshot 2024-01-14 140309

Second Redirect

After The Screen is reloaded, the input traffic will be directed to another ec2 instance by the load balancer Screenshot 2024-01-14 140239

About

This repository contains Terraform code to deploy a basic AWS network layer, including a Virtual Private Cloud (VPC) and associated subnets.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages