Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
April 8, 2022 02:47 am GMT

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
  • 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


Original Link: https://dev.to/aws-builders/load-balancer-setup-one-in-two-minutes-1c21

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To