AWS Application Load Balancer with Auto Scaling group | Auto Scaling policies:Step by step tutorial

preview_player
Показать описание
In this session you will learn how to setup aws application load balancer with auto scaling group.
You will also get knowledge on different types of autoscaling policies. I have demonstrated autoscaling policies in action.

Install stress utility using following command : sudo yum install stress -y

(if you get error, try following command before the stress install command : sudo amazon-linux-extras install epel -y)

Put load on ec2 using following command : sudo stress --cpu 12 --timeout 240s

To set alarm, run following command in aws cloudshell:
aws cloudwatch set-alarm-state --alarm-name CPUUtilzationForTG --state-value ALARM --state-reason "test"

If you like the video please subscribe and comment.

----------------------------------
Disclaimer/Policy:
- Video is intended for educational purposes only and explanations about technical topics.
- We make every effort to ensure the accuracy of the information presented, but we cannot guarantee that all information is current or entirely free from errors.
- Viewers are encouraged to exercise their own judgment and consider their unique circumstances when applying the information from this video.
- Mention of specific products, services, or brands in this video does not constitute an endorsement unless otherwise specified.
- By accessing and using the information presented in this video, viewers agree to do so at their own risk, and we shall not be liable for any damages or losses.
- All logos and images used in this video are the property of their respective copyright holders. Any copyrighted material is used here for educational purposes only.
- Our use of logos and images is not intended to challenge or infringe upon the rights of the copyright holders, and we acknowledge their ownership
- The inclusion of logos and images is for non-commercial, educational purposes only.

#awstutorial #autoscaling #autoscalingpolicy #kodedge
Рекомендации по теме
Комментарии
Автор

Userdata Script :

#!/bin/bash
yum update -y
yum install -y httpd
systemctl start httpd
systemctl enable httpd
echo "<h1>This message from : $(hostname -i)</h1>" > /var/www/html/index.html

kodedge
Автор

Wonderfull tutorial,
First explained the whole theory properly, so that you'll have context of everything,
Then, moved to practical, so everything studied in the theory made sense!
Thanks a lot!!

coderx
Автор

Excellent Tutorial Bro . Very Simplification For Understanding Concept And Practice Too.

veeramji
Автор

Thanks for exceptional diagram (AWS ALB with EC2 Auto Scaling). Subscribed.

KrishnaManohar
Автор

This tutorial was very good, pls do more videos on AWS.

SrikanthDoddi-gm
Автор

Good explanation ❤❤ just one doubt.. If we have 2 ec2 instance in asg and we put load on only one ec2 instance then how cloud watch metric will capture cpu utilization??? Will it be average of both ec2 or it will capture individual load???

jainkapil
Автор

Simply neet explaination ELB & ASG and what application that you
used for this slid presentaion?

CLOUDBUDDY_TECHNOLOGIES
Автор

aws cloudwatch set-alarm-state --alarm-name "name of your alarm" --state-value ALARM --state-reason "test

itamargardus
Автор

Hi brother, my ALB DNS is not working, what may be the reasons

hrentertainment
Автор

New created ec2 hasn't any application why?

Амьдрахсайхан-зб
Автор

Bhaiya aap hame AWS ka project create krte de skte ho kya we are ready to pay

shinjomoxuba
Автор

I am getting 502 error aftrer loading alb dns name

sharanChandra-gm