/aws_3tier_architecture_terraform

VPC 3tier Architecture using Terraform

Primary LanguageHCL

AWS_3tier_architecture_terraform

Infrastructure Automation | Deploying a 3-Tier Architecture in AWS Using Terraform

The three-tier architecture is the most popular implementation of a multi-tier architecture and consists of a single presentation tier, logic tier, and data tier.

It is a viable choice for software projects to be started quickly. aws_3tier_architecture_terraform

Video Tutorial:

Part1 - https://youtu.be/B3BtmyBetQo

Part2 - https://youtu.be/kpoUeBkHoSc

Part3 - https://youtu.be/Nz6pKARM5W0

Resources need to be created / installed :

  • Custom VPC

  • 2 Subnets (Public)

  • 1 Subnet (Private)

  • 2 EC2 Instances

  • Security Group

  • Elastic IP

  • NAT Gateway

  • Internet Gateway

  • Route Table

  • Application Load Balancer

  • Apache Webserver

  • MySQL DB

Screenshot 2022-06-28 at 9 44 37 AM

Screenshot 2022-06-28 at 7 57 51 AM