/terraform-aws-webserver-cluster-module

Web Server Cluster module [Terraform](https://www.terraform.io/) config.

Primary LanguageHCL

Terraform Web Server Cluster Module

This respository contains a Web Server Cluster module of a Terraform config.

It defines a cluster of web servers module on AWS (Amazon Web Services) using EC2 and Auto Scaling, and a load balancer using ELB.

The cluster of web servers returns "Hello, World" for the URL /. The load balancer listens on port 80.

Feel free to update the script for the ASG Launch Config based on your use cases.

Prerequisites