AWS VPC Transit Gateway - Step by Step Tutorial (Part -13)

Sdílet
Vložit
  • čas přidán 2. 08. 2024
  • ▬▬▬▬▬▬ 🚀 Membership ▬▬▬▬▬▬
    Join this channel to get access to perks:
    / @rahulwagh
    ▬▬▬▬▬▬ 🚀 Courses ▬▬▬▬▬▬
    1. Terraform - • HashiCorp Terraform As...
    2. Ansible - • Ansible for Beginners:...
    3. Prometheus & Grafana - • Getting started with P...
    4. Helm Chart - • Complete Helm Chart Tu...
    5. Hashi Corp vault - • HashiCorp Vault Instal...
    ▬▬▬▬▬▬ 📖 Video Description: ▬▬▬▬▬▬
    🚀 Welcome to this comprehensive tutorial on AWS Transit Gateway! In this video, we’ll walk you through the process of connecting three different Virtual Private Clouds (VPCs) - test-vpc-1, test-vpc-2, and test-vpc-3, using AWS Transit Gateway. Whether you are a beginner or have some experience with AWS, this tutorial is designed to provide you with a clear and practical understanding of how to leverage AWS Transit Gateway for simplified network architecture.
    ▬▬▬▬▬▬ Timestamps:▬▬▬▬▬▬
    0:00 - Introduction & What is AWS Transit Gateway?
    0:47 - Setup VPC
    2:52 - Create Subnet
    4:34 - Create Route table
    5:52 - Create Routes
    7:20 - Create EC2 instances
    11:50 - Setup VPC2, VPC3
    13:38 - Setup Transit Gateway
    16:08 - Transit Gateway attachment
    20:07 - Transit Gateway vs VPC Peering
    21:19 - Update Routes
    26:34 - Test VPC Peering
    32:41 - Conclusion
    ▬▬▬▬▬▬ What You’ll Learn: ▬▬▬▬▬▬
    The basics of AWS Transit Gateway and its use cases.
    How to create and configure VPCs for Transit Gateway.
    Steps to set up AWS Transit Gateway and attach VPCs.
    How to configure route tables for proper traffic routing.
    Testing and troubleshooting your Transit Gateway setup.
    Best practices for using AWS Transit Gateway.
    ▬▬▬▬▬▬ Prerequisites: ▬▬▬▬▬▬
    Basic knowledge of AWS services.
    An AWS account.
    Resources & Links:
    Official AWS Transit Gateway Documentation - docs.aws.amazon.com/vpc/lates...
    AWS Free Tier - aws.amazon.com/free/
    Follow Us & Stay Updated:
    Subscribe to our channel for more AWS tutorials and cloud computing content.
    Follow us on Twitter
    Like our Facebook Page
    Join our community on LinkedIn
    Contact Us:
    For inquiries, please contact us at rahul.wagh@jhooq.com
    Disclaimer: This tutorial is for educational purposes only, and all the configurations and settings are demonstrated in a lab environment. Make sure to follow best practices and guidelines for production environments.
    🙏 Thanks for watching! If you found this video helpful, please give it a thumbs up, share it with your network, and don’t forget to subscribe for more awesome tutorials!
  • Věda a technologie

