An 3-Tier architecture, infrastructure by AWS and provisioned with Terraform. Ensuring high availability.
The returned results will be almost continuously different, alternating between IPs for each web tier and app tier.
Create a .tf
file with the following template:
provider "aws" {
region = "..."
access_key = "..."
secret_key = "..."
}
terraform init
terraform plan
terraform apply
terraform destroy