AWS Certified Machine Learning – Specialty — Question 149

A telecommunications company is developing a mobile app for its customers. The company is using an Amazon SageMaker hosted endpoint for machine learning model inferences.
Developers want to introduce a new version of the model for a limited number of users who subscribed to a preview feature of the app. After the new version of the model is tested as a preview, developers will evaluate its accuracy. If a new version of the model has better accuracy, developers need to be able to gradually release the new version for all users over a fixed period of time.
How can the company implement the testing model with the LEAST amount of operational overhead?

Answer options

Correct answer: C

Explanation

The correct answer is C because it allows for a gradual rollout of the new model version by updating the DesiredWeightsAndCapacity with minimal changes to infrastructure. Options A and B involve more complex configurations that could increase operational overhead, while D relies on Route 53, which is unnecessary for this scenario and could complicate the rollout process.