Komentáře • 111

  • @RahulWagh
    @RahulWagh  Před 4 měsíci +6

    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

  • @csworld9319
    @csworld9319 Před 6 měsíci +2

    Best video I found on youtube. Very detail explanation.

  • @smitalsarode1516
    @smitalsarode1516 Před 5 měsíci

    Great video. I am preparing for an interview and it helps me a lot. thanks for this detailed explanation.

  • @abimbolaokusada2265
    @abimbolaokusada2265 Před 9 měsíci

    Thanks...doing a great job

  • @raghuveer120
    @raghuveer120 Před 7 měsíci

    Great video Rahul. Keep up the good work and continue educating us.

    • @RahulWagh
      @RahulWagh  Před 7 měsíci

      Thanks ! Surely there will be more

  • @giteshghure212
    @giteshghure212 Před 13 dny

    Awesome Video...Very detail explanation...Thank You So Much

  • @arpitanag5195
    @arpitanag5195 Před 6 měsíci

    A good understanding of concepts after watching this video, thank you!

  • @sudheersen8227
    @sudheersen8227 Před 4 měsíci +1

    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

    • @RahulWagh
      @RahulWagh  Před 4 měsíci +2

      So glad to hear that keep following the series many more to come

    • @sudheersen8227
      @sudheersen8227 Před 4 měsíci

      @@RahulWagh thankyou so much ❤️

  • @anandkrishk
    @anandkrishk Před měsícem

    Wow very simple and straight forward. You took the session seamlessly with the simple configuration which clarified much of my doubts.

  • @DanMachlenkin
    @DanMachlenkin Před měsícem

    Great video, thank you very much for making it!

  • @daveteletech
    @daveteletech Před 5 měsíci

    I love your videos. Especially the Amazon Web Service, It has really be of great help to me in learning AWS. Well done

  • @dhanashrichavan9524
    @dhanashrichavan9524 Před měsícem

    Thanku so much sir.

  • @awssoorinje747
    @awssoorinje747 Před 9 měsíci +1

    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

    • @RahulWagh
      @RahulWagh  Před 9 měsíci

      Surely thanks for the feedback

  • @gerry_blandu
    @gerry_blandu Před 6 měsíci

    Many thanks for the refresher Rahul🙂

  • @xavier_76-nj5ni
    @xavier_76-nj5ni Před měsícem

    Thanks a lot Sir, this is very helpful. Great back to basics stuff!!

  • @Giridhar_KS
    @Giridhar_KS Před 5 měsíci

    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.

    • @RahulWagh
      @RahulWagh  Před 5 měsíci

      You're very welcome!

    • @Giridhar_KS
      @Giridhar_KS Před 5 měsíci

      @@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

  • @Bigeinla
    @Bigeinla Před 7 měsíci

    Excellent video. Keep it up.

  • @devopsikho
    @devopsikho Před 4 měsíci

    very good concepts, got your all points that is really informative for interviews.

  • @venkateshnaluparaju6254
    @venkateshnaluparaju6254 Před 6 měsíci

    Nice explanation with out any hesitation

  • @SivaKumar-fd3zt
    @SivaKumar-fd3zt Před měsícem

    Thanks Rahul for the quick and clear explanation .

  • @SnehaBora-jt1nz
    @SnehaBora-jt1nz Před 4 měsíci

    Very well explained. Thank you so much

  • @daveteletech
    @daveteletech Před 5 měsíci

    I followed this video and I am able to do something. Thanks for the nice contents.

  • @thapasujan07
    @thapasujan07 Před měsícem

    Thank you Sir ❤

  • @sunilkumar-jv2rp
    @sunilkumar-jv2rp Před 8 měsíci

    Really it's helpful thanks Rahul for helping us keep sharing thanks a lots

  • @akshayghule4815
    @akshayghule4815 Před 3 měsíci

    Awesome tutorial 👍

  • @santoshcs039
    @santoshcs039 Před 4 měsíci

    Very good explaination and its very helpful.. Thank you🙂

  • @ajitlende9488
    @ajitlende9488 Před 8 měsíci

    Well Explained VPC peering and Transit Gateway..

  • @vaibhavdeogaonkar4912
    @vaibhavdeogaonkar4912 Před 2 měsíci

    Thank U sir for clearing my doubt... Thanks a lot ..

  • @godfreytan1001
    @godfreytan1001 Před 3 měsíci

    Excellent tutorial thank you

  • @DeepthiSuresh777
    @DeepthiSuresh777 Před 7 měsíci

    Excellent video

  • @rohitbuchake
    @rohitbuchake Před měsícem

    Great video. forever...

  • @jalandharbehera99
    @jalandharbehera99 Před 25 dny

    You are only one of the legend person 🙏🙏your explanation and content is superb sir❤

  • @avinashkumarsharma366
    @avinashkumarsharma366 Před 4 měsíci

    Thanks sir
    Within one video I got many things❤❤❤

  • @spyder5204
    @spyder5204 Před měsícem

    Nice explanation

  • @AliG.-sl7en
    @AliG.-sl7en Před 3 měsíci

    Great session, as always ! One recommendation for improvement is to incorporate discussions on association, propagation, and route tables within TGW

  • @shankargangadhari7019

    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

  • @sandeepdey7463
    @sandeepdey7463 Před 4 měsíci

    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

    • @RahulWagh
      @RahulWagh  Před 4 měsíci

      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

    • @sandeepdey7463
      @sandeepdey7463 Před 4 měsíci

      @@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.

    • @RahulWagh
      @RahulWagh  Před 4 měsíci

      Thanks for the feedback. I have been getting few comments on sounds quality so I am collecting the feedback from my viewers

  • @SaggillaBalaraju
    @SaggillaBalaraju Před měsícem

    wow! sir good job and very cool and clear explanation. thank you sir i will scbscribe your channel

  • @giteshghure212
    @giteshghure212 Před 13 dny

    In VPC Transit Gateway Create - Possible for 2 Public Subnet and 1 Private Subnet, Same also 2 Private Subnet and 1 Public Subnet.

  • @sachinshrivastava9169
    @sachinshrivastava9169 Před 7 měsíci

    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

  • @vijaychowdary7461
    @vijaychowdary7461 Před 6 měsíci

    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

  • @ShayLevy
    @ShayLevy Před 3 měsíci

    Love you channel, great vids! Do you have a video on cross account transit gateway?

  • @SuperSrikanth2012
    @SuperSrikanth2012 Před 6 měsíci

    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?

  • @IngoleVijay86
    @IngoleVijay86 Před 3 dny

    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.

  • @S.Ajju1214
    @S.Ajju1214 Před 6 měsíci

    Awesome explanation 🙌
    Would you like to share video on Aws- Devops

    • @RahulWagh
      @RahulWagh  Před 6 měsíci

      Glad you liked it! The video is already there on aws devops - czcams.com/video/otQqd7GRVK0/video.html

  • @karthiksundaram544
    @karthiksundaram544 Před 8 měsíci

  • @munteanionut3993
    @munteanionut3993 Před 2 měsíci

    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..

  • @user-kr8yo6by6h
    @user-kr8yo6by6h Před 5 měsíci

    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 ?

  • @aronalexandru2161
    @aronalexandru2161 Před 2 měsíci

    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?

  • @daveteletech
    @daveteletech Před 5 měsíci

    I noticed your Timestamp to the video doesn't capture Internet Gateway part. Well done Job.

    • @RahulWagh
      @RahulWagh  Před 5 měsíci

      Sometimes it is really hard to catch everything but thanks for letting me know

  • @garytang5772
    @garytang5772 Před 7 měsíci

    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?

    • @RahulWagh
      @RahulWagh  Před 7 měsíci

      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.

  • @shailendramaheshwari4418
    @shailendramaheshwari4418 Před 7 měsíci

    how we can use transit gateway in appliance mode

  • @sedits.6176
    @sedits.6176 Před 4 měsíci +1

    sir have a doubt , why we are changing the access to read only

    • @RahulWagh
      @RahulWagh  Před 4 měsíci

      Are you asking about ssh keys readonly permissions?

  • @prashantsalgaocar
    @prashantsalgaocar Před 4 měsíci

    Rahul can you paste your user data script or make it downloadable?

    • @RahulWagh
      @RahulWagh  Před 4 měsíci

      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

  • @pandurangpatil9836
    @pandurangpatil9836 Před 3 měsíci

    Hi Rahul,
    Can we use this transit gateway to setup Cross region VPC?

    • @RahulWagh
      @RahulWagh  Před 3 měsíci +1

      Yes you can use it for cross region VPC

    • @pandurangpatil9836
      @pandurangpatil9836 Před 3 měsíci

      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.

  • @smmrok
    @smmrok Před 4 měsíci

    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

    • @RahulWagh
      @RahulWagh  Před 4 měsíci

      If you are using windows then please install WSL and with WSL you can install Ubuntu and you can get the access to terminal

    • @smmrok
      @smmrok Před 4 měsíci

      Ok - I try now and update
      @@RahulWagh

    • @smmrok
      @smmrok Před 4 měsíci

      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?

  • @Rohit-Patange
    @Rohit-Patange Před 3 měsíci

    Why you not use vpc and more option while creating vpc like its easy way to create vpc that's why i asking👍

    • @RahulWagh
      @RahulWagh  Před 3 měsíci +1

      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

  • @amolsurvase7507
    @amolsurvase7507 Před 6 měsíci

    again transit gateway is also easy by watching this video | If anybody have that user data script ,please paste here in comment

    • @bsaes1809
      @bsaes1809 Před 5 měsíci

      #!/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

    • @bsaes1809
      @bsaes1809 Před 5 měsíci

      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”

  • @bikdigdaddy
    @bikdigdaddy Před 2 měsíci

    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.