
Answer-first summary for fast verification
Answer: Create a separate transit gateway in every Region where the company has deployed resources. Share the transit gateways with company’s AWS accounts. Connect the VPC in each Region to the transit gateway that is in the same Region. Peer the transit gateways. Create appropriate routes in all route tables.
AWS Transit Gateway is a regional resource. To connect VPCs across multiple AWS Regions, you must create a separate Transit Gateway in each Region, connect the regional VPCs to their respective local Transit Gateway, and then establish inter-Region peering connections between the Transit Gateways. Finally, appropriate routing must be configured. Option B is incorrect because a Transit Gateway cannot span multiple regions.
Author: Ritesh Yadav
Ultimate access to all questions.
Question #43 A global company uses an organization in AWS Organizations to manage multiple AWS accounts. To comply with regulations, the company deploys workload environments to five AWS Regions. The company has a separate AWS account for each Region. The company needs to connect every environment's VPC to a central shared VPC that serves as a directory and to a shared monitoring VPC. The shared accounts are each in separate AWS accounts.
Which solution will meet these requirements?
A
Create a separate transit gateway in every Region where the company has deployed resources. Share the transit gateways with company’s AWS accounts. Connect the VPC in each Region to the transit gateway that is in the same Region. Peer the transit gateways. Create appropriate routes in all route tables.
B
Create a transit gateway in the central shared AWS account. Share the transit gateway with the company's AWS accounts. Connect all VPCs to the central transit gateway.
C
Create a virtual private gateway for the shared VPCs. Create a customer gateway for the workload VPCs. Configure an AWS Site-to-Site VPN connection between the directory VPC, the monitoring VPC, and every workload VPC.
D
Create VPC peering connections between the central shared VPC, the shared monitoring VPC, and every workload VPC.
No comments yet.