AWS Certified Machine Learning – Specialty — Question 200

A company wants to predict the classification of documents that are created from an application. New documents are saved to an Amazon S3 bucket every 3 seconds. The company has developed three versions of a machine learning (ML) model within Amazon SageMaker to classify document text. The company wants to deploy these three versions to predict the classification of each document.

Which approach will meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: B

Explanation

Option B is optimal because it consolidates all models into a single endpoint, reducing the complexity of managing multiple endpoints and Lambda functions. The other options introduce unnecessary overhead by deploying separate endpoints or multiple Lambda functions, which complicates the architecture and increases operational management.