ExamQuestions.com

Register
Login
AWS Certified Machine Learning Specialty Exam Questions

Amazon

AWS Certified Machine Learning Specialty

194 / 258

Question 194:

You work as a machine learning specialist for a city government agency in their urban housing department. You have been assigned the task of using a machine learning model to find the best housing location to place new public housing applicants. You have been asked to propose housing sites for new applicants based on the similarity of the applicant (such as applicant work location, number of people in the family group, applicant income range, etc.) to the other housing residents in the city. You have decided to use the SageMaker k-nearest neighbors built-in algorithm. You have produced a model variant and deployed it to an HTTPS endpoint. Based on your initial evaluation results, you would like to change the SageMaker endpoint by updating the ML compute instances of the existing variant to make them more powerful and add a new model variant. What is the best way to implement these changes?

Answer options:

A.Take your existing model variant out of service, make the changes to your endpoint configuration to change the ML instances, add the second model variant, and then bring your SageMaker HTTPS endpoint back into service.
B.Modify your existing model variant to change the ML instance types. Then, once you have your newly configured model variant performing appropriately, take your existing model variant out of service. Modify your endpoint configuration to add the second model variant and bring your SageMaker HTTPS endpoint back into service.
C.Create a new endpoint configuration that has the desired ML instance types and both model variants. Take your old endpoint configuration out of service. Deploy your new endpoint configuration into production.
D.Modify your SageMaker HTTPS endpoint without taking the model that is already deployed into production out of service. Change the existing model variant’s ML instance type and add the new model variant. Do this by creating a new endpoint configuration and deploying the new endpoint configuration with the SageMaker UpdateEndpoint action.