AWS Certified Advanced Networking – Specialty (ANS-C00) — Question 354

A company installed an AWS Site-to-Site VPN and configured it to use two tunnels. The company has learned that the VPN connectivity is unstable. During a ping test from the on-premises data center to AWS, a network engineer notices that the first few ICMP replies time out but that subsequent requests are successful.
The AWS Management Console shows that the status for both tunnels last changed at the same time the ping responses were successfully received.
Which steps should the network engineer take to resolve the instability? (Choose two.)

Answer options

Correct answer: A, D

Explanation

Enabling Dead Peer Detection (DPD) on the customer gateway ensures that the device can quickly detect when a tunnel goes down and steer traffic appropriately. Sending continuous ICMP requests from the on-premises network to AWS keeps the VPN tunnel active, preventing it from being torn down due to idle timeouts which caused the initial ping drops. Other options like manually changing the virtual private gateway to active/standby or using a higher MED (which actually de-prioritizes a path) do not resolve the idle timeout issue.