Load Balancer In AWS

AWS Latest

Ruchi Arankalle
Women in Technology
3 min readFeb 8, 2023

--

Credits: Blush. design The little things by Susana Salas https://blush.design/categories/work

Elastic Load Balancing automatically distributes your incoming traffic across multiple targets, such as EC2 instances, containers, and IP addresses, in one or more Availability Zones. It monitors the health of its registered targets and routes traffic only to the healthy targets. Elastic Load Balancing scales your load balancer as your incoming traffic changes over time. It can automatically scale to the vast majority of workloads.

Elastic Load Balancing supports the following load balancers: Application Load Balancers, Network Load Balancers, Gateway Load Balancers, and Classic Load Balancers. You can select the type of load balancer that best suits your needs. This guide discusses Application Load Balancers. For more information about the other load balancers, see the User Guide for Network Load Balancers, the User Guide for Gateway Load Balancers, and the User Guide for Classic Load Balancers.

Credits: Blush. design The little things by Susana Salas https://blush.design/categories/work

Application Load Balancer overview

An Application Load Balancer functions at the application layer, the seventh layer of the Open Systems Interconnection (OSI) model. After the load balancer receives a request, it evaluates the listener rules in priority order to determine which rule to apply, and then selects a target from the target group for the rule action. You can configure listener rules to route requests to different target groups based on the content of the application traffic. Routing is performed independently for each target group, even when a target is registered with multiple target groups. You can configure the routing algorithm used at the target group level. The default routing algorithm is round robin; alternatively, you can specify the least outstanding requests routing algorithm.

Credits: https://www.google.com/search?client=avast-a-3&q=load+balancer+in+aws&tbm=isch&sa=X&ved=2ahUKEwjJ28zumJqAAxW9amwGHds_AZ4Q0pQJegQIDBAB&biw=1280&bih=578&dpr=1.25

Application Load Balancer components

A load balancer serves as the single point of contact for clients. The load balancer distributes incoming application traffic across multiple targets, such as EC2 instances, in multiple Availability Zones. This increases the availability of your application. You add one or more listeners to your load balancer.

A listener checks for connection requests from clients, using the protocol and port that you configure. The rules that you define for a listener determine how the load balancer routes request to its registered targets. Each rule consists of a priority, one or more actions, and one or more conditions. When the conditions for a rule are met, then its actions are performed. You must define a default rule for each listener, and you can optionally define additional rules.

If you liked this article, please show your appreciation by clapping 👏 below!

Reference- https://docs.aws.amazon.com/elasticloadbalancing/latest/application/introduction.html

Follow me on -

Ruchi A — Medium

--

--

Ruchi Arankalle
Women in Technology

A Software Engineer, Technical Blogger, Cloud.Data.AI. and a Traveller at Heart ☁️