AWS Certified Machine Learning – Specialty — Question 49

A Machine Learning Specialist at a company sensitive to security is preparing a dataset for model training. The dataset is stored in Amazon S3 and contains
Personally Identifiable Information (PII).
The dataset:
✑ Must be accessible from a VPC only.
✑ Must not traverse the public internet.
How can these requirements be satisfied?

Answer options

Correct answer: A

Explanation

The correct answer is A because creating a VPC endpoint with a bucket access policy that restricts access ensures that only resources in the specified VPC can access the S3 bucket, effectively preventing any access over the public internet. Options B, C, and D introduce additional elements like EC2 instances or other access methods that do not align with the requirement of limiting access strictly to the VPC, thus potentially compromising security.