Advanced Architectures with AWS Transit Gateway

Поділитися
Вставка
  • Опубліковано 3 гру 2024

КОМЕНТАРІ • 17

  • @peppigue
    @peppigue 2 роки тому +3

    Transit gateway - 4 syllables
    TGW - 5 syllables
    Sometimes acronyms only make sense in writing

  • @expensivetechnology9963
    @expensivetechnology9963 4 роки тому

    This presenter is EXTREMELY organized and easy to follow. I’ve found a small mistake in his presentation at 18:30. His VPC is defined as 10.1.0.0/16. So far so good. But then he uses the following example...’I have a host 10.1.0.1 that wants to communicate with an on-premises host 172.x.x.x’. Anyone? Anyone? The 10.1.0.1 is reserved for the router. And just to be crystal clear - I think this presenter is FAR FAR more knowledgeable about AWS networking than me. I’m under no illusion.

    • @komalthecoolk
      @komalthecoolk 3 роки тому

      He's made a number of mistakes during his presentation sadly.

  • @brandondyzel130
    @brandondyzel130 5 років тому +1

    Hi Alan, I'd also like to get some more details regarding how exactly the Transit GW Routing Domains share routes with each other? For instance, you have your two VPC's connected to a VPC Route Domain, and then an outbound route domain, did those prefixes have to be manually created or is there a way to have automatic propagation with an approval review process?

  • @krzysztofhermanowski7137
    @krzysztofhermanowski7137 3 роки тому

    18:35, you can't have instance with the IP of 10.1.0.1 there ;)

  • @jamesren4949
    @jamesren4949 5 років тому

    Dear Alan, thanks very much for the excellent explanation of Transit Gateway. However, I have two questions:
    1. when you mentioned about the 10.0.0.0/8 blackhole rule, I think there is a pre-requisite that the SNAT instance is single-nic. In a typical NAT setup, you would have traffic flowing from inside to outside. because both source and destination reside behind inside, the SNAT instance should return the traffic without NAT.
    2. could you please explain more about the Availability Zone affinity rule for Transit Gateway? For example, if one VPC attaches with two subnets in two AZs, and the other VPC attaches with three subnets in three AZs, what would happen to/from traffic from the third AZ?

  • @studyit8141
    @studyit8141 4 роки тому

    Does Amazon ECS service discovery work with this Centralized private link with Hybrid cloud architecture reference in this video ?
    Could you share us more details how it works with conjunction with shared service VPC hosting all private hosted zones and R53 DNS resolver endpoints setup ?

  • @alakanandas6358
    @alakanandas6358 3 роки тому

    Can I enable communication between multiple VPCs in different region to the on-premise network through a single VPN connection attached to my transit gateway (if transitive peering enabled)?

  • @krzysztofhermanowski7137
    @krzysztofhermanowski7137 3 роки тому

    19:30, you meant routing domain for VPN

  • @felixkhang1243
    @felixkhang1243 5 років тому

    are there plans to allow connectivity between tgw's across different regions and different AWS accounts?

    • @nikhiljaswal
      @nikhiljaswal 4 роки тому +2

      TGW peering is available across some AWS regions which allows this

  • @ozzykozy
    @ozzykozy 4 роки тому

    is it possible to make active active / active-standby two vpn tunnel by using static route ?

    • @ashishniture5436
      @ashishniture5436 4 роки тому +1

      You can build route based VPN on one CGW (Keeps both the tunnels of VPN UP - CGW must be capable of handling asymmetric routing) We got Active Active | Active standby can be achived by creating a policy based VPN tunnel on the CGW, provided that some kind of failover mechanism is implemented to bring make the Standyby tunnel active.
      But always make use BGP based VPN.

    • @ozzykozy
      @ozzykozy 4 роки тому

      Do you have any example? İs it possible with static route..