A company uses AWS Client VPN to provide remote access to its VPC resources. Users report that they can connect to the VPN but cannot reach any resources in the VPC. The VPN endpoint is associated with a subnet in VPC A. The VPC's route table has a route for the Client VPN CIDR (10.200.0.0/16) pointing to the VPN endpoint. The security group assigned to the VPN endpoint allows inbound traffic from the VPN clients. What is the most likely cause of the issue?
Trap 1: The Client VPN endpoint's authentication is failing.
Users can connect, so authentication is successful.
Trap 2: The VPN endpoint is not associated with the correct subnet.
The question states it is associated with a subnet in VPC A, so this is likely not the issue.
Trap 3: The route table in VPC A does not have a route for the Client VPN…
The question states the route exists.
- A
The Client VPN endpoint's authentication is failing.
Why wrong: Users can connect, so authentication is successful.
- B
The VPN endpoint is not associated with the correct subnet.
Why wrong: The question states it is associated with a subnet in VPC A, so this is likely not the issue.
- C
The route table in VPC A does not have a route for the Client VPN CIDR.
Why wrong: The question states the route exists.
- D
The security group associated with the VPN endpoint does not allow inbound traffic from the VPN client CIDR.
The security group must allow inbound traffic from the client CIDR (10.200.0.0/16) to reach VPC resources.