Skip to content

Deploy single EC2 instances and a cluster of EC2 instances of Web Servers

Notifications You must be signed in to change notification settings

jctan/Terraform_EC2_WebServers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Terraform EC2 Instance Web Servers

  1. Single Web Server: Deploy a single EC2 instance with a web server that returns "Hello, World" for every request on port 8080.

  2. Cluster of Web Servers: Deploy a cluster of EC2 instance in an Auto Scaling Group (ASG) and an Elastic Load Balancer (ELB). The ELB listens to port 80 and distributes load across the EC2 instances, each of which runs the same "Hello, World" web server.

About

Deploy single EC2 instances and a cluster of EC2 instances of Web Servers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages