nerdexam
Amazon

ANS-C01 · Question #274

A company is planning to migrate to AWS and use multiple VPCs in multiple AWS Regions. A network engineer must connect the eu-west-1 and eu- central-1 Regions to the company headquarters and branch…

The correct answer is C. Create a new route destined to 10.0.0.0/8 in both production VPC route tables with the Region. Explanation Option C is correct because the VPC route tables in each Region need explicit routes pointing to the remote VPC's CIDR range, using the local transit gateway as the next hop. Without entries in the VPC route tables directing traffic destined for the remote VPC…

Submitted by ravi_2018· Mar 6, 2026VPC Connectivity

Question

A company is planning to migrate to AWS and use multiple VPCs in multiple AWS Regions. A network engineer must connect the eu-west-1 and eu- central-1 Regions to the company headquarters and branch office, respectively. The network engineer created a production VPC, named Prod A, with a CIDR block of 10.0.0.0/16. Prod A runs in an account in eu-west-1. The network engineer then created another production VPC, named Prod B, with a CIDR block of 10.1.0.0/16. Prod runs in a different account in eu- central-1. The network engineer performed the following steps to try to achieve the required connectivity: 1. Created one transit gateway in each Region 2. Shared and accepted the transit gateways with the production accounts in both Regions 3. Configured the peering attachment between both transit gateways 4. Attached both VPCs to the respective Region transit gateway 5. Created both transit gateway route tables and associated the attachments with the route tables 6. Configured a static route in both transit gateway route tables to send traffic to the remote VPC in the other Region 7. Activated route propagation on the VPC route tables in each Region After the configuration, the network engineer tried to connect from Prod A to Prod B. However, the connection was unsuccessful. What should the network engineer do to achieve the required connectivity?

Options

  • AModify the IP address of the peering attachment to a wider range.
  • BDelete the static routes that were in the transit gateway route table to send traffic to the remote
  • CCreate a new route destined to 10.0.0.0/8 in both production VPC route tables with the Region
  • DModify the transit gateway route tables from the production accounts to propagate routes

How the community answered

(65 responses)
  • A
    12% (8)
  • B
    2% (1)
  • C
    80% (52)
  • D
    6% (4)

Explanation

Explanation

Option C is correct because the VPC route tables in each Region need explicit routes pointing to the remote VPC's CIDR range, using the local transit gateway as the next hop. Without entries in the VPC route tables directing traffic destined for the remote VPC (10.0.0.0/8 covers both 10.0.0.0/16 and 10.1.0.0/16) toward the transit gateway, traffic from the instances never leaves the local VPC - regardless of how well the transit gateway peering is configured. Step 7 only mentions activating propagation, which doesn't automatically add routes pointing to the transit gateway from the VPC subnet route tables.

  • Option A is wrong because peering attachments don't have "IP addresses" to modify - they are logical constructs, and widening a CIDR on a peering attachment is not a valid operation.
  • Option B is wrong because removing the static routes in the transit gateway route tables would break inter-Region routing, since peering attachments don't support dynamic route propagation between transit gateways - static routes are required.
  • Option D is wrong because transit gateway peering attachments do not support route propagation - routes across peered transit gateways must always be added as static routes.

Memory Tip: Think of routing as a two-layer problem - the transit gateway layer (TGW route tables) and the VPC layer (subnet route tables). Both layers must have routes configured; fixing one without the other leaves traffic with "nowhere to go" at the VPC boundary.

Topics

#Transit Gateway#VPC Routing#Inter-Region Connectivity#Network Troubleshooting

Community Discussion

No community discussion yet for this question.

Full ANS-C01 Practice