/vpc_3tier_architecture

3-tier architecture using terraform

Primary LanguageHCL

What is a 3-tier architecture? What is it used for?

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

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 Local Image

    Screenshot 2022-06-28 at 7 57 51 AM