From the course: AWS Essential Training for Developers
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Scaling with Elastic Load Balancer (ELB) - Amazon Web Services (AWS) Tutorial
From the course: AWS Essential Training for Developers
Scaling with Elastic Load Balancer (ELB)
- In our discussion on autoscaling, I had you imagine that you were at a grocery store, and then when the checkout lanes started getting long, autoscaling would open up more checkout lanes by scaling up the number of instances. Sometimes when lanes start getting really, really long, the grocery store will have an attendant walk up and down in front of all the checkout lanes, so that attendant will direct you to which checkout lane you should go to. In a networking world, that attendant is called a load balancer and it splits up the incoming traffic and balances it among your healthy servers. It's a key component to horizontal scaling. And in AWS, this is called an elastic load balancer. Let me demonstrate how a load balancer works. Now, this isn't an actual load balancer. They're much larger and some just don't look any different than a rack-mounted computer. But this little hub will make it easier to show you what a…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
Using security groups as firewalls2m 21s
-
(Locked)
Editing security groups6m 34s
-
(Locked)
Virtual Private Cloud (VPC)4m 1s
-
(Locked)
Public and private subnets2m 23s
-
(Locked)
Internet and NAT gateways4m 36s
-
(Locked)
Static addresses with Elastic IPs4m 56s
-
(Locked)
Using VPNs to access private subnets3m 23s
-
(Locked)
Scaling with Elastic Load Balancer (ELB)2m 46s
-
(Locked)
Creating an Application Load Balancer (ALB)7m 9s
-
(Locked)
Pointing a domain to your EC2s with Route 536m 57s
-
(Locked)
Challenge: Add a server to your load balancer26s
-
(Locked)
Solution: Add a server to your load balancer2m 39s
-
-
-
-
-
-
-
-
-
-