How to use Terraform to provision two EC2 instances and a load balancer on AWS
Introduction
In this tutorial, we will create an AWS Load Balancer with Terraform, and distribute the server display as 50-50 on the load balancer. We will provision two EC2 instances - one with NGINX and another with Apache web servers - and attach ...
devopsnode.hashnode.dev9 min read