1 Risposta
- Più recenti
- Maggior numero di voti
- Maggior numero di commenti
2
VPC Peering is not transitive. Your best option is to use a Transit Gateway.
Contenuto pertinente
- AWS UFFICIALEAggiornata 2 anni fa
- AWS UFFICIALEAggiornata un anno fa
- Come posso ottenere il routing ECMP con più tunnel VPN sito-sito associati a un gateway di transito?AWS UFFICIALEAggiornata un anno fa
- AWS UFFICIALEAggiornata un anno fa
I've spent some time with this but struggling to make it work. What I've done is:
Created TransitGateway in Legacy
Shared TransitGateway via RAM
Created association for legacy VPC
Created association for New VPC
Added TransitGateway route 192.168.1.0/24 -> legacy VPC attachment
Set Legacy VPC Routes: 192.168.1.0/24 -> 10.0.0.200 EIC 10.50.0.0/16 -> TransitGateway
Set New VPC routes 10.0.0.0/8 -> TransitGateway 10.50.0.0/16 -> local 192.168.1.0/24 -> TransitGateway
Pings from 10.50.0.1 to 192.168.1.10 time out. Any further help would be greatly appreciated!