Skip to main content

Distribute Traffic with Elastic Load Balancing

Learning Objectives

After completing this unit, you’ll be able to:

  • Describe the benefits of load balancing.
  • Differentiate between Application Load Balancer, Network Load Balancer, and Classic Load Balancer.

Imagine you’re a video blogger who uses Amazon Elastic Compute Cloud (Amazon EC2) instances in different regions to support your website. You recently posted a video of your dog doing something funny. Soon after, a local news channel shared the video and it went viral.

Now your website is getting an increased number of requests within the local area while other regions have excess bandwidth. If only there was a way to use that excess bandwidth in other places to help with your local demand.

What Is Elastic Load Balancing?

Elastic Load Balancing icon depicting a circle connected to three smaller circles against a purple background

Elastic Load Balancing automatically distributes traffic across multiple targets to ensure optimum performance in the event of a traffic spike. Some examples of these targets include Amazon EC2 instances, containers, and IP addresses.

Elastic Load Balancing can detect unhealthy targets, stop sending traffic to them, and then spread the load across the remaining healthy targets. It provides integrated certificate management and Secure Sockets Layer (SSL) decryption, allowing you the flexibility to centrally manage the SSL settings of the load balancer and offload CPU-intensive work from your application.

Elastic Load Balancing offers three types of load balancers.

  • Application Load Balancer
  • Network Load Balancer
  • Classic Load Balancer

You can select the appropriate load balancer based on your needs.

Route HTTP and HTTPS Traffic with an Application Load Balancer

Application Load Balancer icon depicting a computer connected to four small squares

An Application Load Balancer can be used to make intelligent routing and load-balancing decisions for HTTP and HTTPS traffic. For example, suppose that you have broken up a monolithic legacy application into smaller microservices, hosted under the same domain name. You can use a single Application Load Balancer to route requests to the correct target service.

Computer connecting to Application Load Balancer and splitting into three streams connecting images, API, and data to three applications within an EC2 instance

The key difference between the Application Load Balancer and other types of load balancers is that it reads the HTTP and HTTPS headers inside packets and uses this information to intelligently spread the load to targets.

Application Load Balancers support a pair of open standard protocols (WebSocket and HTTP/2), and provide additional visibility into the health of the target instances and containers. Websites and mobile apps running in containers or on EC2 instances benefit from the use of Application Load Balancers.

Scale by Millions with a Network Load Balancer

Network Load Balancer icon depicting a square pointing to three smaller squares

A Network Load Balancer can handle volatile workloads and can scale to millions of requests per second. Network Load Balancers preserve the source address of connections, making their use transparent to applications and allowing normal firewall rules to be used on targets.

Network Load Balancers support Transmission Control Protocol (TCP) or User Datagram Protocol (UDP) traffic to targets for the life of the connection, making them a great fit for Internet of Things (IoT), gaming, and messaging applications.

For example, you can use a Network Load Balancer to automatically route incoming web traffic across a dynamically changing number of instances. Your load balancer can act as a single point of contact for all incoming traffic to the instances in your Auto Scaling group.

You can automatically increase the size of your Auto Scaling group when demand goes up and decrease it when demand goes down.

To illustrate this concept, the diagram below shows the Auto Scaling group adding and removing Amazon EC2 instances. The Network Load Balancer ensures that the traffic for your application is distributed across all of your instances.

Streaming data connected to Network Load Balancer and splitting into three streams connected to different EC2 instances within an EC2 Auto Scaling group

Network Load Balancer features include:

  • The ability to handle tens of millions of requests per second while maintaining high throughput at ultra-low latency, with no manual effort
  • Routing connections to targets (for example, Amazon EC2 instances, containers, and IP addresses) based on IP protocol data
  • API-compatibility with an Application Load Balancer
  • Optimization for handling sudden and volatile traffic patterns while using a single static IP address per Availability Zone

Classic Load Balancer

Classic Load Balancer icon depicting a document with three connected circles inside a larger circle

The Classic Load Balancer provides basic load balancing across multiple Amazon EC2 instances and operates at both the request level and connection level. It is the legacy Elastic Load Balancing tool intended for applications that were built within the EC2-Classic network.

Unlike the Classic Load Balancer, the Application Load Balancer and Network Load Balancer are purpose-built and offer more robust features to meet specific needs.

In the next unit, you learn about application integration services.

Additional Resources

Keep learning for
free!
Sign up for an account to continue.
What’s in it for you?
  • Get personalized recommendations for your career goals
  • Practice your skills with hands-on challenges and quizzes
  • Track and share your progress with employers
  • Connect to mentorship and career opportunities