
Ultimate access to all questions.
A company utilizes transit gateways to facilitate traffic routing between its VPCs. Each transit gateway is configured with a single route table, which includes attachments and routes for VPCs within the same AWS Region. The VPC route tables also contain routes to all other VPC CIDR ranges accessible through the transit gateways, with some VPCs routing traffic through local NAT gateways.
The company anticipates adding numerous new VPCs and requires a solution to efficiently update the route tables in each VPC with the new VPC CIDR ranges.
What is the most operationally efficient solution to meet these requirements?
A
Create a new customer-managed prefix list. Add all VPC CIDR ranges to the new prefix list. Update the route tables in each VPC to use the new prefix list ID as the destination and the appropriate transit gateway ID as the target.
B
Turn on default route table propagation for the transit gateway route tables. Turn on route propagation for each route table in each VPC.
C
Update the route tables in each VPC to use 0.0.0.010 as the destination and the appropriate transit gateway ID as the target.
D
Turn on default route table association for the transit gateway route tables. Turn on route propagation for each route table in each VPC.