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

An ML engineer has an Amazon Comprehend custom model in Account A in the us-east-1 Region. The ML engineer needs to copy the model to Account В in the same Region.
Which solution will meet this requirement with the LEAST development effort?

Answer options

Correct answer: B

Explanation

The correct answer is B because using the Amazon Comprehend ImportModel API with a resource-based IAM policy is specifically designed for copying models with minimal development effort. Options A and C involve additional steps or services not necessary for this task, while option D requires establishing a VPN connection, which is more complex than needed.