
Answer-first summary for fast verification
Answer: Configure a transit gateway in the same Region of each VPAttach each VPC to the transit gateway. Configure a Direct Connect gateway. Associate the Direct Connect gateway with the transit gateway. Associate a new transit VIF with each Direct Connect connection. Configure the new transit VIF to exchange BGP routes and to have an MTU of 9001. Configure route propagation between each VPC and the transit gateway.
The question revolves around designing an AWS Direct Connect solution that connects on-premises data centers to multiple VPCs within the same AWS Region, ensuring high availability and minimal operational overhead. The key requirements include the need for all VPCs to access each other and the on-premises data centers for transferring large files, and the solution must have the least operational overhead. Option C and D both propose using a transit gateway, which simplifies the network architecture by centralizing the connectivity between VPCs and on-premises networks. However, the difference lies in the MTU size configuration. Option C suggests an MTU of 9001, which is optimal for jumbo frames and can significantly improve performance for large file transfers, making it the better choice for the company's requirements. Therefore, the correct answer is C, as it meets the company's requirements with the least operational overhead and optimal performance for large file transfers.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
A company operates a highly available application across multiple VPCs within a single AWS Region and two on-premises data centers. All VPCs need to communicate with each other and with the on-premises data centers to transfer large files, each several gigabytes in size. A network engineer is tasked with designing an AWS Direct Connect solution to connect the on-premises data centers to each VPC.
Which architecture will fulfill the company's requirements while minimizing operational overhead?
A
Configure a virtual private gateway and a private VIF in each VPC in the Region. Configure a Direct Connect gateway. Associate the VIF of every VPC with the Direct Connect gateway. Create a new private VIF that connects the Direct Connect gateway to each on-premises data center. Configure the new private VIF to exchange BGP routes with the on-premises data centers and to have an MTU of 9001. Use VPC peering between each VPC. Configure static routing in each VPC to provide inter-VPC routing.
B
Configure a virtual private gateway and a private VIF in each VPC in the Region. Configure a Direct Connect gateway. Associate the VIF of every VPC with the Direct Connect gateway. Create a new private VIF that connects the Direct Connect gateway to each on-premises data center. Configure the new private VIF to exchange BGP routes with the on-premises data centers and to have an MTU of 8500. Use VPC peering between each VPC. Configure static routing in each VPC to provide inter-VPC routing.
C
Configure a transit gateway in the same Region of each VPAttach each VPC to the transit gateway. Configure a Direct Connect gateway. Associate the Direct Connect gateway with the transit gateway. Associate a new transit VIF with each Direct Connect connection. Configure the new transit VIF to exchange BGP routes and to have an MTU of 9001. Configure route propagation between each VPC and the transit gateway.
D
Configure a transit gateway in the same Region of each VPC. Attach each VPC to the transit gateway. Configure a Direct Connect gateway. Associate the Direct Connect gateway with the transit gateway. Associate a new transit VIF with each Direct Connect connection. Configure the new transit VIF to exchange BGP routes and to have an MTU of 8500. Configure route propagation between each VPC and the transit gateway.