AWS Certified SysOps Administrator – Associate — Question 276

A company has set up an IPsec tunnel between its AWS environment and its on-premises data center. The tunnel is reporting as UP, but the Amazon EC2 instances are not able to ping any on-premises resources.

What should a SysOps administrator do to resolve this issue?

Answer options

Correct answer: C

Explanation

For traffic to flow between AWS and an on-premises network over an established VPN, the VPC route tables must have routes directing traffic to the virtual private gateway (VGW). Enabling route propagation automatically distributes these on-premises network routes into the subnet's route table. Other options, such as security group rules or DHCP options, do not solve the fundamental routing issue, and VPC peering cannot be established with an IPsec tunnel.