AWS Certified Machine Learning – Specialty — Question 279

A mining company wants to use machine learning (ML) models to identify mineral images in real time. A data science team built an image recognition model that is based on convolutional neural network (CNN). The team trained the model on Amazon SageMaker by using GPU instances. The team will deploy the model to a SageMaker endpoint.

The data science team already knows the workload traffic patterns. The team must determine instance type and configuration for the workloads.

Which solution will meet these requirements with the LEAST development effort?

Answer options

Correct answer: B

Explanation

Amazon SageMaker Inference Recommender reduces development effort by automating load testing to find the best instance configuration. The Advanced job type is necessary because it allows the team to specify their custom, known traffic pattern for the load test, whereas the Default job type uses preconfigured settings. Options C and D require significant manual development effort to set up external load-testing tools and API integration.