Skip to content

Latest commit

 

History

History
85 lines (82 loc) · 2.45 KB

README.md

File metadata and controls

85 lines (82 loc) · 2.45 KB

AWS Multi-AZ Computing

Description

Deploy secure, distributed and multi-AZ computing power on AWS using Terraform.


Architecture


How to use

Architecture Instructions
Multi AZ computing
  1. Specify an access and secret key of an AWS account in the provider section inside the init.tf script.
  2. Run terraform init -> terraform plan -> terraform apply from your terminal.

References

References
Create a VPC using Terraform modules
Create an EC2 instance using Terraform
Create an ALB using Terraform
Create a Security Group using Terraform
Create an ALB listener using Terraform
Create an ALB target group using Terraform
Create an ALB target group attachment using Terraform