Please enable JavaScript.
Coggle requires JavaScript to display documents.
Elastic Load Balancer (limitations (supported protocols (classic load…
Elastic Load Balancer
limitations
-
-
listeners
each application load balancer can support upto 10 listeners but we can increase this limit after communication with AWS
-
-
-
important notes
all load balancer balance load across single region. i.e. in no way we are having any case where single load balancer balance load across multiple regions
-
important terms
-
content based routing
An Application Load Balancer has access to HTTP headers and allows you to route requests to different backend services accordingly. For example, you might want to send requests that include /api in the URL path to one group of servers (we call these target groups) and requests that include /mobile to another. Routing requests in this fashion allows you to build applications that are composed of multiple microservices that can run and be scaled independently
type 4 load balancer
A Layer 4 load balancer works at the network protocol level and does not look inside of the actual network packets, remaining unaware of the specifics of HTTP and HTTPS.
In other words, it balances the load without necessarily knowing a whole lot about it.
type 7 load balancer
A Layer 7 load balancer is more sophisticated and more powerful. It inspects packets, has access to HTTP and HTTPS headers, and (armed with more information) can do a more intelligent job of spreading the load out to the target.
-
-
-