Skip to content

AWS-Terraform Infrastructure for 3-Tier Architecture with High Availability.

Notifications You must be signed in to change notification settings

BinhQuocLy/aws-terraform-three-tier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS-Terraform Infrastructure for 3-Tier Architecture with High Availability

An 3-Tier architecture, infrastructure by AWS and provisioned with Terraform. Ensuring high availability.

diagram2

Definition of Done

The returned results will be almost continuously different, alternating between IPs for each web tier and app tier.

demo

Run

1. Credentials

Create a .tf file with the following template:

provider "aws" {
  region     = "..."
  access_key = "..."
  secret_key = "..."
}

2. Apply

terraform init
terraform plan
terraform apply

3. Destroy

terraform destroy

About

AWS-Terraform Infrastructure for 3-Tier Architecture with High Availability.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published