EC2 Auto Scaling & Elastic Load Balancer | AWS in Action

preview_player
Показать описание
Very often, a single EC2 instance is not enough. It might, for example, get overwhelmed by incoming traffic. AWS Auto Scaling and the Elastic Load Balancer service can help with that!
Auto Scaling simplifies the process of scaling horizontally and Elastic Load Balancing ensures that incoming load / traffic is distributed evenly across available instances.

00:00 Introduction
01:34 The demo project
02:32 Running the code on a (slow) EC2 instance
04:52 Testing & overwhelming the demo application and instance
06:40 The need for scaling (vertical & horizontal)
07:04 Introducing the Auto Scaling service
07:34 Creating an EC2 instance launch template
09:26 Configuring Auto Scaling
10:28 Adding load balancing
14:14 Configuring scaling parameters
16:03 Auto Scaling in action
20:43 Cleanup

----------

• Follow @maxedapps and @academind_real on Twitter

See you in the videos!

----------

Рекомендации по теме
Комментарии
Автор

I was struggling to get my first load balancer with auto-scaling running but this video really helped out. Thank you very much!

priscilapower
Автор

Thank you for this easy to understand tutorial.

iSyndicate-mxbv
Автор

After creating an ASG, I had a problem with load balancers. 17:30 The DNS name wasn't working. It was because the load balancers had the default security group for some reason. I allowed port 80 and it worked good after that.

piyushaggarwal
Автор

Hi, do you have the plan to create a vlog about AWS ECS? Topics about scaling docker containers and instances in ECS, and sharing EC2 resources between containers. Also will be nice to explain auto-deploying on the ECS when a new docker image appears on ECR.

jjuszkiewicz
Автор

Can anyone recommend resources for learning how to set all this up as Infrastructure as Code?

brentmarquez
Автор

great video, thanks but I got a error why I can't not connect to ec2 instance using ssh, using amazon instance connect, which does not require an ssh private key?

FelipeMoncada-qy
Автор

anybody has issues getting the first instnace respond something useful?

peaku
Автор

you know you can schedule videos right? why spamming the subscription feed of all your subscribers?

Hobypyrocom