There are several ways to get started with the Elastic Load Balancing. You can set up an Application Load Balancer, Network Load Balancer, or Gateway Load Balancer with APIs, AWS Command Line Interfaces (CLI), or through the AWS Management Console.
When you use Elastic Load Balancing with Auto Scaling, you can build highly available, fault-tolerant applications which automatically scale capacity up or down based on fluctuations in demand.
Follow the Getting Started with AWS Management Console steps below or read more resources below to get started now.
Getting started with Elastic Load Balancing (5:04)
Getting started with the AWS Management Console
Let's get started by creating a load balancer with the Elastic Load Balancing wizard in the AWS Management Console, a point-and-click web-based interface.
- Create an account and sign into the console
- Create a load balancer by selecting Application Load Balancer or Network Load Balancer
- Specify a unique name and a network
- Create listeners for your load balancer (HTTP or HTTPS for Application Load Balancer and TCP or UDP for Network Load Balancer)
- Configure health checks for your load balancer
- Do one of the following:
- Manually register EC2 instances to your Target Group and register the Target Group with your load balancer
- Associate your load balancer with an Auto Scaling group that is registered to a Target Group
Resources
- Read about Application Load Balancer documentation
- Read about Network Load Balancer documentation
- Read about Classic Load Balancer documentation
- Learn more about Auto Scaling and Elastic Load Balancing
- Step-by-step tutorial on setting up an Auto Scaled Application with a load balancer on AWS
- Getting started with Auto Scaling: A step-by-step Tutorial
- Free course: Introduction to Amazon Elastic Load Balancer Application
Videos
AWS re:Invent 2018: Elastic Load Balancing: Deep dive and best practices (1:00:15)
How do I find the load balancer’s IP address used to send traffic to my webserver? (3:07)
How to connect a public-facing load balancer to EC2 instances that have private IP addresses (7:19)
How to configure a load balancer in an Elastic Beanstalk environment to use a SSL certificate (7:36)
Stay up to date with AWS webinars.