
AWS Certified Solutions Architect - Associate
Get started today
Ultimate access to all questions.
A company on AWS requires a secure, private connection to an external service within a provider's VPC, with connectivity restricted to the target service and initiated solely from the company's VPC. What is the appropriate solution?
A company on AWS requires a secure, private connection to an external service within a provider's VPC, with connectivity restricted to the target service and initiated solely from the company's VPC. What is the appropriate solution?
Explanation:
The correct answer is D. AWS PrivateLink allows you to access services hosted on AWS in a highly secure manner by keeping the data within the AWS network. By asking the provider to create a VPC endpoint for the target service and using AWS PrivateLink, the company ensures that the connectivity is private, restricted to the target service, and initiated from the company's VPC. VPC peering (Option A) and NAT gateway (Option C) do not provide the required security compliance of restricting the connectivity to a specific service. Option B, requesting a virtual private gateway, is not the most appropriate AWS service for this requirement.