I'm building a new VPC to connect to an existing Transit Gateway - VPN - Onpremise Network. This video/tutorial is extremely helpful. Thank you very much.
Sir, Moving forward, I would greatly appreciate it if you could continue to incorporate these types of visual aids into all of your courses, including during practical demonstrations. Displaying such visuals where necessary can make the practical aspects much easier to grasp and understand
Great set of Tutorials and I am glad I found your videos. Explaining complex things in a simple way with pictorial representation and practical application .. you have mastered this way of teaching. Thank you.
Thankyou so much sir your explanation is too easy to understand... I have completed my aws lessons but lots of doubt in my mind but you clear all my doubts thankyou so much again
Glad to hear that😊! Can you help me with one question- how is the sound quality when you were going through the lessons is there any problem in clarity of sound or background noise or lag in video audio sync? I am collecting the feedback from my viewers to improve the quality of
Excellent Demonstration.. In this demo, you have considered VPC's within same account. Do we have any video.. if the VPC's are from different accounts..What additional considerations to be taken care to have transit gateway
i think we should use the 'transit gateway route table' instead of the normal route tables. it allows for centralised management and debugging becomes easier. edit: i mean in the context of vpc interconnectivity only.
Hi! Thanks for the video. But one question, why not using the propagate option of the /16's ? Wouldn't this just advertize the prefix's to the TGW, and the TGW then to the VPC's ?
@Rahulwagh what if we have private subnets? Do we need to do the same configuration in private subnets to establish connectivity? In all of your videos I see only public subnet case scenario, I would really appreciate to consider this case.
Hello! I have a scenario in which I want to split that CIDR block assigned to the VPC into multiple smaller subnets. After the VPC attachment to the TGW, can you please tell me why in the RT of the TGW I can see the entire CIDR block and not the more specific subnets? How can I fix it?
Rahul Thanks for the explanation about VPC topic in so deep request you could you please create some demo project video related to data engineer services like glue S3 ,cloud watch, aws redshift in Realtime . thanks in advance
Great video!! One query, dont we have to do anything in the route table of TGW in above scenario? Also if suppose this TGW is connected to DXG through Transit VIF and if we want to send traffic to on-prem and vice-versa will we need to do anything with TGW route table? Pls let me know.
12:00 - Isn't there a way to parametrize this and simply spin up another "instance" of a VPC? Just like you showed with the EC2 Launch Template I guess... one could set up VPC2 and VPC3 based on such a template, right? And I m guessing that would be a CFN (CloudFormation) template... or perhaps using CDK code..
Great video Rahul...i have query for example ,if we have multiple AWS accounts, do we need to create Transit Gateway in each AWS accounts and then connect all Transit Gateway to communicate?
Hi Thanks for the excellent content! Quick questions all traffic are routed through transit gateway ? Should we really need IGW for this demo? In case if we have enabled IGW and TGW, as both can reach target machines so which one here is prioritised ? Hopefully you gonna solve my doubts, Thanks once again!
TGW is there for reason to avoid the IGW so that all the connectivity is within the aws and not leaving the aws. The first preference would be TGW then IGW
Excellent...!! Hi brother, when we want to connect other organization's (different account) VPC's then we will be using the Autonomous System number right?
Great video Sir..Keep it up. Just one question, AWS recommend that we should specify a CIDR block from the private IPv4 address ranges as specified in RFC 1918. But the IP range you have used like 12.0.0.0/16 or 13.0.0.0/16 are not RFC 1918 but it's still working. I am not sure how even it's worked ? please share your thoughts.
TGW - is very useful when you mulitiple number of VPCs so that you can create only 1 TGW and attach all the VPCs But on the otherhand VPC Peering becomes more complicated because you need to create new VPC peering between each VPC you create, so over the time VPC peering is hard to manage as your VPC number grows.
I wanted to join your channel. I am fresher in DevOps. But I have a little bit of experience in Linux and more than 15 years in windows. Don't know from where to start. Want your guidance.
I have pinned my comment please check the user data script there . Also here is the copy of user data script - #!/bin/bash yes | sudo apt update yes | sudo apt install apache2 echo "Server DetailsHostname: $(hostname)IP Address: $(hostname -I | cut -d" " -f1)" > /var/www/html/index.html sudo systemctl restart apache2
no meu deu errado diversas vezes por conta do “apt” e do “apache2” caso o seu nao der certo por isso tambem, substitua “apt” por “yum” e “apache2” por “httpd”
User Data script -
#!/bin/bash
yes | sudo apt update
yes | sudo apt install apache2
echo "Server DetailsHostname: $(hostname)IP Address: $(hostname -I | cut -d" " -f1)" > /var/www/html/index.html
sudo systemctl restart apache2
Very detail explanation, thank you so much!
If I spent 1 lakh Rupee for this type of content or course. I think not possible anyone provide Thankyou so much sir ❤Keep this series
So glad to hear that keep following the series many more to come
@@RahulWagh thankyou so much ❤️
Best video I found on youtube. Very detail explanation.
Glad to hear that
You made my AWS learning path Hassle-free, Thanks Rahul!!
Glad to hear that
I'm building a new VPC to connect to an existing Transit Gateway - VPN - Onpremise Network. This video/tutorial is extremely helpful. Thank you very much.
Glad it was helpful!
Hey, Best video I found on youtube. Very detail explanation.
In my case, I forgot to create firewall rules so that side A can talk to side B.
Thanks
Glad to hear that
Wow very simple and straight forward. You took the session seamlessly with the simple configuration which clarified much of my doubts.
You are welcome
Love and Respect Sir. Learnt so much from here ❤❤
Sir, Moving forward, I would greatly appreciate it if you could continue to incorporate these types of visual aids into all of your courses, including during practical demonstrations. Displaying such visuals where necessary can make the practical aspects much easier to grasp and understand
Surely thanks for the feedback
Great video. I am preparing for an interview and it helps me a lot. thanks for this detailed explanation.
Thanks Rahul for the quick and clear explanation .
Welcome!
You did a wonderful job... Superb!
Great set of Tutorials and I am glad I found your videos. Explaining complex things in a simple way with pictorial representation and practical application .. you have mastered this way of teaching. Thank you.
You're very welcome!
@@RahulWagh I still have the issue where the EC2 Instance opens the Apache default page instead of the code that we have in there. Please help me here
Thankyou so much sir your explanation is too easy to understand... I have completed my aws lessons but lots of doubt in my mind but you clear all my doubts thankyou so much again
Glad to hear that😊!
Can you help me with one question- how is the sound quality when you were going through the lessons is there any problem in clarity of sound or background noise or lag in video audio sync?
I am collecting the feedback from my viewers to improve the quality of
@@RahulWagh no sir all is good, no any kind of issue related with sound and background noise & lag, video quality and sound both are crystal clear.
Thanks for the feedback. I have been getting few comments on sounds quality so I am collecting the feedback from my viewers
You are only one of the legend person 🙏🙏your explanation and content is superb sir❤
You are welcomed
very good concepts, got your all points that is really informative for interviews.
Glad to know
A good understanding of concepts after watching this video, thank you!
Glad it was helpful!
I followed this video and I am able to do something. Thanks for the nice contents.
Excellent!
Very nice explanation. million Doller video. Thak you for such video
You are most welcome
I love your videos. Especially the Amazon Web Service, It has really be of great help to me in learning AWS. Well done
You are very welcom 😊
Great session, as always ! One recommendation for improvement is to incorporate discussions on association, propagation, and route tables within TGW
Thanks and surely
I like your Vedeos, all topics explained very simple. Thanks...
You are most welcome
Many thanks for the refresher Rahul🙂
You welcome
Great video Rahul. Keep up the good work and continue educating us.
Thanks ! Surely there will be more
Thanks sir
Within one video I got many things❤❤❤
You are welcome
Really it's helpful thanks Rahul for helping us keep sharing thanks a lots
You welcome
Super session, learnt transit gateway
You are welcome
Nice explanation with out any hesitation
Stay tuned for more
Excellent Demonstration.. In this demo, you have considered VPC's within same account. Do we have any video.. if the VPC's are from different accounts..What additional considerations to be taken care to have transit gateway
Awesome Video...Very detail explanation...Thank You So Much
You are most welcome
Well Explained VPC peering and Transit Gateway..
You are welcome!
best Transit gateway domo :)
I appreciate the great explanation, thanks a lot! 🙌
Glad it was helpful!
i think we should use the 'transit gateway route table' instead of the normal route tables.
it allows for centralised management and debugging becomes easier.
edit: i mean in the context of vpc interconnectivity only.
Very good explaination and its very helpful.. Thank you🙂
Most welcome 😊
Very well explained. Thank you so much
Glad it was helpful!
Thanks a lot Sir, this is very helpful. Great back to basics stuff!!
You are welcome
Thank U sir for clearing my doubt... Thanks a lot ..
Always welcome
Thank youuuuu, Excellent teaching
Glad it was helpful!
Nice explanation
Thanks and welcome
Great video, thank you very much for making it!
Most welcome
great job! Please what kind of IDE are you using, please?
wow! sir good job and very cool and clear explanation. thank you sir i will scbscribe your channel
Thanks and welcome
Thanku so much sir.
Great video. forever...
Thanks
Excellent tutorial thank you
Glad it was helpful!
Thank you Sir ❤
Excellent video
Glad you liked it
Hi!
Thanks for the video.
But one question, why not using the propagate option of the /16's ? Wouldn't this just advertize the prefix's to the TGW, and the TGW then to the VPC's ?
Excellent video. Keep it up.
Thanks for the visit
Awesome tutorial 👍
Glad you think so!
@Rahulwagh what if we have private subnets? Do we need to do the same configuration in private subnets to establish connectivity? In all of your videos I see only public subnet case scenario, I would really appreciate to consider this case.
Hello! I have a scenario in which I want to split that CIDR block assigned to the VPC into multiple smaller subnets. After the VPC attachment to the TGW, can you please tell me why in the RT of the TGW I can see the entire CIDR block and not the more specific subnets? How can I fix it?
In VPC Transit Gateway Create - Possible for 2 Public Subnet and 1 Private Subnet, Same also 2 Private Subnet and 1 Public Subnet.
Rahul Thanks for the explanation about VPC topic in so deep request you could you please create some demo project video related to data engineer services like glue S3 ,cloud watch, aws redshift in Realtime . thanks in advance
Thanks...doing a great job
Great video!! One query, dont we have to do anything in the route table of TGW in above scenario? Also if suppose this TGW is connected to DXG through Transit VIF and if we want to send traffic to on-prem and vice-versa will we need to do anything with TGW route table? Pls let me know.
12:00 - Isn't there a way to parametrize this and simply spin up another "instance" of a VPC? Just like you showed with the EC2 Launch Template I guess... one could set up VPC2 and VPC3 based on such a template, right? And I m guessing that would be a CFN (CloudFormation) template... or perhaps using CDK code..
HI Rahul, can we have one IGW and allow ingress from spoke VPC?
Good Explanation Bro
Can you please post the video in Transit gateway route table,Association and Propagation.
I will try my best
Ok bro
Great video Rahul...i have query for example ,if we have multiple AWS accounts, do we need to create Transit Gateway in each AWS accounts and then connect all Transit Gateway to communicate?
Hi Thanks for the excellent content!
Quick questions
all traffic are routed through transit gateway ?
Should we really need IGW for this demo?
In case if we have enabled IGW and TGW, as both can reach target machines so which one here is prioritised ?
Hopefully you gonna solve my doubts, Thanks once again!
TGW is there for reason to avoid the IGW so that all the connectivity is within the aws and not leaving the aws.
The first preference would be TGW then IGW
Awesome explanation 🙌
Would you like to share video on Aws- Devops
Glad you liked it! The video is already there on aws devops - ruclips.net/video/otQqd7GRVK0/видео.html
Tq sur❤
Hi rahul, thanks a lot for the video
Along with this can u also share how can we connect this transit gateway to on prem servers by different methods
I noticed your Timestamp to the video doesn't capture Internet Gateway part. Well done Job.
Sometimes it is really hard to catch everything but thanks for letting me know
Excellent...!! Hi brother, when we want to connect other organization's (different account) VPC's then we will be using the Autonomous System number right?
Yes, correct
Great video Sir..Keep it up. Just one question, AWS recommend that we should specify a CIDR block from the private IPv4 address ranges as specified in RFC 1918. But the IP range you have used like 12.0.0.0/16 or 13.0.0.0/16 are not RFC 1918 but it's still working. I am not sure how even it's worked ? please share your thoughts.
have same doubt?
Great content, you have gotten another subscriber!
Quick question. Do you have a video showing migration from on prem VPN VGW to Transit gateway?
Not at this moment
Greattttt!!!!'
You welcome
Love you channel, great vids! Do you have a video on cross account transit gateway?
Not yet! Soon
where and how can i get my own apache like yours to put when creating my ec2 instance ? i am lost
please someone can help me out there ?
this transit gateway work if we are trying between region and also vpc in cross accounts ?
whats the difference between setting up a TGW vs. enabling VPC peering? Is it better to use TGW if you are managing lots of VPCs?
TGW - is very useful when you mulitiple number of VPCs so that you can create only 1 TGW and attach all the VPCs
But on the otherhand VPC Peering becomes more complicated because you need to create new VPC peering between each VPC you create, so over the time VPC peering is hard to manage as your VPC number grows.
sir have a doubt , why we are changing the access to read only
Are you asking about ssh keys readonly permissions?
Hey just joined. What did you create the diagrams with?
Diagrams are generated with power point tools
@@RahulWagh thansk
33:12 How do you get those terminal - Do you need to install ubuntu or Linux on local machine --- i need guidance on that section please
If you are using windows then please install WSL and with WSL you can install Ubuntu and you can get the access to terminal
Ok - I try now and update
@@RahulWagh
So I was able to get WSL and install Ubuntu - but I was unable to see all three instances using ls -lart command --- what am I missing?
how we can use transit gateway in appliance mode
Hi Rahul,
Can we use this transit gateway to setup Cross region VPC?
Yes you can use it for cross region VPC
I wanted to join your channel.
I am fresher in DevOps. But I have a little bit of experience in Linux and more than 15 years in windows. Don't know from where to start. Want your guidance.
Rahul can you paste your user data script or make it downloadable?
I have pinned my comment please check the user data script there .
Also here is the copy of user data script -
#!/bin/bash
yes | sudo apt update
yes | sudo apt install apache2
echo "Server DetailsHostname: $(hostname)IP Address: $(hostname -I | cut -d" " -f1)" > /var/www/html/index.html
sudo systemctl restart apache2
❤
Sir you have fluent teaching
Nice teaching bro
Why you not use vpc and more option while creating vpc like its easy way to create vpc that's why i asking👍
It’s true but as instructor I have to think of every basic element in the network and baby walk every one who does not any thing about vpc subnet cidr
again transit gateway is also easy by watching this video | If anybody have that user data script ,please paste here in comment
#!/bin/bash
sudo apt-get update
sudo apt-get install apache2 -y
echo "Server DetailsHostname: $(hostname)IP Address: $(hostname -I | cut -d ' ' -f1)" | sudo tee /var/www/html/index.html
sudo systemctl restart apache2
no meu deu errado diversas vezes por conta do “apt” e do “apache2” caso o seu nao der certo por isso tambem, substitua “apt” por “yum” e “apache2” por “httpd”
Anyone whatch in 2024
Very detail explanation, thank you so much!