✌ KnowledgeIndia is an initiative to teach Cloud and related technologies in an easy & practical manner. We believe in jargon-free discussion. 👍 There are many videos on our channel through which you can learn Cloud for free. If you find our videos helpful, then please share it & help others as well. If you would like to be part of this initiative, connect with us and send a message (links given below). 👉 Join our Hands-on CLOUD TRAINING - www.knowledgeindia.in/p/hands-on-cloud-training-real-world.html 👉 Connect with us for CLOUD CONSULTING requirements. Best way is to connect on LinkedIn and send a direct message. 👉 Become a RUclips Channel Member and get many benefits - www.knowledgeindia.in/p/membership-benefits.html ☕ You can support us here - www.buymeacoffee.com/knowledgeindia ☕ You can support us here - ko-fi.com/knowledgeindia ▬▬▬ 🔰 L E A R N I N G C L O U D ⤵ ▬▬▬ 👉 Subscribe to KI RUclips Channel - ruclips.net/user/knowledgeindia 👉 Receive email alerts - bit.ly/ki-google-group 👉 Join our LinkedIn Group - bit.ly/ki-linkedin-group 👉 Join RUclips MEMBERSHIP - ruclips.net/channel/UCzpHRBVnkzBfSsXostYuW1gjoin 👉 Launch your CLOUD CAREER - www.knowledgeindia.in/p/launch-your-cloud-career.html 👉 All our Video Tutorials - www.youtube.com/@knowledgeindia/videos 👉 Guidance on Cloud Certification - ruclips.net/video/7G_qJcCk7Zk/видео.html 👉 Hands-on AWS Training - www.knowledgeindia.in/p/hands-on-cloud-training-real-world.html
Something that confuses me when having the server on private subnets... Do you need a NAT for the server responses to make it out to the internet? Or are NATs only needed when your servers need to send requests to services outside AWS?
Hi, Thanks for the video. I have setup an ec2 instance with 8080 port on Linux and setup the Load balancer to route to 8080 ..Inbound rules are setup properly howerver through LB it's not working.Can you please help me
one query, we hv multiple ec2 instances in multi AZs then we can connect all with 1 LB and can make it public facing by keeping it in public subnet. But If we have multiple EC2 instances distributed in multiple regions in private subnet, how i connect all instances with one Load Balancer which is in public subnet. Plz suggest
Thanks a lot.. SUBSCRIBE to RUclips channel: ruclips.net/user/knowledgeindia Watch our videos in correct order: bit.ly/2GVzLti Connect on LinkedIn, receive AWS updates & Practical Scenario Questions - bit.ly/2XC5bZg If you have got benefited, consider joining our RUclips Membership: bit.ly/37sdLP1 Join AWS Practical Learning Group on LinkedIn: bit.ly/2Vx7aOi SUBSCRIBE to our blog for AWS exercises & case-studies: www.knowledgeindia.in/
Can you share the steps how you have created those 2 web pages in the VMs @ 4:00 for work page and then for images. Going thru the sequence, i didnt found it in any of the video, if there is any video on it please share.
Thanks Srikanth. Please help us to spread the knowledge to others as well; please SUBSCRIBE to our RUclips Channel & LIKE and SHARE the videos if they helped you to learn. We have many more videos on AWS topics, these are organized in playlists here -- ruclips.net/user/knowledgeindiaplaylists You can subscribe to our blog to receive useful AWS related content -- aws-tutorials.blogspot.com
sir, according to your video I follow all steps but when I am going to view/edit rules in a load balancer listeners then I add the rule for image (path, forward to) and the first rule is working easily but when I am going to add the second rule for work (path, forward to) i set a path (*work*) and when I am trying to select forward to (work) option but I am unable to select work option that option visible but it is unable to select so what should I do what cauld be issue please resolve my issue as soon as possible.
If I want to listen to targets registered under HTTPS instead of HTTP, do I need to have some kind of certificate for it to work ? I think HTTPS won't work out of the box like HTTP does. Please clarify.
Why only one instance 'images' (there were two present in the target group) have been registered in ELB , since only one instance of target group were registered how come traffic getting load balanced (as per ELB rule) to work and image both instances. Little confused.
Thanks, Question: If my Webserver has more number of image and and if any image has a name like *work" (or it serves user entered images too), then Wrong target group will get called and definitely fail. I mean just based on URL content is good idea ?
hi, I have a query on Application load balancer pricing. I have understood its pricing structure but when I check the same in monthly calculator it is visible only for Classic load balancer seems. Like, Amount of traffic through LB and No of LBs. But nothing is showing up about "Load Balancer Capacity Units" how do we calculate using monthly calculator? Any guidance on this is appreciated.
I don't think it is available on Monthly Calc. You will have to refer explanation and example given at aws.amazon.com/elasticloadbalancing/applicationloadbalancer/pricing/ You may consider joining our upcoming LIVE training - aws-tutorials.blogspot.in/2017/07/aws-live-training-solutions-architect.html This will have very exhaustive coverage of AWS topics.
#issue 1 :- load balancer won’t send traffic to any instance when security group rule is set to “user ip”. When I changed it to “any”. ALB started hitting both servers. Anyone knows why ? #issue 2 : IIS was not working even after enabling inbound-outbound rule in windows firewall. I selected Linux server for 2 instances. Created 2 RG, ALB, registered servers to TG, added path based routing as per examples in video. All traffic was being routed to TG1 only. Tried troubleshooting for hours, at last I deregistered TG1. Added TG1 back to Server1. After this ALB started sending traffic to both servers. Anyone faced this issue? @KI - great effort and perfect explanation for each topic. Your service to online learners is beyond words. Thank you for awesome videos. God bless you for helping thousands of students through your videos.
plz tell me sir , in classic elb when we use internal and external load balancer, and in application elb when we use internal facing and internal load balancer ?
hi i have tomcat +nginx ,i want to use ALB to get rid of path based rule in my nginx (which send the request to tomcat).can we handle this in ALB.please explain
Thanks,i do that but our response time is increased lot,anything i missed i simply create target for port 80 to 8080.Any docs which help me? thanks again
I created a ELB for worpress site and change the home url and site url in worpress database to ELB DNS name But now access DNS name of ELB it shows too many redirects..
Hi, In this explanation both the target groups are in the same AZ (correct me if I am wrong), but preferably LB is used for target groups in multi AZ rite? So, what will be the use case for target groups in single AZ and multi AZ?
Hi Hemant, target groups scope is at VPC level, it spans across subnets (hence AZs) in a VPC. Instances need to spread across different subnets (hence AZs) with in a target group. In this demo, i just took one instance and hence by chance they are in same AZ. But, when you manage via AutoScaling, instances would launched in different subnets within a target group. I hope this clears the doubt. Please help us by sharing the video and channel with your friends and on LinkedIn/FB.
9:52 Instead of manually registering a target, can you instead associate the ALB target group with an autoscaling group? Lets say we dont want to manually add instances, would prefer ASG add them dynamically into the ALB. Great video!
Hi, I am stuck with an ambiguity can u help? I understood that ALB can route between homogeneous / heterogeneous target groups within an AZ, but 1) Can a ALB route between homogeneous target groups which is present in 2 different AZ's . 2) Can a ALB route between heterogeneous target groups which is present in 2 different AZ's .
Hemant, Based on rule defined, ALB sends to a target group (TG spans across AZs, remember). Now, within a target group across the number of instances it gets distributed (irrespective whether they are there in one AZ or multiple AZs). Please go ahead and write a testimonial on LinkedIn, if you got benefited from this channel. Thanks.
How the deployment of ALB need to be where there are 2 AZ in VPC with ECS running. Should there be 1 ALB need deployment per AZ or within VPC we need 1ALB?
Thanks for your appreciation. We have many more videos on AWS topics, these are organized in playlists here -- ruclips.net/user/knowledgeindiaplaylists Also, you might want to subscribe to our blog to receive AWS related content -- aws-tutorials.blogspot.com Please SUBSCRIBE to our RUclips Channel & LIKE and SHARE the videos if they helped you.. We have SysOps training starting on Sept 2. See details here -- aws-tutorials.blogspot.in/2017/08/aws-live-training-solutions-architect-sep2017.html You may refer any of your friends, if they want to learn AWS in a practical manner.
Hats off to KI. Question - You have created 2 instance in availability zone A but at the of creating ALB you have selected 2 availability zone, why? If our instance is not available in 2nd zone then how it will serve, kindly clear this concept.
What happens if the instance serving images fails? How do we provide availability? Can we use auto scaling like we use for Classic load balancing? If yes, how do i configire that to work with application load balancer?
Please take a look at our upcoming LIVE training - aws-tutorials.blogspot.in/2017/07/aws-live-training-solutions-architect.html This will have very exhaustive coverage of AWS topics.
Hey! Thanks for this tutorial. It was really helpful and informative. I just have a question though. How did you establish remote desktop connection to your ec2 instance like that, with the GUI and stuff? i understand its a Windows image, for most of my work I use Linux instances. So please tell me, what is that too? And would that tool work the same way for me as it did for you?
Hi Abhijeet. In windows instance the security group associated with it need to have port open for RDP. you can modify security group and then add rule for RDP.
Great Video explained very well. Question. Why did you choose in the ALB more than AZ although your target groups are only in one AZ ? Thanks for the efforts? Are you replying only to those who are joining the group?
Hi sir, Thank you for such a wonderful video and I just have one doubt like when you are having two different target groups and for two separate Instances and you are just giving one target group while you are registering the target ad later you are editing the rules of both the paths and giving two target groups just wanted to know how the traffic is flowing when you are accessing both the images and work paths when you are having single target group under your ALB.
Great video. Really helpful. Can't we add 2 listeners instead of 1 while configuring load balancer, so that we can define listener rule there itself? I mean 2 listeners at port 80 and we can setup rule there so that we do not need to explicitly add listener rule later on. Is it possible?
Hi, Hope you doing good, I am working with application load balancer. Current - elb - nginx, internal elb - tomcat Requirements - alb , path base to tomcat 8080 Will alb able to handle ??
In my Demo the fixed rule with application load balance "HTTP 80: default action" is directed to TG1 which belongs to one EC2 instance with Apache running but typing LB DNS name shows only "Amazon Linux AMI Test Page". but it should be routed to \order\ directory as mapped to TG1. Please let me knoe if any configuration error from my side. Many thanks for the video.
Thanks , Excellent explanation .. is it possible to have an instance registered in multiple target groups and to which target group will ALB chose to transfer traffic in this scenario ?
Thanks Swadesh. You can register each target (instance) with one or more target groups. ALB decides to send the traffic to a target group and not instance (based on the rule defined). I hope you get benefited more from our practical videos. ... Show your support by sharing the videos on LInkedIn & FB..
yes Bharat, I will do it. Please recommend us on LinkedIn, write a Testimonial if you learned the concept and your questions are answered -- in.linkedin.com/in/knowledgeindia Please help us to spread the knowledge to others as well; please SUBSCRIBE to our RUclips Channel & LIKE and SHARE the videos if they helped you to learn. We have many more videos on AWS topics, these are organized in playlists here -- ruclips.net/user/knowledgeindiaplaylists You can subscribe to our blog to receive useful AWS related content -- aws-tutorials.blogspot.com
Thanks Suresh.. Please SHARE this with your friends if you found it helpful. Also, please subscribe to our channel ruclips.net/user/knowledgeindiavideos to get more practical AWS videos.
Good Explanation KI :+1: , Could you let me know how can we differentiate by seeing which one is ALB and Which one is ELB(classic). Sorry if it is dumb qn
As such looking at the DNS you would not know the difference. But, if you look at ELB dashboard, there is an attribute (Type) which gives the value - Classic or Application.
Please recommend us on LinkedIn, write a Testimonial if you learned the concept and your questions are answered -- in.linkedin.com/in/knowledgeindia Please help us to spread the knowledge to others as well; please SUBSCRIBE to our RUclips Channel & LIKE and SHARE the videos if they helped you to learn. We have many more videos on AWS topics, these are organized in playlists here -- ruclips.net/user/knowledgeindiaplaylists You can subscribe to our blog to receive useful AWS related content -- aws-tutorials.blogspot.com
Thanks, Question: Is ALB is similar to URL re-write rule? I mean 2 webserver have same domain but different Service hosted (instance 1 with www.abc.com/Service1 and instance 2 with www.abc.com/Service2)
✌ KnowledgeIndia is an initiative to teach Cloud and related technologies in an easy & practical manner. We believe in jargon-free discussion.
👍 There are many videos on our channel through which you can learn Cloud for free. If you find our videos helpful, then please share it & help others as well. If you would like to be part of this initiative, connect with us and send a message (links given below).
👉 Join our Hands-on CLOUD TRAINING - www.knowledgeindia.in/p/hands-on-cloud-training-real-world.html
👉 Connect with us for CLOUD CONSULTING requirements. Best way is to connect on LinkedIn and send a direct message.
👉 Become a RUclips Channel Member and get many benefits - www.knowledgeindia.in/p/membership-benefits.html
☕ You can support us here - www.buymeacoffee.com/knowledgeindia
☕ You can support us here - ko-fi.com/knowledgeindia
▬▬▬ 🔰 L E A R N I N G C L O U D ⤵ ▬▬▬
👉 Subscribe to KI RUclips Channel - ruclips.net/user/knowledgeindia
👉 Receive email alerts - bit.ly/ki-google-group
👉 Join our LinkedIn Group - bit.ly/ki-linkedin-group
👉 Join RUclips MEMBERSHIP - ruclips.net/channel/UCzpHRBVnkzBfSsXostYuW1gjoin
👉 Launch your CLOUD CAREER - www.knowledgeindia.in/p/launch-your-cloud-career.html
👉 All our Video Tutorials - www.youtube.com/@knowledgeindia/videos
👉 Guidance on Cloud Certification - ruclips.net/video/7G_qJcCk7Zk/видео.html
👉 Hands-on AWS Training - www.knowledgeindia.in/p/hands-on-cloud-training-real-world.html
The best videos I have ever seen on AWS.Great Sir Thanks You so much.
Thanks Rajesh.
If you like the videos, please share them on FB and LinkedIn. More details on in.linkedin.com/in/knowledgeindia & fb.me/AWStutorials
Load balancer concept explained wonderfully.Thank you for the worthy content.
simple. straight. sufficient. awesome.
I'm watching your video during corona virus 14 days quarantine. Thank you for the good tutorial.
thanks.. do watch our playlists to learn in right order.. :)
Excellent explanation!!! Thanks!!
great tuff in your channel, best explanation towards architectural with demo.
Excellent Explanation! Thank you Sir.
amazing explanation. simple, step by step and precise. keep up the good work and thanks a lot
Thank you. Can you support us by sharing the video with your friends?
@@knowledgeindia Absolutely. you have great videos with labs that will help in real time scenarios
Thanks for sharing valuable information...
simply awesome , I have learnt a lot from knowledge india. Great 👍
Simply awesome 👌
Something that confuses me when having the server on private subnets... Do you need a NAT for the server responses to make it out to the internet? Or are NATs only needed when your servers need to send requests to services outside AWS?
It's the second part. We have explained these doubts in our AWS networking videos, please check AWS networking playlist on our channel
simply amazing !!
Nice video, thank you for sharing it with us.
Nice Video !! Thanks a lot .. helped me a lot to understand Application LB.
thank you. Please share the videos, if it helped you..
Itself possible to configure alb on two instance in the same subnet?
Very nice demo, thanks!
You are simply great !
good one
Thank you so much 😀
Do check our playlists for more such awesome content.. You can share and help us.
Hi, Thanks for the video. I have setup an ec2 instance with 8080 port on Linux and setup the Load balancer to route to 8080 ..Inbound rules are setup properly howerver through LB it's not working.Can you please help me
Nice brother. Appreciate it
Thanks. Please do check out our playlists for more such practical videos..
Really great video sir.... thanks for sharing
thanks pavan. please share it with your friends.
Hi ...I dont know hw to create IIS sever.do we have any video for that one.
Good way of presenting.
I am Very Thankful to you Sir
Happy to hear that. Please share our videos with your friends if they helped you..
How to load balance applications hosted on multiple ports of same ec2 instance?
one query,
we hv multiple ec2 instances in multi AZs then we can connect all with 1 LB and can make it public facing by keeping it in public subnet.
But If we have multiple EC2 instances distributed in multiple regions in private subnet, how i connect all instances with one Load Balancer which is in public subnet.
Plz suggest
no, that's not possible. you will have to use something like Route53 (which is global). You will have 1 ELB per region.
super video thank you
Thanks a lot.. SUBSCRIBE to RUclips channel: ruclips.net/user/knowledgeindia
Watch our videos in correct order: bit.ly/2GVzLti
Connect on LinkedIn, receive AWS updates & Practical Scenario Questions - bit.ly/2XC5bZg
If you have got benefited, consider joining our RUclips Membership: bit.ly/37sdLP1
Join AWS Practical Learning Group on LinkedIn: bit.ly/2Vx7aOi
SUBSCRIBE to our blog for AWS exercises & case-studies: www.knowledgeindia.in/
Can you share the steps how you have created those 2 web pages in the VMs @ 4:00 for work page and then for images. Going thru the sequence, i didnt found it in any of the video, if there is any video on it please share.
when i register my instance in target group it shows unhealthy with "Health checks failed with these codes: [302]" this message
excellent work...
Thanks Sazzad. I hope you get benefited more from our practical videos. ... Show your support by sharing the videos on LinkedIn & FB.
Sure!!!
Thanks a bunch Sir... 🙂
Thanks Srikanth. Please help us to spread the knowledge to others as well; please SUBSCRIBE to our RUclips Channel & LIKE and SHARE the videos if they helped you to learn. We have many more videos on AWS topics, these are organized in playlists here -- ruclips.net/user/knowledgeindiaplaylists
You can subscribe to our blog to receive useful AWS related content -- aws-tutorials.blogspot.com
sir, according to your video I follow all steps but when I am going to view/edit rules in a load balancer listeners then I add the rule for image (path, forward to) and the first rule is working easily but when I am going to add the second rule for work (path, forward to) i set a path (*work*) and when I am trying to select forward to (work) option but I am unable to select work option that option visible but it is unable to select so what should I do what cauld be issue please resolve my issue as soon as possible.
difficult to answer this way sorry.. May be try from scratch again.
Knowledge India I have already done many times but I am facing same issue
If I want to listen to targets registered under HTTPS instead of HTTP, do I need to have some kind of certificate for it to work ? I think HTTPS won't work out of the box like HTTP does. Please clarify.
Yes Neeraj, you need a certificate. AWS provides a free certificate for usage.
This video is good one. Please also explain how to put SSL in ALB
Thanks in advance.
Why only one instance 'images' (there were two present in the target group) have been registered in ELB , since only one instance of target group were registered how come traffic getting load balanced (as per ELB rule) to work and image both instances. Little confused.
How can we perform LDAP load balancing in AWS ?
Thanks, Question: If my Webserver has more number of image and and if any image has a name like *work" (or it serves user entered images too), then Wrong target group will get called and definitely fail. I mean just based on URL content is good idea ?
Could you please answer my above question please?
Your video is awsum. But I don't know what is IIS and Inetpub. Would you mind Explaining that? It would be of much help to me
It shouldn't more than 5 mins to Google it. Please try
hi, I have a query on Application load balancer pricing. I have understood its pricing structure but when I check the same in monthly calculator it is visible only for Classic load balancer seems.
Like, Amount of traffic through LB and No of LBs. But nothing is showing up about "Load Balancer Capacity Units" how do we calculate using monthly calculator? Any guidance on this is appreciated.
I don't think it is available on Monthly Calc. You will have to refer explanation and example given at aws.amazon.com/elasticloadbalancing/applicationloadbalancer/pricing/
You may consider joining our upcoming LIVE training - aws-tutorials.blogspot.in/2017/07/aws-live-training-solutions-architect.html
This will have very exhaustive coverage of AWS topics.
Say if i have multiple instances under group under "images", will the request be copied to all instances? Which will serve the request?
with in those instances request will go based on the "instance with least requests" algorithm
Meaning, it is functioning as load-balancing! haha.. Is there anyway I could filter and forward same type of request to 2 instances?
thats not usual pattern for Load balancers. you should look at using SQS & SNS with servers for such patterns.
#issue 1 :- load balancer won’t send traffic to any instance when security group rule is set to “user ip”. When I changed it to “any”. ALB started hitting both servers. Anyone knows why ?
#issue 2 : IIS was not working even after enabling inbound-outbound rule in windows firewall. I selected Linux server for 2 instances. Created 2 RG, ALB, registered servers to TG, added path based routing as per examples in video. All traffic was being routed to TG1 only. Tried troubleshooting for hours, at last I deregistered TG1. Added TG1 back to Server1. After this ALB started sending traffic to both servers. Anyone faced this issue?
@KI - great effort and perfect explanation for each topic. Your service to online learners is beyond words. Thank you for awesome videos. God bless you for helping thousands of students through your videos.
@Rahul: Please support us by liking and sharing the videos.. Thanks again.
@Rahul: Please support us by liking and sharing the videos.. Thanks again.
plz tell me sir , in classic elb when we use internal and external load balancer, and in application elb when we use internal facing and internal load balancer ?
External LB is used when traffic comes from internet. Internal LB is used when traffic comes from private instances with in a VPC.
if with in a vpc i used public instance , then should i use external...?
hi
i have tomcat +nginx ,i want to use ALB to get rid of path based rule in my nginx (which send the request to tomcat).can we handle this in ALB.please explain
Yes you can do that. Define rules in ALB and direct requests to respective Target Groups.
Thanks,i do that but our response time is increased lot,anything i missed
i simply create target for port 80 to 8080.Any docs which help me?
thanks again
Raise a support ticket with AWS in that case.
Thank you!
Please look at more such videos on our channel n playlists
Hello sir, I have a doubt. When you have logged in the ec2 machine, you have a work folder! You seem to mention IAS?
It's Microsoft IIS.
Nice content 👍. But there are lot of ads in between. I understand ads will be there but should be less.
I created a ELB for worpress site and change the home url and site url in worpress database to ELB DNS name
But now access DNS name of ELB it shows too many redirects..
Hi,
In this explanation both the target groups are in the same AZ (correct me if I am wrong), but preferably LB is used for target groups in multi AZ rite?
So, what will be the use case for target groups in single AZ and multi AZ?
Hi Hemant,
target groups scope is at VPC level, it spans across subnets (hence AZs) in a VPC.
Instances need to spread across different subnets (hence AZs) with in a target group. In this demo, i just took one instance and hence by chance they are in same AZ. But, when you manage via AutoScaling, instances would launched in different subnets within a target group.
I hope this clears the doubt. Please help us by sharing the video and channel with your friends and on LinkedIn/FB.
Got it...surely will share... thanks for the explanation
HI KI, I see that(in video) both the Instance in same AZ. How you configured in LB as it should be in different AZ
i have talked about it at 2:40.
do we have artitecture diagram for all types of load balancing like application ,Web Server load balancing etc.??
9:52 Instead of manually registering a target, can you instead associate the ALB target group with an autoscaling group? Lets say we dont want to manually add instances, would prefer ASG add them dynamically into the ALB. Great video!
yes you can do that.
How sir? can you make a video of it also?
hello sir I learn so many things from your tutorials can you please make detail video on how to create bashion host and also how to configure WAF
there is a video on Bastion host already
Burp at 07:18, nice job ;)
:) thanks Andy..
Thank you sir.
Please do check out our playlists for more such videos ... 👍👍👍
Hi, I am stuck with an ambiguity can u help?
I understood that ALB can route between homogeneous / heterogeneous target groups within an AZ, but
1) Can a ALB route between homogeneous target groups which is present in 2 different AZ's .
2) Can a ALB route between heterogeneous target groups which is present in 2 different AZ's .
Hemant,
Based on rule defined, ALB sends to a target group (TG spans across AZs, remember).
Now, within a target group across the number of instances it gets distributed (irrespective whether they are there in one AZ or multiple AZs).
Please go ahead and write a testimonial on LinkedIn, if you got benefited from this channel. Thanks.
thank you:)
Thank you Sir!!
:) Thanks Jagdish. Keep SHARING & helping us to do more.
How traffic will flow if ELB fails ?
How the deployment of ALB need to be where there are 2 AZ in VPC with ECS running. Should there be 1 ALB need deployment per AZ or within VPC we need 1ALB?
An ALB can expand across 2 AZs in a VPC.
Very nice presentation guys ..
Thanks for your appreciation. We have many more videos on AWS topics, these are organized in playlists here -- ruclips.net/user/knowledgeindiaplaylists
Also, you might want to subscribe to our blog to receive AWS related content -- aws-tutorials.blogspot.com
Please SUBSCRIBE to our RUclips Channel & LIKE and SHARE the videos if they helped you..
We have SysOps training starting on Sept 2. See details here -- aws-tutorials.blogspot.in/2017/08/aws-live-training-solutions-architect-sep2017.html You may refer any of your friends, if they want to learn AWS in a practical manner.
Hats off to KI. Question - You have created 2 instance in availability zone A but at the of creating ALB you have selected 2 availability zone, why? If our instance is not available in 2nd zone then how it will serve, kindly clear this concept.
can you check once again, if both are in same AZ?
can we set stcky session in ALB?
Yes, at Target Groups level.
What would happen if we create another listener and write conflicting rules there? And add both the listeners? Awesome work by the way (Y)
can i add multiple cnames to same alb like sales.amazon.com and market.amazon.com to ALB ?
Yes that should be possible. Have you tried and it didn't work?
Thanks for teaching the same, I have a one small query about target groups health checks, what does success codes means.
those are standard response codes. E.g. 200 means success. 4xx is client side error etc. you can google about all the codes.
What happens if the instance serving images fails? How do we provide availability? Can we use auto scaling like we use for Classic load balancing? If yes, how do i configire that to work with application load balancer?
yes Bhupal, you can setup ASG and point it to Target Groups...
Please take a look at our upcoming LIVE training - aws-tutorials.blogspot.in/2017/07/aws-live-training-solutions-architect.html
This will have very exhaustive coverage of AWS topics.
Hey! Thanks for this tutorial. It was really helpful and informative. I just have a question though. How did you establish remote desktop connection to your ec2 instance like that, with the GUI and stuff? i understand its a Windows image, for most of my work I use Linux instances. So please tell me, what is that too? And would that tool work the same way for me as it did for you?
watch this and you should be clear -- ruclips.net/video/hADsoPODtVQ/видео.html&lc=UgxAuJN_mGVljN78pFt4AaABAg
Hi Abhijeet. In windows instance the security group associated with it need to have port open for RDP. you can modify security group and then add rule for RDP.
Great Video explained very well. Question. Why did you choose in the ALB more than AZ although your target groups are only in one AZ ? Thanks for the efforts? Are you replying only to those who are joining the group?
Hi sir,
Thank you for such a wonderful video and I just have one doubt like when you are having two different target groups and for two separate Instances and you are just giving one target group while you are registering the target ad later you are editing the rules of both the paths and giving two target groups just wanted to know how the traffic is flowing when you are accessing both the images and work paths when you are having single target group under your ALB.
Sorry i could not understand.
Can you please provide the link serial wise so that it will be easy to learn step wise...
Yes, please look at our playlists for the same
Thankeww..
Great video. Really helpful. Can't we add 2 listeners instead of 1 while configuring load balancer, so that we can define listener rule there itself? I mean 2 listeners at port 80 and we can setup rule there so that we do not need to explicitly add listener rule later on. Is it possible?
Hi,
Hope you doing good, I am working with application load balancer.
Current - elb - nginx, internal elb - tomcat
Requirements - alb , path base to tomcat 8080
Will alb able to handle ??
Yes it should be able to handle this.
In my Demo the fixed rule with application load balance "HTTP 80: default action" is directed to TG1 which belongs to one EC2 instance with Apache running but typing LB DNS name shows only "Amazon Linux AMI Test Page". but it should be routed to \order\ directory as mapped to TG1. Please let me knoe if any configuration error from my side. Many thanks for the video.
Thanks , Excellent explanation .. is it possible to have an instance registered in multiple target groups and to which target group will ALB chose to transfer traffic in this scenario ?
Thanks Swadesh. You can register each target (instance) with one or more target groups. ALB decides to send the traffic to a target group and not instance (based on the rule defined).
I hope you get benefited more from our practical videos. ... Show your support by sharing the videos on LInkedIn & FB..
can you do a video on new network load balancer?
yes Bharat, I will do it. Please recommend us on LinkedIn, write a Testimonial if you learned the concept and your questions are answered -- in.linkedin.com/in/knowledgeindia
Please help us to spread the knowledge to others as well; please SUBSCRIBE to our RUclips Channel & LIKE and SHARE the videos if they helped you to learn. We have many more videos on AWS topics, these are organized in playlists here -- ruclips.net/user/knowledgeindiaplaylists
You can subscribe to our blog to receive useful AWS related content -- aws-tutorials.blogspot.com
you did not show security rules for ELB, instances , health checks and for listeners. I am confused which rule to set for which resources.
Good explanation..
Good explanation
Thank you
Thanks Suresh.. Please SHARE this with your friends if you found it helpful. Also, please subscribe to our channel ruclips.net/user/knowledgeindiavideos to get more practical AWS videos.
sure
Good Explanation KI :+1: , Could you let me know how can we differentiate by seeing which one is ALB and Which one is ELB(classic).
Sorry if it is dumb qn
As such looking at the DNS you would not know the difference. But, if you look at ELB dashboard, there is an attribute (Type) which gives the value - Classic or Application.
Please recommend us on LinkedIn, write a Testimonial if you learned the concept and your questions are answered -- in.linkedin.com/in/knowledgeindia
Please help us to spread the knowledge to others as well; please SUBSCRIBE to our RUclips Channel & LIKE and SHARE the videos if they helped you to learn. We have many more videos on AWS topics, these are organized in playlists here -- ruclips.net/user/knowledgeindiaplaylists
You can subscribe to our blog to receive useful AWS related content -- aws-tutorials.blogspot.com
Thanks, Question: Is ALB is similar to URL re-write rule?
I mean 2 webserver have same domain but different Service hosted (instance 1 with www.abc.com/Service1 and instance 2 with www.abc.com/Service2)
is ELB is a hardware or software load balancer? please justify.
ELB is a managed service from AWS and it has both the components - h/w n s/w.
Though, you don't have to manage them.
serverfault.com/questions/171400/hardware-vs-software-load-balancers-just-a-cost-issue
Lots of ads in a single video. But nice content.
Like it
Thanks Neha. Please do check out our playlist for more easy AWS videos.. please share and subscribe to get new AWS videos..
Where are you mentioned security how it is security
what are the difference between application,network and classic load balancer in aws.
너란녀석.. 훌륭하군
고마워. 우리의 비디오를 친구들과 공유하십시오. 귀하의 의견을 이해할 수 있도록 Google의 도움을 받았습니다.
hats-off , i really waste time on rekha.
Rekha ??
@@knowledgeindia edureka
@@shayanprakash3646 😀😀
Too lagging on videos. Content is not short and sweet. Irritated after we watched more videos of this subscriber.
nice explanation
Thank you so much.
thank you