Thanks for your great efforts. Can you make a videos on EKS cluster creation and upgrade using Terraform,also I tried to find Karpenter videos as well as ,no one has created.
Hey Brother @Rahul, am still not able to see your "join" button for the membership, I really like your content, cause of you I am being an AWS expert, Need help from anyone part of the membership program, watching you brother from Ivory Coast
is there any video you create for this "Final Project: AWS Security Services Choose any project that you are interested in doing. The main thing is to learn and to have fun doing it. Come up with an innovative idea related to the course material that you are interested in implementing and securing. Requirements: Use two or more AWS Services. At least one of the two services has to be a security service. The total time spent on the project - including research, design, configuring, coding, testing, redesign, etc., should be around 10 - 15 hours.
Submit: 2 - 3 page written report outlining the project details Include screenshots in the report Appendix"
Excellent Teaching. Thank you. I have a question ..I have added the code to display the Server Details in the EC2 Instance and when I try opening the page, it displays the Apache Page instead of showing the Server Details.. This has happened when I tried the previous parts as well.. Any particular reason for this ?
There are common questions that this tutorial ignores, https has become the default protocol for web servers, you don't tell us if we need a second target group or security group for https requests. You should assume what we want in https and should tell us if we need to create a second target group or if the WAF/LB will perform https to the user and run over http for the backend.
Here are the scenarios where you need the power of WAF to block the requests- 1. You wanna block requests based on country, city 2. You wanna check requests header and block suspicious elements coming in http/https requests 3. You wanna check cookie information before processing requests. Above are the few examples which is not possible with security groups deny rules
There’s no deny rule in security group. You can have deny rule with Nacls. Security group operates on a deny all bases which means that you have to explicitly allow any traffic and any traffic allowed in is also allowed out. This makes security group stateful unlike NACLs that is stateless, which means whatever is allowed in must be allowed out else it will be denied.
Hi Rahul, Please create some videos on Cloud Migration Services like; AWS Application Migration Service, AWS Database Migration Service and AWS DataSync.
He structured every video so that if you are interested in only one topic, then you have all the pre-requisites of that specific topic within the very same vide. This way, you do not have to browse around youtube. If you already know how to setup vpc, subnets and all the others you can just skip using the timestamps of the sections in the video slider.
@@RahulWagh I definitely want to thank you for video's in the playlist. I created and destroyed VPCs and subnets ten times, and now I am very familiar with VPCs. It answered all my basic questions about VPCs.
you are a life saver . thank u so much for this simple and amazing video .
You can explain each and every think in easy way ...... thank you so much
Precise video about WAF, thank you Rahul
You are welcome
Again no words . . best explaination on each topics always .. Only suggestion is Please provide user data in comment section always . .
Noted
You are not a human as you failed to solve CAPTCHA(XD), but you are a alien for creating such crystal clear content.
Thanks for the analogy 😊
Nice explanation, Rahul simple real-time use case for AWS Web Application Firewall (WAF) with hands-on demonstration.
Thanks for liking
Just came across this session while travelling, explained the concepts simply superb and what a flow - superb Rahul.
You are welcome
Very very good and simple explanation thank you rahul sir❤❤
You are welcome
I had to become a member, what a great teacher
You are welcome
Simple and crisp hands on Rahul i appreciate,
You are welcome
brother I have a problem please solve this. give your WhatsApp number please I will talk with you.
Well Explained Rahul. Just one suggestion, while explaining the concept try to give real time examples this will help us to understand better.
There is one realtime DevOps project is coming
कौतुकास्पद सर खूप छान शिकवले.....❤❤❤❤❤
Thanks swapnil
Amazing Videos Sir...
Thank You So much for such a nice content
It's my pleasure
perfect and clear example, thanks much
Glad it was helpful!
Bro, you are just supper.. its very helpful
Glad to hear that
thanks so much, please don't stop the good work
Cheers
Thank you Sir. Much Love & Respect. 💌
You are very welcome
Wow! Explained Very easy way as abc.🎉
Glad to hear that
Thank you -- this was very helpful to me.
Glad it was helpful!
Nice explanation.
Glad it was helpful!
Hi Rahul,
In adding rules (IP sets)
Can you please explain how can we add security groups to Allow/Block traffic?
Excellent and helpful video. Thanks
You're welcome!
Crystal clear explanation thank you..
Glad it was helpful!
Excellent teaching
Keep watching
Very well explained….thank u so much
You are welcome ❤️
Thanks for your great efforts. Can you make a videos on EKS cluster creation and upgrade using Terraform,also I tried to find Karpenter videos as well as ,no one has created.
I will try
On point, beautiful and precise. can you make a video on athena, glue as well.
I will add it to my list soon it will be there
thank you sir
great session
You are welcome
Bro solved the challenge of setting up a challenge, that he could not solve, life is not always fair
Very well explained
Glad it was helpful!
Amazing in Detail
Thank you! Cheers!
Thank you! Cheers!
Great Session.
You are welcome
that's a nice video, explained very well
Glad you liked it!
Once the WAF is blocking your laptop, can you still access the EC2 via http using the EC2 on its public ip address?
Can you please tell me what is the right approach to deploy spring boot application with mysql db without using RDS on aws ec2 free tier.
amazing as always
Thank you! Cheers!
Hey Brother @Rahul, am still not able to see your "join" button for the membership, I really like your content, cause of you I am being an AWS expert, Need help from anyone part of the membership program, watching you brother from Ivory Coast
Here is the link through which you can also join - th-cam.com/channels/7p4oXcPbgk_yTSHK7QlkSg.htmljoin
@@RahulWagh what am saying is : I don't see the "Join" button on my side here when I click on the the link this what I mean.
Hello, greetings from Chile. How can this be done for multiple instances with different applications each and block traffic from certain countries?
Very well explained , Love from Pakistan
why you created vpc why you not directly connect WAF to EC2 instance ?
That is not the actual practice in industry you need to have vpc to tighten you security
Very helpful! Thank you!
You're welcome!
hostname is not printing as expected from index.html
is there any video you create for this "Final Project: AWS Security Services
Choose any project that you are interested in doing. The main thing is to learn and to have fun doing it. Come up with an innovative idea related to the course material that you are interested in implementing and securing.
Requirements:
Use two or more AWS Services. At least one of the two services has to be a security service.
The total time spent on the project - including research, design, configuring, coding, testing, redesign, etc., should be around 10 - 15 hours.
Submit:
2 - 3 page written report outlining the project details
Include screenshots in the report Appendix"
Excellent Teaching. Thank you. I have a question ..I have added the code to display the Server Details in the EC2 Instance and when I try opening the page, it displays the Apache Page instead of showing the Server Details.. This has happened when I tried the previous parts as well.. Any particular reason for this ?
Try to check the /var/www/html directory for correct page
@@RahulWagh Hi Rahul, I checked this page and this is pointing to the Apache default index.html page
@@RahulWaghsame happened with me please help me I am to late for my project please for this problem
Thank you
You are welcome
Sir ji you are awesome
Big fan of your work
@@new9light thanks 🙏 !
Thanku ☺
There are common questions that this tutorial ignores, https has become the default protocol for web servers, you don't tell us if we need a second target group or security group for https requests. You should assume what we want in https and should tell us if we need to create a second target group or if the WAF/LB will perform https to the user and run over http for the backend.
Cloud front topic please ❤❤
Thank you ❤
very important videos ❤❤❤❤
Glad you think so!
@@RahulWagh can you help me
what help do you need?
@@RahulWagh now I cannot explain give you telephone number please
Thank you very much
Most welcome
We can block the User IP Range by Deny rule in Security Group. Then what is the use of WAF. Please clarify if i am wrong.
Here are the scenarios where you need the power of WAF to block the requests-
1. You wanna block requests based on country, city
2. You wanna check requests header and block suspicious elements coming in http/https requests
3. You wanna check cookie information before processing requests.
Above are the few examples which is not possible with security groups deny rules
There’s no deny rule in security group. You can have deny rule with Nacls. Security group operates on a deny all bases which means that you have to explicitly allow any traffic and any traffic allowed in is also allowed out. This makes security group stateful unlike NACLs that is stateless, which means whatever is allowed in must be allowed out else it will be denied.
Thx!
Any time
Array waf videos or doc
please help with this if u have any links
Hi Rahul,
Please create some videos on Cloud Migration Services like; AWS Application Migration Service, AWS Database Migration Service and AWS DataSync.
SIR WHEN I HIT THE ELB DNS RECORD ITS SHOWING 403 FORBIDDEN BUT HIT IP ITS OPENED HOW SIR
There could be many region please re check the setup again
Thanks you 🌹🌹
You are so welcome!
pls tell amplify app hosting
Hi Rahul
👋 hello
You look like Sundar Pichai
well explained, but you look like Sundar pichai😂
Thanks but I am not Mr sundar pichai
70% of the video is about confoguring a vpc and not waf...
Yeah but how would you do the waf setup without vpc
You could focus more on WAF application features and best practices to implement it.
He structured every video so that if you are interested in only one topic, then you have all the pre-requisites of that specific topic within the very same vide. This way, you do not have to browse around youtube. If you already know how to setup vpc, subnets and all the others you can just skip using the timestamps of the sections in the video slider.
This is best way to solidify things.
So, you can't solve captchas, which means you're a bot. I'd be happy to be a bot like you.
Hahaha so true
@@RahulWagh I definitely want to thank you for video's in the playlist. I created and destroyed VPCs and subnets ten times, and now I am very familiar with VPCs. It answered all my basic questions about VPCs.