AWS Certified Advanced Networking – Specialty (ANS-C01) — Question 253

A logistics company has multiple VPCs in an AWS Region. The company uses a transit gateway to connect the VPCs. The company has several on-premises offices that connect to the transit gateway by using AWS Site-to-Site VPN connections over the internet. The company has configured one transit gateway VPN attachment for each office.

Route propagation is enabled on all route tables. Each Site-to-Site VPN connection uses two tunnels in an active-passive configuration. The company configured each office with appropriate static routes on both the Site-to-Site VPN connection and the office’s customer gateway.

The company wants to use both IPsec tunnels of every office to maximize the overall VPN connection bandwidth.

Which design changes are necessary to meet these requirements?

Answer options

Correct answer: C

Explanation

The correct answer is C because enabling ECMP and switching to BGP allows for load balancing across multiple tunnels, maximizing bandwidth. This option also ensures the removal of static routes, which is necessary when using BGP. Options A and D introduce unnecessary complexities and do not align with the requirement of maximizing bandwidth through ECMP, while option B does not change the routing protocol to BGP, which is essential for achieving the desired outcome.