AWS Certified Machine Learning – Specialty — Question 316

A company decides to use Amazon SageMaker to develop machine learning (ML) models. The company will host SageMaker notebook instances in a VPC. The company stores training data in an Amazon S3 bucket. Company security policy states that SageMaker notebook instances must not have internet connectivity.

Which solution will meet the company’s security requirements?

Answer options

Correct answer: B

Explanation

VPC interface endpoints (powered by AWS PrivateLink) allow SageMaker notebook instances to connect securely to the SageMaker API, training, and hosting services without passing through the public internet. Restricting the security groups associated with these endpoints ensures traffic is confined and secure. Options A and C do not prevent internet access at the network level, while Option D completely isolates the instances, rendering them unable to connect to the SageMaker service itself.