AWS Elastic Load Balancing Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 20: Line 20:


{{External|[https://docs.aws.amazon.com/elasticloadbalancing/latest/network/introduction.html Network Load Balancers]}}
{{External|[https://docs.aws.amazon.com/elasticloadbalancing/latest/network/introduction.html Network Load Balancers]}}
A Network Load Balancer functions at the fourth layer of the Open Systems Interconnection (OSI) model. After the load balancer receives a request, it selects a target from the target group for the default rule using a flow hash routing algorithm.


==Classic Load Balancer==
==Classic Load Balancer==

Revision as of 23:06, 8 February 2019

External

Internal

Overview

Load Balancer

Load Balancer Types

Used by Amazon ECS.

Application Load Balancer

Network Load Balancer

Network Load Balancers

A Network Load Balancer functions at the fourth layer of the Open Systems Interconnection (OSI) model. After the load balancer receives a request, it selects a target from the target group for the default rule using a flow hash routing algorithm.

Classic Load Balancer