I love videos like these where the creator really cares about the audience enough to go the extra miles and create content which is intuitive and easy-to-understand. Thanks to that Spirit of care. God bless.
Great video, thank you! And the best part was that you took the time to show exactly how to get rid of the resources, in order, so that you don't end up owing money to AWS.
i need to say, this was the most incredible way to explain how this works, even after working several time with aws i never got to understand alb like now. tks!
Thanks for the clear explanation. I really love the way how you enjoy teaching things with a bright smile on your face. Makes the learning process more fun and easy.
You are the one of the best teacher i have ever met on youtube.. your lessons are very clear and you have attractive voice also.. if you can please make more lessons like this about AWS..
Teaching made simple ,As a beginners, I struggle to understand some hand on but with Tiny understanding is made simple, Thanks for taking time to make videos.
Awesome Awesome Awesome!!! You have a definite gift for explaining and teaching technical subjects! This tutorial is the best I've run across yet in my cloud practitioner studies. This subject could not have been explained and demoed better! Thank you so much once again and I'll see u in the next one!!! Cheers!
Sam - You are awesome, awesome, awesome for leaving such a nice comment!! Thanks so much...this made my day! Really glad you're enjoying the videos! :)
Hi Amber. Awesome tutorial. I cannot thank you enough for the work you do. I just love the way you explain in simple manner. Currently, I'm taking your AWS CCP course on ZMT and able to understand all the concepts. Thank you so much!! Keep up the good work!
This is by far the best video I have come across on this topic! Well done, Amber! Thank you for lucidly explaining along. two questions: 1. At 13:00, if you kept hitting refresh, would it toggle the network traffic across the 2 instances in TG-2, or go to just that 1 instance? 2. How would you set this up so the network will randomly go to any of the instances across both the Target Groups? Thanks so much, Happy Holidays! 🙂
Thanks for the nice comment, @sraj7284, and Happy Holidays to you too! 🎅🎄😊 1. It would toggle the traffic across the 2 instances in TG-2. 2. I'm not aware of a way to set it up to randomly distribute traffic across Target Groups. In the rules, you have to specify the % distribution for traffic, so it would adhere to those numbers. Hope that helps! 🤓
@@TinyTechnicalTutorials Looks like I did not ask the right question. What I really wanted to ask was, how to distribute load across different AZs, because it appears that the nodes in each AZ will send traffic to just its own target groups. Looks like there is a setting called "Cross Zone Load Balancing" that sends traffic to all AZs. Its enabled by default. You would have to go to each target group to take it out of the Cross Zone load balancing, if you didn't desire this setting. Wish you a very happy, healthy, prosperous and fulfuling 2024 ahead! 🙂
Thanks so much, Antony! 😊 There's definitely some good coverage of topics here on the channel. For full SAA prep, though, you can check out my course on Zero to Mastery: academy.zerotomastery.io/a/aff_464yrtnn/external?affcode=441520_lm7gzk-d. It goes into more depth, and also has lots of practice questions to help you prepare for the exam. Hope that helps! Let me know how the test goes. 😊
Hi, smooth as always, thank you! My questions for you: 1) If we add route 53 to the mix (referring to your video), will the DNS get resolved to the ip address of the load balancer or the actual instance that processed the incoming request? 2) My understanding is that we created the ALB nodes in multiple AZs - is this optional and for HA and fault-tolerance reasons. Or we could also choose to create a singular ALB node instance (in one of the AZs where our TGs/instances are running)? 3) If we chose to create ALBs (node) in multiple AZs, will the incoming traffic gets distributed to ALL of nodes (based on some algorithm) or is it only ONE node that still receives all the traffic and does the distribution to the TGs?
Hi Praveen! I haven't forgotten about this one! 😊 1) If you add Route 53, you'll want to create an "A" record/alias that points to the load balancer. While in theory you could point it to a specific instance if you knew the IP, the point of having a load balancer is so that IT can route traffic to the instances, it can do health checks, etc. (you can also set up an SSL certificate, use WAF on it, etc.). So pointing to the load balancer is the way to go. 2 & 3) For the application load balancer specifically (vs. network load balancer or classic load balancer), you're required to choose at least 2 AZs. There's a pretty good description/diagram here about how routing works across AZs: docs.aws.amazon.com/elasticloadbalancing/latest/userguide/how-elastic-load-balancing-works.html Hope that helps!
Hi DM! 😊 Load balancers are region-specific, so it's not possible to route to a second region with *just* a load balancer. To go cross-region, you'll need to use Route 53 (which is a global service, and can therefore route across different regions). Here's some more information: docs.aws.amazon.com/whitepapers/latest/real-time-communication-on-aws/cross-region-dns-based-load-balancing-and-failover.html
Hi Aayush! Yes, you can use a personal AWS account. If it's a relatively new account, you should still be on the Free Tier for most things, and then some things are always free. Here's more detail if you want to check anything specific: aws.amazon.com/free Hope that helps! :)
Hi Harshal! Yes, you can route traffic to different ports/different target groups. Here are a couple links that might help? stackoverflow.com/questions/56877149/aws-load-balancer-to-route-traffic-to-one-target-group-with-multiple-microservic stackoverflow.com/questions/61999337/aws-elb-routing-http-https-traffic-to-a-custom-port-of-ec2-instance bharathi-batthula6.medium.com/aws-applicationload-balancer-e03f4f386a9d
i have one doubt can i add more listeners in a load balancer and connect it with different domains under one load balancer because when i try to do that i am getting another error when trying to access the response that the ssl remains to another domain that i have hosted first could you help me!.
Ooh, good question! 🤓 Yes, they'll persist even after deleting the instance. You can have multiple instances using the same security group. So if Instance A and B were both using the same security group, you wouldn't it to be deleted if one of the instances was deleted.
Hi Ali! 👋 It's technically possible to do this, but could make it more difficult to identify and troubleshoot if there are issues. And obviously there would be a single point of failure. There are some good points here in this thread to consider as well: stackoverflow.com/questions/65447698/aws-alb-single-for-all-services. Hope that helps! 😊
@@TinyTechnicalTutorials Thank you very much for taking my question into consideration! I've checked the link you provided and I also want to extend my gratitude to them for sharing their ideas. I agree with you regarding the concern about a single point of failure. However, I also need to consider the trade-off between costs and complexity, as is often the case. Regardless, I greatly appreciate your videos and have learned a lot from them!
@@TinyTechnicalTutorials Hello Amber, another question comes up: Consider this: I would like to use a single set of EC2 instances and assign them to two or more target groups for utilization across two or three ALBs. Each ALB would have its corresponding target group, as these instances are meant to be allocated to two or three different target groups. This setup ensures redundancy: if one of the ALBs becomes unavailable, the others can continue functioning. Furthermore, all EC2 instances should remain reachable. Is this scenario reasonable, or are there drawbacks to consider? Given that DNS (Route 53) is internet-facing and the ALBs must be positioned behind other ALBs, the question arises of which services or load balancers should be interposed between the ALBs and DNS. Is it advisable to use wildcard DNS? In this context, the query remains: How can incoming traffic from external sources navigate through DNS and then be accurately directed to the correct ALB with its associated target groups?
Thanks for the kind words, Luca! 😊🙏🌟 Glad you liked it! Yes, you can do a similar setup with a network load balancer, though the configuration is a bit more involved (protocols, ports, IPs, etc.). But maybe this will get you started? docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html
Hi Raju! You're right...this video doesn't go into the rules for host- and path-based routing. Here are some links that might help instead: -Host-based: aws.amazon.com/premiumsupport/knowledge-center/elb-configure-host-based-routing-alb/ -Path-based: aws.amazon.com/premiumsupport/knowledge-center/elb-achieve-path-based-routing-alb/
Your meaning of host header is wrong , if the traffic for accessing a website then route to this target group not if the website source is this then route the traffic
Every AWS tutorials seems to focus on the most basic example like HTTP target group on port 80.. Unfortunately not very helpful to the complexity of what needs to be done in real world production apps..
You have no idea how your videos educate and elevate confidence levels. Thanks a million.
Wow, thank you! You made my day! :)
2 years later and this video has saved me from the AWS doom search. Well done! You are a huge help in this industry.
Oh yay!!! I'm so glad it's still helping! Thanks for the nice comment. 🙏🥰🌟
I love videos like these where the creator really cares about the audience enough to go the extra miles and create content which is intuitive and easy-to-understand. Thanks to that Spirit of care. God bless.
Thanks so much...I really appreciate that! 🙏😊🔥🌟
Great video, thank you! And the best part was that you took the time to show exactly how to get rid of the resources, in order, so that you don't end up owing money to AWS.
Awwww...thanks for watching, and for such a nice comment (and sorry for the slow response)! 🥰🔥
i need to say, this was the most incredible way to explain how this works, even after working several time with aws i never got to understand alb like now. tks!
This makes me so happy!! Thanks for the nice comment! :)
Thanks for the clear explanation. I really love the way how you enjoy teaching things with a bright smile on your face. Makes the learning process more fun and easy.
Thanks for such a nice comment! Glad you're enjoying the videos! 🌟🙏😊
Not hour long videos, yet awesome, concrete. Thank you.
Awwww...you're very kind!! Thanks for watching, and for the nice comment! 🙏🤓🌟
You are the one of the best teacher i have ever met on youtube.. your lessons are very clear and you have attractive voice also.. if you can please make more lessons like this about AWS..
Ahhh, you're too kind!! So glad you enjoyed it! :) I'll definitely be doing more AWS videos, so stay tuned!
@@TinyTechnicalTutorials thank you very much
Thanks for a clear and lucid explanation of using target groups with ALBs. Helped me clear up some doubts on using more than one target group
Yay! I'm so glad it helped. Thanks for watching! 😊
Teaching made simple ,As a beginners, I struggle to understand some hand on but with Tiny understanding is made simple, Thanks for taking time to make videos.
Awww, what a nice comment! Thanks so much, Oluwaseun! Glad you're enjoying the content. :)
Awesome! You can turn a complicated topic to clear as day!
Awwww...thanks for watching, and for such a nice comment (and sorry for the slow response)! 🥰🔥
I found it pretty useful tutorial for getting the hang of ALB, but also liked your voice and how your explain things.
Thanks so much, Cesar! I'm glad you enjoyed it! :)
Thank you very much. Finnaly I have understood how listenners and target groups work.
Awesome! That's great to hear! Thanks for watching. :)
Awesome Awesome Awesome!!! You have a definite gift for explaining and teaching technical subjects! This tutorial is the best I've run across yet in my cloud practitioner studies. This subject could not have been explained and demoed better! Thank you so much once again and I'll see u in the next one!!! Cheers!
Sam - You are awesome, awesome, awesome for leaving such a nice comment!! Thanks so much...this made my day! Really glad you're enjoying the videos! :)
@@TinyTechnicalTutorials You are very welcome!
Awesome and simplistic explanation ! Your teaching is unique and awesome as always , madam !! Appreciate your awesome lecture !
Thanks a lot! 😊 Glad it helped!
Tiny, your tutorials are awesome you make things look and sound so simple, i love it,,, keep the KISS principal :)
Awww, shucks! Thanks so much for the nice comment, Louie! :)
Extremely well explained and very efficient.
Thanks so much, Al! I'm glad it helped! :)
Hi Amber. Awesome tutorial. I cannot thank you enough for the work you do. I just love the way you explain in simple manner. Currently, I'm taking your AWS CCP course on ZMT and able to understand all the concepts. Thank you so much!! Keep up the good work!
Aww, thanks so much, Muhid! I'm so glad you're enjoying the course! :)
Great one, clean and pin point information. Thanks Amber :)
You're so welcome! Thanks for watching! 🙏🤓🌟
Your videos are helpful to understand basics and create more interest aws cloud.Thanks
Yay! I'm so glad they're helping. Thanks for watching! 🤓🙏🌟
Beautifully explained!
Thanks so much!! Really appreciate the nice comment. 😊
Extremely well explained.
Thanks so much, Jeff! Glad you enjoyed it! :)
This is by far the best video I have come across on this topic! Well done, Amber! Thank you for lucidly explaining along.
two questions:
1. At 13:00, if you kept hitting refresh, would it toggle the network traffic across the 2 instances in TG-2, or go to just that 1 instance?
2. How would you set this up so the network will randomly go to any of the instances across both the Target Groups?
Thanks so much, Happy Holidays! 🙂
Thanks for the nice comment, @sraj7284, and Happy Holidays to you too! 🎅🎄😊
1. It would toggle the traffic across the 2 instances in TG-2.
2. I'm not aware of a way to set it up to randomly distribute traffic across Target Groups. In the rules, you have to specify the % distribution for traffic, so it would adhere to those numbers.
Hope that helps! 🤓
@@TinyTechnicalTutorials Looks like I did not ask the right question. What I really wanted to ask was, how to distribute load across different AZs, because it appears that the nodes in each AZ will send traffic to just its own target groups. Looks like there is a setting called "Cross Zone Load Balancing" that sends traffic to all AZs. Its enabled by default. You would have to go to each target group to take it out of the Cross Zone load balancing, if you didn't desire this setting.
Wish you a very happy, healthy, prosperous and fulfuling 2024 ahead! 🙂
Super simple and informative. Thank you!
You're welcome! Glad you liked it! :)
Awsome tutorial. Looks like i can take AWS SAA C03 exam based on your tutorials.
Thanks so much, Antony! 😊 There's definitely some good coverage of topics here on the channel. For full SAA prep, though, you can check out my course on Zero to Mastery: academy.zerotomastery.io/a/aff_464yrtnn/external?affcode=441520_lm7gzk-d. It goes into more depth, and also has lots of practice questions to help you prepare for the exam. Hope that helps! Let me know how the test goes. 😊
Hi, smooth as always, thank you!
My questions for you:
1) If we add route 53 to the mix (referring to your video), will the DNS get resolved to the ip address of the load balancer or the actual instance that processed the incoming request?
2) My understanding is that we created the ALB nodes in multiple AZs - is this optional and for HA and fault-tolerance reasons. Or we could also choose to create a singular ALB node instance (in one of the AZs where our TGs/instances are running)?
3) If we chose to create ALBs (node) in multiple AZs, will the incoming traffic gets distributed to ALL of nodes (based on some algorithm) or is it only ONE node that still receives all the traffic and does the distribution to the TGs?
Hi Praveen! I haven't forgotten about this one! 😊
1) If you add Route 53, you'll want to create an "A" record/alias that points to the load balancer. While in theory you could point it to a specific instance if you knew the IP, the point of having a load balancer is so that IT can route traffic to the instances, it can do health checks, etc. (you can also set up an SSL certificate, use WAF on it, etc.). So pointing to the load balancer is the way to go.
2 & 3) For the application load balancer specifically (vs. network load balancer or classic load balancer), you're required to choose at least 2 AZs. There's a pretty good description/diagram here about how routing works across AZs: docs.aws.amazon.com/elasticloadbalancing/latest/userguide/how-elastic-load-balancing-works.html
Hope that helps!
Amazing channel. Subscribed!
Thanks so much! Welcome to the channel! 😊
That was very helpful video for me ! I can say from the bottom of my heart that you are awesome, thanks :)
You're very welcome! So glad it helped! :)
Awesome tutorial, thanks!
You're so welcome! Thanks for watching! 😊
Hi, can we configure multiple target groups(different lambdas) in a single ALB and route traffic to secondary region for the failed target groups only
Hi DM! 😊 Load balancers are region-specific, so it's not possible to route to a second region with *just* a load balancer. To go cross-region, you'll need to use Route 53 (which is a global service, and can therefore route across different regions). Here's some more information: docs.aws.amazon.com/whitepapers/latest/real-time-communication-on-aws/cross-region-dns-based-load-balancing-and-failover.html
Very helpful and easy to follow well done, it saves me tons of hours for preparing my labs, "liked and subscribed" done :)
Yay!! I'm so glad it helped! 🙏 Welcome to the channel, and thanks for the nice comment! 🥰
Perfect explanation 🙂
Glad it was helpful! Thanks for watching! :)
Thank you, this really help me ❤
You're welcome! 😊 Thanks for watching!
thanks a log for educating on this. One question, just to practice can we use personal aws account ? Wouldn't that cost high
Hi Aayush! Yes, you can use a personal AWS account. If it's a relatively new account, you should still be on the Free Tier for most things, and then some things are always free. Here's more detail if you want to check anything specific: aws.amazon.com/free
Hope that helps! :)
@@TinyTechnicalTutorials thanks a lot!
Lab on alb was very clear... thank you
You're welcome!
I have question....can we receive http traffic on diff port for different target groups....if yes ..how could we do that ...?
Hi Harshal! Yes, you can route traffic to different ports/different target groups. Here are a couple links that might help?
stackoverflow.com/questions/56877149/aws-load-balancer-to-route-traffic-to-one-target-group-with-multiple-microservic
stackoverflow.com/questions/61999337/aws-elb-routing-http-https-traffic-to-a-custom-port-of-ec2-instance
bharathi-batthula6.medium.com/aws-applicationload-balancer-e03f4f386a9d
Very thanks for guidance ☺️..
i have one doubt can i add more listeners in a load balancer and connect it with different domains under one load balancer because when i try to do that i am getting another error when trying to access the response that the ssl remains to another domain that i have hosted first could you help me!.
Hi @user-in5zt6cc4k ! 👋 Sorry for such a slow response. Were you able to figure this out?
Do security groups still hang around after deleting the instance using it?
Ooh, good question! 🤓 Yes, they'll persist even after deleting the instance. You can have multiple instances using the same security group. So if Instance A and B were both using the same security group, you wouldn't it to be deleted if one of the instances was deleted.
@@TinyTechnicalTutorials thanks, just remembered to delete them today to remove any confusion
Is it possible to create one ALB for all services? I mean using Wildcard ALB with certificate for every services?
Hi Ali! 👋 It's technically possible to do this, but could make it more difficult to identify and troubleshoot if there are issues. And obviously there would be a single point of failure. There are some good points here in this thread to consider as well: stackoverflow.com/questions/65447698/aws-alb-single-for-all-services. Hope that helps! 😊
@@TinyTechnicalTutorials Thank you very much for taking my question into consideration! I've checked the link you provided and I also want to extend my gratitude to them for sharing their ideas. I agree with you regarding the concern about a single point of failure. However, I also need to consider the trade-off between costs and complexity, as is often the case. Regardless, I greatly appreciate your videos and have learned a lot from them!
@@TinyTechnicalTutorials Hello Amber, another question comes up: Consider this:
I would like to use a single set of EC2 instances and assign them to two or more target groups for utilization across two or three ALBs. Each ALB would have its corresponding target group, as these instances are meant to be allocated to two or three different target groups. This setup ensures redundancy: if one of the ALBs becomes unavailable, the others can continue functioning. Furthermore, all EC2 instances should remain reachable. Is this scenario reasonable, or are there drawbacks to consider?
Given that DNS (Route 53) is internet-facing and the ALBs must be positioned behind other ALBs, the question arises of which services or load balancers should be interposed between the ALBs and DNS. Is it advisable to use wildcard DNS? In this context, the query remains: How can incoming traffic from external sources navigate through DNS and then be accurately directed to the correct ALB with its associated target groups?
Thank you so much.
You bet! Thanks for watching! 😊
Thanks for the wonderful video ❤ just curious to know what is your main source of income?
Thanks so much, Uzer! I'm so glad it helped. 😊 Money comes from the money tree?? 🤑😏
Very useful video!! Thanks so much! Is it possible do the same with a Network LB? How? Thanks!
Thanks for the kind words, Luca! 😊🙏🌟 Glad you liked it! Yes, you can do a similar setup with a network load balancer, though the configuration is a bit more involved (protocols, ports, IPs, etc.). But maybe this will get you started? docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html
@@TinyTechnicalTutorials I mean, How Route UDP Traffic to Multiple Target Groups using Network Load Balancer filtering by host?
great video👍
Thank you! Cheers! 😊🙏
Time GOD..😍😍😍😍😍😍😍you are saved me
LOL!!! Glad it helped! 😃
Hi Amber,
You didn't showed the practical way of host & path based routing
Hi Raju! You're right...this video doesn't go into the rules for host- and path-based routing. Here are some links that might help instead:
-Host-based: aws.amazon.com/premiumsupport/knowledge-center/elb-configure-host-based-routing-alb/
-Path-based: aws.amazon.com/premiumsupport/knowledge-center/elb-achieve-path-based-routing-alb/
thank you so much
You bet! Thanks for watching, and for the nice comment! 🙏🤓🌟
nice one...
Thanks for the visit! :)
Thanks a lot, mam
You're welcome! Thanks for watching!! 🙏🤓🌟
Superb
Thank you! Cheers!
lovely
Thank you, thank you!! 🙏🌟😊
This is ok for conceptual understanding but default should be with HTTPS and not HTTP.
Yes! Great point. HTTPS in the real world, for sure! Thanks for the comment. 😊
I love you.... 🥰
LOL! Thank you! 😊
Your meaning of host header is wrong , if the traffic for accessing a website then route to this target group not if the website source is this then route the traffic
Thanks for that! 👍
Every AWS tutorials seems to focus on the most basic example like HTTP target group on port 80.. Unfortunately not very helpful to the complexity of what needs to be done in real world production apps..
Thanks for the feedback, joemac! :)
I needed a refresher for ELB and this was exactly what I needed. You rock! AWS Ninja 🥷
Yay! I'm so glad it helped, AWS Ninja! 😊💪🙌