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

A company stores user clickstream data in an Amazon S3 bucket in AWS Account A. The company needs to use the data to train an ML model in Amazon SageMaker AI in AWS Account B. The training will take 10 days.

The company needs to use only private IP addresses in the training. The company also must make sure that no training metadata is shared with AWS.

Which solution will meet these requirements?

Answer options

Correct answer: B

Explanation

Option B is the correct choice because setting up a VPC endpoint allows private IP address usage while accessing the S3 bucket, and configuring the OPT_OUT_TRACKING variable ensures that no metadata is shared. Option A does not guarantee the use of private IPs for data access. Option C lacks the necessary configuration to prevent metadata sharing, and option D, while providing access, does not address the requirement to ensure no metadata is collected.