A recommendation model uses ML and calls an Amazon SageMaker AI endpoint to get recommendations. An ML engineer must ensure that the model stays available during an expected increase in user traffic. Which solution will meet these requirements?
- AConfigure auto scaling on the SageMaker AI endpoint. (correct answer)
- BCreate a new SageMaker AI endpoint. Deploy the model to the new endpoint.
- CUse SageMaker Neo to optimize the model for inference.
- DAttach an Auto Scaling group to the SageMaker AI endpoint.
Reveal answer & explanationHide answer
The correct answer is A. Option A: Configure auto scaling on the SageMaker AI endpoint.
Explanation
Auto Scaling adjusts capacity automatically to match demand, improving availability and cost efficiency. Amazon SageMaker builds, trains and deploys machine learning models in a fully managed service. AWS Config tracks resource configuration changes and evaluates compliance.