nerdexam
Amazon

ANS-C01 · Question #45

A company has created three VPCs: a production VPC, a nonproduction VPC, and a shared services VPC. The production VPC and the nonproduction VPC must each have communication with the shared services…

The correct answer is A. Configure a route table with the production and nonproduction VPC attachments associated with. To achieve communication between production/nonproduction VPCs and a shared services VPC, but prevent direct communication between production and nonproduction VPCs, transit gateway attachments for production and nonproduction must be associated with a dedicated route table…

Submitted by minji_kr· Mar 6, 2026Security, Compliance, and Governance for AI Solutions

Question

A company has created three VPCs: a production VPC, a nonproduction VPC, and a shared services VPC. The production VPC and the nonproduction VPC must each have communication with the shared services VPC. There must be no communication between the production VPC and the nonproduction VPC. A transit gateway is deployed to facilitate communication between VPCs. Which route table configurations on the transit gateway will meet these requirements?

Options

  • AConfigure a route table with the production and nonproduction VPC attachments associated with
  • BConfigure a route table with the production and nonproduction VPC attachments associated with
  • CConfigure a route table with all the VPC attachments associated with propagated routes for only
  • DConfigure a route table with the production and nonproduction VPC attachments associated with

How the community answered

(32 responses)
  • A
    69% (22)
  • B
    19% (6)
  • C
    3% (1)
  • D
    9% (3)

Why each option

To achieve communication between production/nonproduction VPCs and a shared services VPC, but prevent direct communication between production and nonproduction VPCs, transit gateway attachments for production and nonproduction must be associated with a dedicated route table that only propagates routes from the shared services VPC.

AConfigure a route table with the production and nonproduction VPC attachments associated withCorrect

By associating the production and nonproduction VPC attachments with a transit gateway route table where only routes from the shared services VPC are propagated, direct communication between production and nonproduction is prevented while both can reach shared services.

BConfigure a route table with the production and nonproduction VPC attachments associated with

Associating all VPC attachments with a single transit gateway route table and propagating routes from all attachments would allow all VPCs to communicate, violating the requirement to prevent communication between production and nonproduction.

CConfigure a route table with all the VPC attachments associated with propagated routes for only

Associating all VPC attachments with a single route table, even if only propagating routes for the shared services VPC, could still allow unintended communication or requires complex manual route management to fully isolate, not achieving the desired segregation simply.

DConfigure a route table with the production and nonproduction VPC attachments associated with

This option is incomplete, making it impossible to fully evaluate; however, the core concept of associating production/nonproduction attachments with a route table that only has shared services routes is correct for the requirement.

Concept tested: Transit Gateway Route Table Associations and Propagations

Source: https://docs.aws.amazon.com/vpc/latest/tgw/transit-gateway-route-tables.html

Topics

#transit gateway#route tables#VPC isolation#network segmentation

Community Discussion

No community discussion yet for this question.

Full ANS-C01 Practice