AWS - Classic LoadBalancer


In todays post we will see how to set up a classic load balancer for serving static web content.




Now, I have the loadbalancer setup. Going to provision VM using terraform.



Updating the EC2 security group to allow inbound traffic on port 80.


Test the connection by accessing the EC2 Public IP and it works.


Now, Lets add the EC2 instance behind the Load Balancer.



Now, lets access the load balancer DNS Name.



It works. In the next post will automate this process using Terraform.
















Comments

Popular posts from this blog

SRE/DevOps Syllabus

AWS Code Commit - CI/CD Series Part 1

Docker - Preventing IP overlapping