An enterprise is designing a centralized egress inspection architecture using AWS Transit Gateway (TGW) to connect 50 spoke VPCs (CIDR range ) to a central Inspection VPC (CIDR range ). The Inspection VPC contains a Gateway Load Balancer (GWLB) backed by stateful firewalls to inspect all outbound traffic before it goes to the internet through NAT Gateways. The Inspection VPC is deployed across multiple Availability Zones, with each zone containing a TGW subnet, a GWLB endpoint (GWLBe) subnet, and a NAT Gateway subnet. Which configuration of Transit Gateway (TGW) route tables and Inspection VPC route tables must the solutions architect implement to ensure that all egress traffic is inspected and returned symmetrically without routing loops or dropping packets?
- Associate the spoke VPCs with a Spoke TGW Route Table containing a default route () to the Inspection VPC attachment. Associate the Inspection VPC with an Inspection TGW Route Table containing a route for pointing to the spoke VPC attachments. In the Inspection VPC, configure the TGW subnet route tables with ; the GWLBe subnet route tables with and ; and the NAT Gateway subnet route tables with and .Answer
- BAssociate all spoke VPCs and the Inspection VPC with a single TGW Route Table containing a default route () pointing to the Inspection VPC attachment. In the Inspection VPC, configure the TGW subnet route tables with ; the GWLBe subnet route tables with and ; and the NAT Gateway subnet route tables with and .
- CAssociate the spoke VPCs with a Spoke TGW Route Table containing a default route () to the Inspection VPC attachment. Associate the Inspection VPC with an Inspection TGW Route Table containing a route for pointing to the spoke VPC attachments. In the Inspection VPC, route the TGW subnet route tables with deployed in a single Availability Zone. Configure the GWLBe subnet route tables with , and the NAT Gateway subnet route tables with and .
- DAssociate the spoke VPCs with a Spoke TGW Route Table containing a default route () to the Inspection VPC attachment. Associate the Inspection VPC with an Inspection TGW Route Table containing a route for pointing to the spoke VPC attachments. In the Inspection VPC, configure the TGW subnet route tables with ; the GWLBe subnet route tables with and associate a Route 53 Private Hosted Zone (PHZ) for name resolution; and the NAT Gateway subnet route tables with and no explicit routes for , relying on the local VPC route.