AWS Certified Machine Learning – Specialty — Question 195

A healthcare company is using an Amazon SageMaker notebook instance to develop machine learning (ML) models. The company's data scientists will need to be able to access datasets stored in Amazon S3 to train the models. Due to regulatory requirements, access to the data from instances and services used for training must not be transmitted over the internet.

Which combination of steps should an ML specialist take to provide this access? (Choose two.)

Answer options

Correct answer: A, C

Explanation

The correct answers are A and C. Configuring the SageMaker notebook instance with a VPC and disabling internet access ensures that all traffic remains within the private network, adhering to regulatory requirements. Creating an S3 VPC endpoint allows the SageMaker instance to access S3 directly without needing internet access. Options B, D, and E are either not necessary or do not directly ensure compliance with the requirement to avoid internet transmission.