AWS Certified Machine Learning Engineer – Associate (MLA-C01) — Question 95

A company is using Amazon SageMaker to develop ML models. The company stores sensitive training data in an Amazon S3 bucket. The model training must have network isolation from the internet.

Which solution will meet this requirement?

Answer options

Correct answer: B

Explanation

Option B is correct because using an S3 gateway VPC endpoint allows the SageMaker training jobs to securely access the S3 bucket without requiring internet access, ensuring complete network isolation. Option A incorrectly suggests using a NAT gateway, which would allow internet access. Options C and D do not provide the necessary network isolation as they either use public subnets or do not adequately restrict internet access.