AWS Elastic Load Balancer

Load Balancer distributes the web traffic to the available server.

Load balancer refers to efficiently distributing incoming traffic across a group of backend servers.

  


                                  

Type of Elastic Load balance:-

1- Application Load Balancer.

2- Network Load Balancer.

3- Classic Load Balancer.


Notes:- When target type is ip you can use only the following range CIDR.


10.0.0.0/8

100.64.0.0/10

172.16.0.0./12

192.168.0.0/16





Some important points of ELB Configuration…..



          Some of the points of ELB Service…..




…..How Load Balancer finds Unhealthy instances…..



Unhealthy Threshold:-

                                       Number of consecutive failed health checks that should occur before the instance is declared unhealthy.

Range is 2-101 sec

                                        Default - 2 s


Healthy Threshold:- 


Number of consecutive successful health checks that must occur before the instance is considered unhealthy.

Range is 2-10 s

             Default 10 s.








What is Listener and Target Group.


An ELB can be internet facing and internal ELB.ter


Internet Facing:-  


Format of the public ELB DNS name of internet facing ELB


name-123456780.region.elb.amazonaws.com


Format of the internal ELB.


Internal-name-123456780.region.elb.amazonaws.com



Target Group.


Logical grouping of targets behind the load balancer.



Revision #2
Created 27 May 2023 11:29:33 by Admin
Updated 27 May 2023 11:32:08 by Admin