Excellent illustration of launch config and autoscaling. I loved it !!. the pace of tutorial is incredible and how this gentleman gets his point across to his audience is so wonderful. My gratitude and appreciation to you my Guru for giving back to humanity and spreading your knowledge. Thank you again
Thanks for this wonderful video. I have few doubts, can you help. I built restapis using Node.js and express and deployed them on to the ec2 instance and using nginx as reverse proxy and load balancer. I built these APIs for our startup. I'm using t2.micro and my APIs are using in both android and IOS apps. I also implemented ci using GitHub actions and running cicd pipeline, it's working fine. Now we have app launch we have app launch we are expecting 200 user and they all gonna use at a time. so do i need to implement these autoscaling or my nginx loadbalancer can handle it or not. and also after these detailed information can you explain me what else i can do . if i implement this autoscaling group can i use my running instance and if load increases i will add one more instance. Thank you
The autoscaling will take care of incoming request but you need to make sure that you have setup suffcient number of ec2 instances upscaling count. Because load balancer is just balancing the incoming request but if you run out of ec2 instances then it will be a problem
@@RahulWagh by watching your video I have setup autoscaling group, and now I have created two instances. But now I have few more doubts. 1. I'm already using an instance and I did all the setup in it like Node.js installation, nginx installation, cicd setup and all required setup. So now using autoscaling launch template I have created two more instances. So do I again need to do all this setup or is there any ways my previous setup will reusable. And also if I need to do steps, do I need to do setup on each instance ?.
Hey Rahul, One question that I need to clarify - why there in LoadBalancer you left Default Security Group (allow any inbound/outbound traffic on any host and ports) ? But new one, customer created Security Group (limit inbound protocol and port). Probably Default Security Group needs to remove ?
Is Really needed New VPC implementation for autoscalling , because i have already running two ec2 in aws default vpc now i want to do autoscalling can i do that with default vpc also target group select only production instance currently i have only one production instance in this case how to do auto scalling ?,in this case we use diffrent server for db used?give any suggestions
Thank you for this tutorial! I love the illustration of the entire infrastructure. I have one question. How can we configure Godaddy to point to the application load balancer?
Great Explanation, A small question, If i have Spring boot application A and B, and application A communicates with B, so In case of auto scaling can application A of 1st ec2 instance communicate with application B of other ec2 instance.
Hi Rahul. Thanks for this video, it was extremely helpful and I loved the way you always break things down so it is easy to follow along. I have a small request. Can you do a video on internal ALB + ASG?
@@RahulWagh it would really great if u do a video demonstrating adding an instance if there is sudden spike of cpu usage due to increased traffic and auto scaling group adding an instance in this case
Good work and Great tutorial @rahulwagh. I recommended this to my friend. It would be great if you also pin the user data which you used in Launch template. thanks
@@RahulWagh sir in interview they asked some environmental things of aws, only who has worked in organization is able to give answer but what about those who has not worked. So some that type of things.
Excellent illustration of launch config and autoscaling. I loved it !!. the pace of tutorial is incredible and how this gentleman gets his point across to his audience is so wonderful. My gratitude and appreciation to you my Guru for giving back to humanity and spreading your knowledge. Thank you again
This video help me clarify concepts that I still have some doubts and how it works. Now is clear with this hands on tutorial.
You are welcome
mindblowing teaching...keep it up and thank you
Exceptional teaching. Just keep it up and thank you for sharing the knowledge.
My pleasure!
Precise crystal clear.. Thank You !!
Glad it was helpful!
Very nice explanation Rahul 👌
Getting clarity like we have done practically such a clear and detailed explanation your's 😊
Thanks a ton
my load balencer is working fine it routing the requests to both ec2 instace how ?
Thanks for this wonderful video.
I have few doubts, can you help.
I built restapis using Node.js and express and deployed them on to the ec2 instance and using nginx as reverse proxy and load balancer.
I built these APIs for our startup.
I'm using t2.micro and my APIs are using in both android and IOS apps.
I also implemented ci using GitHub actions and running cicd pipeline, it's working fine.
Now we have app launch we have app launch we are expecting 200 user and they all gonna use at a time.
so do i need to implement these autoscaling or my nginx loadbalancer can handle it or not.
and also after these detailed information can you explain me what else i can do .
if i implement this autoscaling group can i use my running instance and if load increases i will add one more instance.
Thank you
The autoscaling will take care of incoming request but you need to make sure that you have setup suffcient number of ec2 instances upscaling count. Because load balancer is just balancing the incoming request but if you run out of ec2 instances then it will be a problem
@@RahulWagh by watching your video I have setup autoscaling group, and now I have created two instances.
But now I have few more doubts.
1. I'm already using an instance and I did all the setup in it like Node.js installation, nginx installation, cicd setup and all required setup.
So now using autoscaling launch template I have created two more instances.
So do I again need to do all this setup or is there any ways my previous setup will reusable.
And also if I need to do steps, do I need to do setup on each instance ?.
Great content !! back to watching your video's after some gap
Glad you like them!
Amazing video, as always Rahul 🎉
Glad you liked it
Do i need application load balancer , if ec2 is private instance ? and the requests data coming from ecs fargate ?
Hey Rahul,
One question that I need to clarify - why there in LoadBalancer you left Default Security Group (allow any inbound/outbound traffic on any host and ports) ?
But new one, customer created Security Group (limit inbound protocol and port).
Probably Default Security Group needs to remove ?
The default security group can be removed
Awesome lecture 🎉
Glad you liked it
Thank you rahul, for sharing valuable content
Greate Explanation brother..♥
Amazing explaination ...
You are welcome
Is Really needed New VPC implementation for autoscalling , because i have already running two ec2 in aws default vpc now i want to do autoscalling can i do that with default vpc also target group select only production instance currently i have only one production instance in this case how to do auto scalling ?,in this case we use diffrent server for db used?give any suggestions
Hi Rahul or anyone, I have a doubt in EC2 security group, why the source of it is from internet not from load balancer?
Thank you for this tutorial! I love the illustration of the entire infrastructure.
I have one question. How can we configure Godaddy to point to the application load balancer?
You need to update the godaddy dns configuration
thank you so much for this and also a suggestion that better to explain with real time examples like projects
Great Explanation, A small question, If i have Spring boot application A and B, and application A communicates with B, so In case of auto scaling can application A of 1st ec2 instance communicate with application B of other ec2 instance.
@@RajBokade-g9w yes it can and it should done via route53 A records so that you do not need to worry about ec2 instance IPS
Great content..!
Hi Rahul. Thanks for this video, it was extremely helpful and I loved the way you always break things down so it is easy to follow along. I have a small request. Can you do a video on internal ALB + ASG?
You are welcome
Thank u so much
Ur videos are awesome
Most welcome 😊
very well explained!!
Glad you liked it
greate explanation brother
Glad you liked it
thank you ❤
how to tweak fake network and auto scale instance ?
Why you wanna do that
@RahulWagh to see the effect of auto scaling , to see increase in instance if load increases on other instances
@@RahulWagh it would really great if u do a video demonstrating adding an instance if there is sudden spike of cpu usage due to increased traffic and auto scaling group adding an instance in this case
Good video sir....
Keep watching
defnitely I liked.
Good work and Great tutorial @rahulwagh. I recommended this to my friend.
It would be great if you also pin the user data which you used in Launch template. thanks
I will add it to
can you please mske detailed video about iam role and policy
thank you
You're welcome
Dvr❤❤❤
request spelling is not correct 20:27 .
Bro give complete project on aws cloud by using all services one place with apigateway also
I will add it to my list
👏👏👏
You are welcome
Sir please come with real time organizational isses that we faces
You are welcome
@@RahulWagh sir we really need that organizational things,that will helpful in interview.
Can you be more specific like what kind of topics you wanna see
@@RahulWagh sir in interview they asked some environmental things of aws, only who has worked in organization is able to give answer but what about those who has not worked. So some that type of things.
A 1000 likes to this video!!
Doesn't work always shows bad gateway.
Enable Auto Assign Public IP
This is totally wrong sir
What is wrong with the video?
@@RahulWagh means it is not best practices
@@sharathhk6264, what are the best practices?