AWS Certified Machine Learning – Specialty — Question 11

A Data Science team within a large company uses Amazon SageMaker notebooks to access data stored in Amazon S3 buckets. The IT Security team is concerned that internet-enabled notebook instances create a security vulnerability where malicious code running on the instances could compromise data privacy.
The company mandates that all instances stay within a secured VPC with no internet access, and data communication traffic must stay within the AWS network.
How should the Data Science team configure the notebook instance placement to meet these requirements?

Answer options

Correct answer: C

Explanation

The correct answer is C because having S3 VPC endpoints and Amazon SageMaker VPC endpoints allows the notebook to access S3 and SageMaker without requiring internet access, thus meeting the security requirements. Option A does not ensure that data traffic remains within the AWS network, while options B and D do not provide the necessary VPC endpoints for secure access.