Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Amazon Exam MLS-C01 Topic 2 Question 114 Discussion

Actual exam question for Amazon's MLS-C01 exam
Question #: 114
Topic #: 2
[All MLS-C01 Questions]

An online delivery company wants to choose the fastest courier for each delivery at the moment an order is placed. The company wants to implement this feature for existing users and new users of its application. Data scientists have trained separate models with XGBoost for this purpose, and the models are stored in Amazon S3. There is one model fof each city where the company operates.

The engineers are hosting these models in Amazon EC2 for responding to the web client requests, with one instance for each model, but the instances have only a 5% utilization in CPU and memory, ....operation engineers want to avoid managing unnecessary resources.

Which solution will enable the company to achieve its goal with the LEAST operational overhead?

Show Suggested Answer Hide Answer
Suggested Answer: B

The best solution for this scenario is to use a multi-model endpoint in Amazon SageMaker, which allows hosting multiple models on the same endpoint and invoking them dynamically at runtime. This way, the company can reduce the operational overhead of managing multiple EC2 instances and model servers, and leverage the scalability, security, and performance of SageMaker hosting services. By using a multi-model endpoint, the company can also save on hosting costs by improving endpoint utilization and paying only for the models that are loaded in memory and the API calls that are made. To use a multi-model endpoint, the company needs to prepare a Docker container based on the open-source multi-model server, which is a framework-agnostic library that supports loading and serving multiple models from Amazon S3. The company can then create a multi-model endpoint in SageMaker, pointing to the S3 bucket containing all the models, and invoke the endpoint from the web client at runtime, specifying the TargetModel parameter according to the city of each request. This solution also enables the company to add or remove models from the S3 bucket without redeploying the endpoint, and to use different versions of the same model for different cities if needed.References:

Use Docker containers to build models

Host multiple models in one container behind one endpoint

Multi-model endpoints using Scikit Learn

Multi-model endpoints using XGBoost


Contribute your Thoughts:

Mollie
5 days ago
I prefer option D. Having separate SageMaker endpoints for each city will ensure faster delivery times.
upvoted 0 times
...
Hailey
9 days ago
The SageMaker batch transform solution in option A sounds interesting, but it may not be suitable for real-time inference. We need a more responsive approach.
upvoted 0 times
...
Graham
13 days ago
I agree with Alpha. Option B seems efficient and will help avoid managing unnecessary resources.
upvoted 0 times
...
Alpha
15 days ago
I think option B is the best choice. Using a multi-model endpoint in SageMaker will reduce operational overhead.
upvoted 0 times
...

Save Cancel