Indeed. Nobody explains in the way you did. Thank you so much for this beautiful content @AbhishekVeeramalla. Thanks a lot. I have successfully completed this project
You are the best teacher ,I love your teaching style and I love how you give real world examples and analogous and give production level hands on approach that we can apply in real world and get the job
The best part of this learning session is he is replying everyone comments i really love this Thank you so much for your effort, may god give you long life so u can share more knowledge
Verified both private instances with ALB and page will display as *Abhishek Verramalla is a Fabulous Mentor to Cloud and Devops* . Rocky bhai!! Thanks a lot for your time
Best content of aws for free, even paid courses not providing this type of content Thanks a lot You are the best teacher of aws and devops and Python. Thanks a lot again
you are more than Srimanthudu, Srimanthudu can contribute his wealth but that would be limited, whatever knowledge you are sharing is unlimited. I really admire you and became devotee to you. Thank you so much..!
Simplfying and explaining is the most diffcicult things to do and you did that flawlessly . thanks for the awesome video on the project . you are getting better in terms of keeping things clear and short , not deep diving into every term you speak about . This helps not to be overwhelmed with the concept and prioritizing what is more important and valuable . ☺
Great Sir ... covered it very nicely but one more time practice will be needed for us to permanently store it in our Memory card. thanks for such a outstanding course you provided to us
This is the first channel I have seen with so many subscribers, I have checked twice to make sure that I am on the right platform or some movie star making videos..😄😁 and finally, this kind of knowledge I have been looking for for a long time. I found my DevOps Guru🙏🙏 thanks
@@AbhishekVeeramalla trust me! It's easy for a celebrity to get the fanbase, because all kinds of mix minded people will follow them, but you have created different swag in devops with 207k, like minded professionals. It's really incredible and that shows your devotion towards Cloud Technology. If Devops is Shreeramji, you are like a Hanumanji towards Devops.. 😄😄
I am so happy I stumbled to this channel, I am so happy doing these projects and seeing the results i want. I deployed two separate apps in the two instances and was able to access both instances from the internet using Loadbalancer. Thank you so much sir. No paid training will explain this the way you do. You are not just a smart person but a good teacher. I don't know your religion but all I can say is God bless you and give you good health.
Thanks a lots, Simplifying and explaining is the most difficult things to do and you did that flawlessly . thanks for the awesome video on the project . Following your instructions I completed this project as poc.
Hats off Abhishek...I have been searching for this kind of a content but was unable to find it. And here it is after a lot of search. Grateful to you Abhishek for this amazing work. Appreciate it from the bottom of my heart...thanks a lot! ✨
You will not find this kind of content on the you tube. This video will make history soon. Let's share this video and let the others also know about this content. Great job done Abhishek.❤❤
Absolutely wonderful and clear explanation really thanks a lot for your efforts to make this project in detail step to step with so much clarity. Hats off for on your efforts 👏👏👏👏👏👌👌👌👌 huge thanks for making such valuable project videos
Awesome, Hats off Abhishek...I have been searching for this kind of a content but was unable to find it, now My private and public subnet is clear, thanks for making vedio for this type of content.
Excellent content! I love how you created the entire playlist. Please continue to provide more projects that range from beginner to advanced levels. Thank you so much for offering such valuable material. 🙏🙏
This project was assigned as an interview task to my friend but in a Terraform manner. Abhishek provided us with information on real-time challenges and explained things with ease.
I must tell you Abhishek, you might not acknowledge it but your way of teaching just invincible no paid or free course online have this much potential. GOD BLESS YOU FELLA!!
Keep up the great work... You are such a big blessing to us. 1.Could you please make the video of what kind of issues we will get from ec2 and loadbalancer in prod environment as well 2. Those topics will very helpfull for crack the interview.Thanks.
Being a beginner it was really good experience i successfully deployed the application thankyou keep going you're doing really well all blessings to you
Who ever was not able to SSH to there Bastion host --- while creating the bastion host when we select the VPC from default to our newly created one, just below that you need to select the Subnet type, its by defualt selecting private subnet, so select the public subnet and launch the instance. it will resolve your issue.
Fantastic Abhishek, I just want to caution people if you are using free tier and you want to implement this project u will be charged !!!!!!! For : 1.Ubuntu based EC2 instances(only linux & windows are free) 2.Recently aws has started charging for public IPv4 address 3.NAT Gateway $0.045 /Hour Please keep these things in mind before you start implementing this project !! All the Best !!
Hi Abhishek, Thanks for teaching beginners like me with these advanced Concepts. I listened to the above recording and have couple of doubts. 1.I have windows laptop. Am using ubuntu OS while creating the instances. I successfully created auto scaling group and created 2 instances. i have created Bastion Instance as well. Now my doubt is while creating Bastion instance , we are giving the key value pair right (which got created during autoscaling group) as part of the launch instance screen in aws console, then why should we copy the key value (.pem)file again in this Bastion instance? 2.Am using Mobaxterm to connect to remote servers.Can you tell me what are steps to copy this pem file to bastion instance ?Because iam always using the Mobaxterm ->Session ->SSH to connect to the instances.But now am not sure what command/steps to be used to copy the file from my local host to this bastion instance. Am struck.Could you please help me here
I’m a bit confused. Why are we copying the PEM file to the bastion host? We use the same key pair for all three instances, so why do we need to copy the aws-login.pem file to the bastion host if we already have it there?(y scp command at 28:21)
On Day 3, we connected to an EC2 instance using a key pair that was on our computer. Today, we need to use a bastion host to access a private instance. For this, we first connect to the bastion host. since the bastion host does not have the key pair required to connect directly to the private instance, we need to copy the key pair to the bastion host and then we can connect to that ec2
For those who are facing "502 bad gateway" just delete the load balancer and target group and redo that part again without making that mistake where abishek done(specifiying port number wrongly) this will work
Hi sir, I want to inform you one thing to highlight on this video, after completion of all the vpc project, people usually terminated their instances only but due to auto scaling capability again instances created and running automatically and people might not delete NAT gateway and all l, due to all this people may get charged from aws, if people forgot to delete all the vpc setup aws charged $ 1 per day minimum for all services used for VPC setup i noticed i got charged one dollar per day after five days i have noticed and take support from aws, Kindly show the process of deleting the VPC setup in one video and to get rid of aws charges thanks for the valuable content, i am new to aws
Agree with you.. Terminate (Delete) action takes time and will get charged if we dont terminate/delete instances.. @AbhishekVeeramalla Thanks for all your videos and simplified videos.... I have one doubt ... Do we have an option called "Delete project" .. which should delete/remove/terminate all associated VPC components ??
Hi Abhishek, I have been following you and sharing the videos across since a month now. I was reluctant to actually give it all but when things didn't work I had to revisit the videos again and try multiple times. And finally now I did implement this project in both the Zones and it's worth it!! And will soon proceed with the next ones, Thanks a lot for putting this content out for free!! Waiting to engage on linkedin or mail once I feel confident and make my this teacher proud! Thanks again:)
Hi Abhishek, The tutorial was good, but it would have been great if you could have shown us how to destroy this infrastructure (the VPC). NAT gateways and elastic IPs are the ones that, if forgotten to delete, will cost money. It would be great if you took the below things into consideration. 1) Let us know if it will cost us before we begin hands-on so that we can destroy it after hands-on only. 2) Additionally, if you can, provide a video on AWS billing so that we can keep track of our invoices.
Thanks for the feedback.. but I keep saying in videos that delete the infrastructure that u create .. sometimes I might miss in videos but make sure .. u keep watching the cost 💲
if you delete vpc, you couldnt able to delete because it will show you the error in elastic ip and in Nat gateway. once we release elastic IP and delete nat gateway then you will be able to delete VPC. Today, i have done it.
bro im just trying to create autoscaling group but im getting the error like unable to create the group as it is having the error in instance type. and im using window machine .. pls help me in this@@manojkumar-lf1ei
what an excellent project for everyone, who wants to learn AWS, great content. Completed the project. hats off to you Abhishek. thank you for a great content😇.
When I developed my web application in the last organization, I always thought how can I make these API's to handle thousands of requests and now I know how can i implement that. Thankyou so much Abhishek and lots of love❤
Hi Abhishek, I have done the entire setup what u have shown in this video. And i have configured the subnet as port 8000. In putty the application status is shown as running, but when i try to access it in browser, the page keeps on loading, what could be the reason for this ? Where should i check the error now? Thank you so much for the awesome content.
hi, ameenurrehman you can restart the python server on one of your private subnet. change the health check monitoring setting by setting the timeout to 15 sec and reload the website it will show you html page once and 502 again and vice versa.
Great explanation. One of my friends suggested this channel to me and I feel this is the best one I came across. Thank You so much for the awesome content.
Hi Abhishek, thanks for this video ! appreciate your efforts here. I tried copying pem file from windows terminal to ec2 instance but could not succeed. I have used scp and ssh command but its failing everytime. Any idea how we can achieve this Thanks
perfectly done and completed the assignment too by deploying the sample app in another subnet. At first the alternatively the instances were unhealthy eventually after some both the instances were healthy and serving perfectly. Thank you abhisek sir for the project. I hope this project will boost my resume further more
Thank you for being such a fantastic mentor and for your constant support and guidance. We are genuinely grateful for all the wisdom and advice you've shared. Your mentorship is invaluable to us.
Thankyou so much, Abhishek, because of your clear explanation, I'm overjoyed to share that I was able to complete this project with your help. I hope you keep uploading more AWS projects in the future, and I look forward to doing more cool projects. This was indeed fun. Keep growing !!
Abhishek thanks for this video I did this project like this I used appache2 server and deployed 2 different web application Then what i did is using that cpu-spi I did that on 1a region As soon as it started load balancer automatically drifted the trafic to 1b where there was another web application Thanks for this project Definitely i will put this on to my resume 🎉
That's awesome. Initially the 2nd EC2 instance was unhealthy since initially there was no application running on port 8000 and after few automatic consecutive health checks the instance came back with healthy status. with different "index.html" on both EC2 instances, I can see different outputs on the UI. thank you
@@AbhishekVeeramalla In window using mobaxterm if i install html in 2nd ec2 and then run loadbalancer i see only 2nd ec2 html page only. How can i see both ec2 html page ?
I am grateful for this video Anna. I have also learned how to troubleshoot during this video. Some how i have added the port of 80 for the instances inside target group which caused 502 issue. Thanks for the wonderful lessons ☺.
can you help plz i have deploy html in 2nd ec2 and server is again running on 8000 of 2nd ec2. if i access the load balancer page on browser it is not working.
@@shivanshusharma20.07 you may have not configured the http port in load balancer. Please go through the video at time intervals and try to match the settings from video.
@@shyamsaisatish6943 Yes i got it. Thanks alot. 1 last question i am confused what if i provide listener and security group port as 8000 as my application is running in 8000. why we have used port 80 on listener not 8000?
Found it bit difficult to understand the project in first attempt... Rewatched it 2 times and now i can make sense of things... Thank you for sharing this😊
Great teaching sir . I fell in love with your teaching sir. The way of explaining complicated topics in simple way is highlight of your teaching sir. But I am facing an issue of unhealthy ec2 instances in target groups even iam doing the same thing what you did in this video help me to troubleshoot that issue sir.
@Abhishek thank you for explaining this topic in detail. I am using windows laptop and looks like most of the people have same question on how to transfer pem file from local to ec2. Here is the solution. Step 1: open command prompt in your laptop Step 2: scp -i "C:\Users\local\Downloads\shyam.pem" "C:\Users\local\Downloads\shyam.pem" ubuntu@ec2-IP-address:/home/ubuntu In step 2 first location address is the pem file to access your EC2 instance. Second file is the file to be copied (this can be any file doesn't have to be pem file only. in our case we are trying to copy pem file) Step 3: type yes and hit enter. (you can't see "yes" when you type there don't worry) Done..... Congratulations!!!!!!!!!!!
Very good course abishek thanks for this crystal clear video Ill share this playlist my friedns also and you deserve more subscribe and great gem and you made my day very useful to learn some complicated things we easy 🎉🎉🎉🎉
Did you pay to watch this video ? My suggestion is don’t overthink, when it is for free grab it. When I do something for paid, I will publicly announce it 😅 And what makes u think this is not for free 😂
Great explanation Sir, I have completed the assignment given in this video and it works fine. Thank you so much for your learning, hope I will achieve wonders by learning this course.
One small thing in this video when creating bastion Host when selecting network setting changes by selecting created VPS change the subnet to public 1 or 2 by default it is selecting private. if you try to create bastion in private subnet it will not allow you to connect through ssh even you allow ssh to it(creating security group).
Sir, one thing I have to tell you is that even a paid trainer would not show this much dedication in delivering content in such an excellent way.
Thanks alot ❤️
Bro, i joined the institute but they are not tutor like @Abhishek sir, I think i wasted my money, late realization bro
Exactly his immense knowledge. I feel like he is eating knowledge than the food most...😁
Indeed. Nobody explains in the way you did. Thank you so much for this beautiful content @AbhishekVeeramalla. Thanks a lot. I have successfully completed this project
@AbhishekVeeramalla sir, unable to copy the key with the scp command. It says connection timed out
You are the best teacher ,I love your teaching style and I love how you give real world examples and analogous and give production level hands on approach that we can apply in real world and get the job
The best part of this learning session is he is replying everyone comments
i really love this
Thank you so much for your effort,
may god give you long life so u can share more knowledge
❤️
Verified both private instances with ALB and page will display as *Abhishek Verramalla is a Fabulous Mentor to Cloud and Devops* . Rocky bhai!! Thanks a lot for your time
Abishek Sir we are blessed to have a teacher like you🙏🏻🧎🏼♀️
Best content of aws for free, even paid courses not providing this type of content
Thanks a lot
You are the best teacher of aws and devops and Python.
Thanks a lot again
Thanks alot 💖
you are more than Srimanthudu, Srimanthudu can contribute his wealth but that would be limited, whatever knowledge you are sharing is unlimited. I really admire you and became devotee to you. Thank you so much..!
❤️❤️
one video of Abhishek per day, makes you feel like a champ everday :)
Simplfying and explaining is the most diffcicult things to do and you did that flawlessly . thanks for the awesome video on the project . you are getting better in terms of keeping things clear and short , not deep diving into every term you speak about . This helps not to be overwhelmed with the concept and prioritizing what is more important and valuable . ☺
Thanks alot
One of the best teacher i have seen in my entire life Hats off sir 🙌🙌🙌
You are a True Huma being.. Being a Human..
Thanks is a small word in front of you.. 🙏
Most welcome
@@AbhishekVeeramalla love you Brother
Great Sir ... covered it very nicely but one more time practice will be needed for us to permanently store it in our Memory card. thanks for such a outstanding course you provided to us
Hi abhishek, please do more projects from beginner to advanced . Thank you for your support 🙏🏻
This is the first channel I have seen with so many subscribers, I have checked twice to make sure that I am on the right platform or some movie star making videos..😄😁 and finally, this kind of knowledge I have been looking for for a long time. I found my DevOps Guru🙏🙏 thanks
Haha 😂 Thank you
@@AbhishekVeeramalla trust me! It's easy for a celebrity to get the fanbase, because all kinds of mix minded people will follow them, but you have created different swag in devops with 207k, like minded professionals. It's really incredible and that shows your devotion towards Cloud Technology. If Devops is Shreeramji, you are like a Hanumanji towards Devops.. 😄😄
Dedication level while making a content is like Everest Bro, Thanks a lot
Thanks a ton
I must say it was one of the best explanation I ever saw on the AWS VPC with practical Examples. Thank you @Abhishek.Veeramalla!🌹
😍
I am so happy I stumbled to this channel, I am so happy doing these projects and seeing the results i want. I deployed two separate apps in the two instances and was able to access both instances from the internet using Loadbalancer. Thank you so much sir.
No paid training will explain this the way you do. You are not just a smart person but a good teacher. I don't know your religion but all I can say is God bless you and give you good health.
Thanks alot
Thanks a lots,
Simplifying and explaining is the most difficult things to do and you did that flawlessly . thanks for the awesome video on the project .
Following your instructions I completed this project as poc.
❤️❤️❤️
Thanks Abhishek for teaching this type of difficult task in an easy manner
😎
Simply Superb Anna.. Thank you very much.. You are really great.. Providing this type of content freely is amazing.. Once again.. Thank you !!
Thank you so much 🙂
Hats off Abhishek...I have been searching for this kind of a content but was unable to find it. And here it is after a lot of search. Grateful to you Abhishek for this amazing work. Appreciate it from the bottom of my heart...thanks a lot! ✨
❤️
Abhishek Sir Amazing detailing, before I don't know this much of AWS Now I got confident that I definately get a good position thanks Abhishek Sir.
Great
You will not find this kind of content on the you tube. This video will make history soon. Let's share this video and let the others also know about this content. Great job done Abhishek.❤❤
Thanks alot
I was able to implement with the output from both instances, Thanks a lot for the project. Will do one more time and make a notes for reference.
Absolutely wonderful and clear explanation really thanks a lot for your efforts to make this project in detail step to step with so much clarity. Hats off for on your efforts 👏👏👏👏👏👌👌👌👌 huge thanks for making such valuable project videos
😍😍😍
Awesome, Hats off Abhishek...I have been searching for this kind of a content but was unable to find it, now My private and public subnet is clear, thanks for making vedio for this type of content.
Glad that it helped
Really ur videos are confident givers, thank you ❤
Welcome
Excellent content! I love how you created the entire playlist. Please continue to provide more projects that range from beginner to advanced levels. Thank you so much for offering such valuable material. 🙏🙏
😍
This project was assigned as an interview task to my friend but in a Terraform manner. Abhishek provided us with information on real-time challenges and explained things with ease.
We have the same project on terraform as well, Day-24 in this playlist.
Thanks@@AbhishekVeeramalla
I must tell you Abhishek, you might not acknowledge it but your way of teaching just invincible no paid or free course online have this much potential. GOD BLESS YOU FELLA!!
Thanks a ton
Keep up the great work... You are such a big blessing to us.
1.Could you please make the video of what kind of issues we will get from ec2 and loadbalancer in prod environment as well
2. Those topics will very helpfull for crack the interview.Thanks.
Noted
Being a beginner it was really good experience i successfully deployed the application thankyou keep going you're doing really well all blessings to you
All the best
Who ever was not able to SSH to there Bastion host --- while creating the bastion host when we select the VPC from default to our newly created one, just below that you need to select the Subnet type, its by defualt selecting private subnet, so select the public subnet and launch the instance. it will resolve your issue.
🚀🚀🚀
Thanks for the help
Thanks
Bhai m ab bhi ssh nhi kr paa rha hu pls help me
Thanks, I was stuck and you have saved me.
This training is excellent. The explanation is even more important than the project.
❤️
Fantastic Abhishek,
I just want to caution people if you are using free tier and you want to implement this project u will be charged !!!!!!!
For :
1.Ubuntu based EC2 instances(only linux & windows are free)
2.Recently aws has started charging for public IPv4 address
3.NAT Gateway $0.045 /Hour
Please keep these things in mind before you start implementing this project !!
All the Best !!
Thanks for the suggestions
Thanks Abhishek for clear cut explaination , successfully launched the Application
Great 👍
Hi Abhishek, Thanks for teaching beginners like me with these advanced Concepts. I listened to the above recording and have couple of doubts.
1.I have windows laptop. Am using ubuntu OS while creating the instances.
I successfully created auto scaling group and created 2 instances. i have created Bastion Instance as well.
Now my doubt is while creating Bastion instance , we are giving the key value pair right (which got created during autoscaling group) as part of the launch instance screen in aws console, then why should we copy the key value (.pem)file again in this Bastion instance?
2.Am using Mobaxterm to connect to remote servers.Can you tell me what are steps to copy this pem file to bastion instance ?Because iam always using the Mobaxterm ->Session ->SSH to connect to the instances.But now am not sure what command/steps to be used to copy the file from my local host to this bastion instance.
Am struck.Could you please help me here
Same man, even I'm stuck at this point
same I am also stuck there,any help on this is welcome .
@@kiranware-so5yo drag and drop the pem file in the quick connect box, you can see it on the left side of the screen
Hats off Sir. Great Content. You are explaining in a very simple language that makes us easy to understand🙏.
I’m a bit confused. Why are we copying the PEM file to the bastion host? We use the same key pair for all three instances, so why do we need to copy the aws-login.pem file to the bastion host if we already have it there?(y scp command at 28:21)
Did you get the answer?
On Day 3, we connected to an EC2 instance using a key pair that was on our computer. Today, we need to use a bastion host to access a private instance. For this, we first connect to the bastion host. since the bastion host does not have the key pair required to connect directly to the private instance, we need to copy the key pair to the bastion host and then we can connect to that ec2
How do you do that in mobaxterm ?@@vamshikrishnaGodhumala
@@vamshikrishnaGodhumala how to copy the key pair to baston host in windows
ss
For those who are facing "502 bad gateway" just delete the load balancer and target group and redo that part again without making that mistake where abishek done(specifiying port number wrongly) this will work
Hi sir, I want to inform you one thing to highlight on this video, after completion of all the vpc project, people usually terminated their instances only but due to auto scaling capability again instances created and running automatically and people might not delete NAT gateway and all l, due to all this people may get charged from aws, if people forgot to delete all the vpc setup aws charged $ 1 per day minimum for all services used for VPC setup i noticed i got charged one dollar per day after five days i have noticed and take support from aws,
Kindly show the process of deleting the VPC setup in one video and to get rid of aws charges thanks for the valuable content, i am new to aws
hi , are you recently started the AWS series, if yes please let me know
@@GovindaraoDukka yes
@@raviprakashreddy8128 how can i reach out to you, I need your help I'm also recently started
Agree with you.. Terminate (Delete) action takes time and will get charged if we dont terminate/delete instances..
@AbhishekVeeramalla Thanks for all your videos and simplified videos.... I have one doubt ... Do we have an option called "Delete project" .. which should delete/remove/terminate all associated VPC components ??
Hi Abhishek, I have been following you and sharing the videos across since a month now. I was reluctant to actually give it all but when things didn't work I had to revisit the videos again and try multiple times. And finally now I did implement this project in both the Zones and it's worth it!! And will soon proceed with the next ones, Thanks a lot for putting this content out for free!! Waiting to engage on linkedin or mail once I feel confident and make my this teacher proud! Thanks again:)
Hi, are recently started the aws series if yes please let me know
Hi @Abhishek.Veeramalla
28:53 How do we scp the key-pair to the Bastion host using mobaxterm for windows users? A reply for this will be a big help🥺
Same problem
@@avd_suresh can you please share video link
@Abhishek.Veeramalla can you help here
This best content ever, thanks a lot for your dedication.
Hi Abhishek,
The tutorial was good, but it would have been great if you could have shown us how to destroy this infrastructure (the VPC). NAT gateways and elastic IPs are the ones that, if forgotten to delete, will cost money.
It would be great if you took the below things into consideration.
1) Let us know if it will cost us before we begin hands-on so that we can destroy it after hands-on only.
2) Additionally, if you can, provide a video on AWS billing so that we can keep track of our invoices.
Thanks for the feedback.. but I keep saying in videos that delete the infrastructure that u create .. sometimes I might miss in videos but make sure .. u keep watching the cost 💲
if you delete vpc, you couldnt able to delete because it will show you the error in elastic ip and in Nat gateway. once we release elastic IP and delete nat gateway then you will be able to delete VPC. Today, i have done it.
bro im just trying to create autoscaling group but im getting the error like unable to create the group as it is having the error in instance type. and im using window machine ..
pls help me in this@@manojkumar-lf1ei
May be you forgot to select the instance type, choose the free tier one, while creating the instance@@snehavarma9796
what an excellent project for everyone, who wants to learn AWS, great content. Completed the project. hats off to you Abhishek. thank you for a great content😇.
Thanks a ton
bro umang, my auto scaling is stuck at "updating instance", what to do now?
hi Abhishek
I am not able to connect to the private subnet servers from bastion host .
could you please help me out on this,
use pemkey , make sure path used is correct and use correct private ip adresss od ec2 u want to connect
When I developed my web application in the last organization, I always thought how can I make these API's to handle thousands of requests and now I know how can i implement that. Thankyou so much Abhishek and lots of love❤
Abhishek I am facing a issue of permission denied (public key)
SCP: connection closed ?
did u get the answer
@@machinegunkohli i am getting this issue
@@shivanshusharma20.07 chmod 400 your key
I have successfully completed my project with both the instances thanks a lot..
Great job!
hello!!!! so as here we are using NAT gateways ... is this covered in free tier or it will charge something ?
Hi Abhishek, I have done the entire setup what u have shown in this video.
And i have configured the subnet as port 8000.
In putty the application status is shown as running, but when i try to access it in browser, the page keeps on loading, what could be the reason for this ?
Where should i check the error now?
Thank you so much for the awesome content.
facing the same issue sir, in cli python3 -m http.server 8000 is still running and DNS name in browser says 502 bad gateway. please help here!
That means that you load balancer is not reachable .. try to see if you have added port 80 to load balancers security group
@@AbhishekVeeramalla as shown in the video after adding port 80 the error is gone in security group.. from my side too. Sir. Please guide here
@@AbhishekVeeramalla still unable to resolve the query, please help
hi, ameenurrehman you can restart the python server on one of your private subnet. change the health check monitoring setting by setting the timeout to 15 sec and reload the website it will show you html page once and 502 again and vice versa.
Great explanation. One of my friends suggested this channel to me and I feel this is the best one I came across. Thank You so much for the awesome content.
😍😍😍
Hi Abhishek,
thanks for this video ! appreciate your efforts here.
I tried copying pem file from windows terminal to ec2 instance but could not succeed.
I have used scp and ssh command but its failing everytime. Any idea how we can achieve this
Thanks
Have u resolved this .please share the solution If possible I am also stuck at the exact situation.
@@rishwin2616 have you got solution for copying pem file from windows terminal to ec2 instance ,i am also unable to get it.
Me too facing same problem...any solution for this
Wow ! Followed the steps and able to Launch & Access my first app from the web !!!
Thank you Brother 👨🏫
29:20 Am struck here Abhishek
Did u get? I am using windows and still struck
How to do it in windows? I need help here too.
I too struck here
I too struck 😢😢😢😢😢
perfectly done and completed the assignment too by deploying the sample app in another subnet. At first the alternatively the instances were unhealthy eventually after some both the instances were healthy and serving perfectly. Thank you abhisek sir for the project. I hope this project will boost my resume further more
Heyy buddy can u share ur linkedIN id will connect...
Thank you for being such a fantastic mentor and for your constant support and guidance. We are genuinely grateful for all the wisdom and advice you've shared. Your mentorship is invaluable to us.
My pleasure
Thankyou so much, Abhishek, because of your clear explanation, I'm overjoyed to share that I was able to complete this project with your help. I hope you keep uploading more AWS projects in the future, and I look forward to doing more cool projects. This was indeed fun. Keep growing !!
Abhishek thanks for this video
I did this project like this
I used appache2 server and deployed 2 different web application
Then what i did is using that cpu-spi
I did that on 1a region
As soon as it started load balancer automatically drifted the trafic to 1b where there was another web application
Thanks for this project
Definitely i will put this on to my resume 🎉
Thanks a lot
Superb , my 1st application run as expected. Thanks a lot
Superb
That's awesome. Initially the 2nd EC2 instance was unhealthy since initially there was no application running on port 8000 and after few automatic consecutive health checks the instance came back with healthy status. with different "index.html" on both EC2 instances, I can see different outputs on the UI. thank you
Great work ❤️
@@AbhishekVeeramalla In window using mobaxterm if i install html in 2nd ec2 and then run loadbalancer i see only 2nd ec2 html page only. How can i see both ec2 html page ?
This was so educative.thanks Abhishek , I tried on windows and it worked ! Done
I am grateful for this video Anna. I have also learned how to troubleshoot during this video. Some how i have added the port of 80 for the instances inside target group which caused 502 issue. Thanks for the wonderful lessons ☺.
Glad it helped!
can you help plz i have deploy html in 2nd ec2 and server is again running on 8000 of 2nd ec2. if i access the load balancer page on browser it is not working.
@@shivanshusharma20.07 you may have not configured the http port in load balancer. Please go through the video at time intervals and try to match the settings from video.
@@shyamsaisatish6943 Yes i got it. Thanks alot. 1 last question i am confused what if i provide listener and security group port as 8000 as my application is running in 8000. why we have used port 80 on listener not 8000?
Found it bit difficult to understand the project in first attempt... Rewatched it 2 times and now i can make sense of things... Thank you for sharing this😊
Glad it helped!
The explanation was amazing! Completed the project! Thank you!
Really happy that i found your channel on youtube.
Welcome aboard!
Thank you very much for the session Abhishek.
Most welcome!
Big Respect and love from Pakistan sir your method of teaching is so good and helpful😍😍
Thanks a lot
Great teaching sir . I fell in love with your teaching sir. The way of explaining complicated topics in simple way is highlight of your teaching sir. But I am facing an issue of unhealthy ec2 instances in target groups even iam doing the same thing what you did in this video help me to troubleshoot that issue sir.
Thanks and welcome
Thank you, SIR!! I'm able to demonstrate the project.
Great Explanation. :) The best till now.
😍😍
Seriously this is admirable content by Abhishek. Keep it up abhishek
😍
learned a lot from your channel thank you so much for making this content for free for us
Happy to hear that!
Just the video I was looking for, thank you!
@Abhishek thank you for explaining this topic in detail. I am using windows laptop and looks like most of the people have same question on how to transfer pem file from local to ec2.
Here is the solution.
Step 1: open command prompt in your laptop
Step 2: scp -i "C:\Users\local\Downloads\shyam.pem" "C:\Users\local\Downloads\shyam.pem" ubuntu@ec2-IP-address:/home/ubuntu
In step 2 first location address is the pem file to access your EC2 instance. Second file is the file to be copied (this can be any file doesn't have to be pem file only. in our case we are trying to copy pem file)
Step 3: type yes and hit enter. (you can't see "yes" when you type there don't worry)
Done.....
Congratulations!!!!!!!!!!!
But still I'm getting load key invalid format. Can you please help?
Hi Abhishek Thank u for Spend Your time And Helping Who Are interested To learn Its clear to understood ...
Complex flow explained in easy to understand way.Thanks!
Superb demo. I learned many things from this demo. Thank you Abhishek ji.
Thanks !!
Hi Abhishek, I have done the task and it is working fine.. Thanks a lot brother ♥
😍😍😍
kudos ! brother. its an amazing project experiences. Thank You.
It took time for me to understand and implement , I did implementation on second instance
thanks a lot.. everyday you are delivering good content.
Welcomd
Very good course abishek thanks for this crystal clear video Ill share this playlist my friedns also and you deserve more subscribe and great gem and you made my day very useful to learn some complicated things we easy 🎉🎉🎉🎉
Worked Perfectly .. You are great!!!!
😍😍😍
i must say You are the talented person.
Thanks !!
Very nicely contented with your comments,really I don't feel that Abhishek is sharing his all knowledge for free
Did you pay to watch this video ? My suggestion is don’t overthink, when it is for free grab it. When I do something for paid, I will publicly announce it 😅
And what makes u think this is not for free 😂
Hi Abhishek, Thanks for all your videos. I feel it’s great and anyone can follow and learn skills easily. Please do video on AWS landing zone
Absolute masterclass.
😍
Awesome Explanation 👏👏👏
Thank you 🙂
Best ever way of teaching
Thank you so much such a great content 👍
You are welcome !!
Thank you so much!! brother..may God bless you
Great explanation Sir, I have completed the assignment given in this video and it works fine. Thank you so much for your learning, hope I will achieve wonders by learning this course.
i'm facing an issue with scp command to copy files using in mobaxterm please help me...?
Yep same here if you found out let me know @@ashwinilatestallatoz3211
Thank you for the effort. It worked!! 😀
You're welcome!
Amazing Videos very informative :) Thanks
Glad you like them!
Great effort thank you so much for sharing ur knowledge.... Good explanation 😊😊
superb explanation.. kudos to your efforts
Thanks alot sir for the super class ❤
One small thing in this video when creating bastion Host when selecting network setting changes by selecting created VPS change the subnet to public 1 or 2 by default it is selecting private. if you try to create bastion in private subnet it will not allow you to connect through ssh even you allow ssh to it(creating security group).
yes i saw this issue so pls explain clearly i cant understand
Super dedication sir....Hatsoff to ur efforts in uploading regularly these videos 🤗💪
Thanks