AWS Load Balancer and AWS Target Groups Tutorial

preview_player
Показать описание
Welcome back. In this tutorial, I am going to show you how to set up Load Balancers and Target Groups. First, we will create an EC2 instance to run our server. Then we will create a Target Group and a Load Balancer to route HTTP traffic.

If your completely new to Load Balancing, I highly recommend you watch our AWS Elastic Load Balancing Explained video, links in the description.
Otherwise, I will explain every single step as we go.

Overview/Summary

A Load balancer allows you to control all your incoming traffic.
Target groups are a collection of 1 or more EC2 Instances for your application. By setting target groups and a load balancer, you can route your HTTP traffic to a single or multiple instances.

If your running multiple instances inside your target groups, and one of them fails, you don’t have to worry much as your load balancer will automatically route traffic to a healthy instance.

When you create a load balancer, you will get a unique DNS Name (A Record). That’s basically the equivalent for your IP address. Instead of routing traffic to your server public IP, you will use your Load Balancer Unique DNS Name.

It’s worth mentioning that if you’re going to map your domain name to your server. Instead of using your server IP address, you would have to use your load balancer DNS name.

Follow us

Chapters
0:00 Introduction
0:34 Summary/Overview.
1:47 1. Create new security groups.
3:41 2. Create EC2 Instance
6:46 3. Create Target Groups
8:57 4. Load Balancer
Рекомендации по теме
Комментарии
Автор

Straight to the point, after reading the book .. these procedures make so much sense

DrGriff
Автор

Thanks for the great tutorials! Really helpful!

teranneranga
Автор

Thank you! That's a very good lesson!

mycafe
Автор

Good tutorial, clear and fast. Please point out that this is an initial configuration for a non-production set up. For production 1. Always use HTTPS and reroute http calls to https. 2. configure your EC2 instances to be behind the virtual private cloud. The ec2 instance should not be exposed to the outside.

lstadelman
Автор

Hi, thanks for the video. The link to the previous video is not yet in the description.

RolandAndOkola
Автор

Hi Team
I have created two target groups bust its showing in Listeners and routing drop down list. Kindly help to debug.

shafeeqahamed
Автор

I haven't seen your previous tutorials. But, I'm left wondering why you didn't configure the ELB for HTTPS and not HTTP?

tartanrambo