AWS Certified SysOps Administrator – Associate — Question 149
A SysOps administrator is configuring AWS Client VPN to connect users on a corporate network to AWS resources that are running in a VPC. According to compliance requirements, only traffic that is destined for the VPC can travel across the VPN tunnel.
How should the SysOps administrator configure Client VPN to meet these requirements?
Answer options
- A. Associate the Client VPN endpoint with a private subnet that has an internet route through a NAT gateway.
- B. On the Client VPN endpoint, turn on the split-tunnel option.
- C. On the Client VPN endpoint, specify DNS server IP addresses.
- D. Select a private certificate to use as the identity certificate for the VPN client.
Correct answer: B
Explanation
The correct answer is B, as enabling the split-tunnel feature allows only traffic destined for the VPC to pass through the VPN tunnel, thus meeting the compliance requirement. Option A is incorrect because associating a NAT gateway allows internet traffic, which is not compliant. Option C is unrelated to the traffic routing requirements, and option D does not affect the routing of traffic through the VPN tunnel.