AWS Certified Machine Learning – Specialty — Question 109

A financial services company wants to adopt Amazon SageMaker as its default data science environment. The company's data scientists run machine learning
(ML) models on confidential financial data. The company is worried about data egress and wants an ML engineer to secure the environment.
Which mechanisms can the ML engineer use to control data egress from SageMaker? (Choose three.)

Answer options

Correct answer: A, D, E

Explanation

The correct answers A, D, and E are effective strategies for controlling data egress from SageMaker. A enables secure connections through AWS PrivateLink, D ensures training jobs and models are isolated from external networks, and E restricts data access based on specific IP addresses. Options B and C do not directly address data egress control, while F, while important for data protection, does not specifically manage data leaving the environment.