MLS-C01 · Question #130
A machine learning specialist is running an Amazon SageMaker endpoint using the built-in object detection algorithm on a P3 instance for real-time predictions in a company's production application…
The correct answer is B. Redeploy the model on an M5 instance. Redeploy with CPU and add elastic inference to reduce costs. https://aws.amazon.com/machine-learning/elastic-inference/
Question
A machine learning specialist is running an Amazon SageMaker endpoint using the built-in object detection algorithm on a P3 instance for real-time predictions in a company's production application. When evaluating the model's resource utilization, the specialist notices that the model is using only a fraction of the GPU. Which architecture changes would ensure that provisioned resources are being utilized effectively?
Options
- ARedeploy the model as a batch transform job on an M5 instance.
- BRedeploy the model on an M5 instance.
- CRedeploy the model on a P3dn instance.
- DDeploy the model onto an Amazon Elastic Container Service (Amazon ECS) cluster using a P3
How the community answered
(25 responses)- A4% (1)
- B84% (21)
- C4% (1)
- D8% (2)
Explanation
Redeploy with CPU and add elastic inference to reduce costs. https://aws.amazon.com/machine-learning/elastic-inference/
Topics
Community Discussion
No community discussion yet for this question.