DEV Community

Cover image for Load Balancer - Setup One in two Minutes
Anuvindh for AWS Community Builders

Posted on • Updated on

Load Balancer - Setup One in two Minutes

DAY 26 - Load Balancer - Setup One in two Minutes - Day Twenty Six

Image tweetImage cover

100 days of Cloud on GitHub - Read On iCTPro.co.nz - Read on Dev.to


Setup Target Group

Create target Group

  • Go to AWS Console then to EC2 Dashboard
  • Click on to Create target Group
  • Choose a target type as Instance
  • Name it as TargetGroup-tutorial
  • Keep Protocol as HTTP-80
  • Now select the instances that you want to add and click Include as Pending Below.
  • Click Create Target Group.

Create LoadBalancer

  • Select Application Load Balancer
  • Name It (LoadBalancer-tutorial)
  • Select Internet facing
  • Network Mapping - Select all availability Zones
  • Select your EC2 Security Group
  • Select Listener , HTTP-80-TargetGroup-tutorial
  • Click Create LoadBalancer

Wait for few mins AWS to deploy the loadbalancer, once its deployed you can point to LB using Route53


✅Connect with me on Twitter
🤝🏽Connect with me on Linkedin
🧑🏼‍🤝‍🧑🏻 Read more post on dev.to or iCTPro.co.nz
💻 Connect with me on GitHub


Oldest comments (0)