Rammina / terraform-aws-webserver-cluster-module

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:HCL 94.5%Language:Shell 5.5%