AWS Certified Machine Learning – Specialty — Question 237

A manufacturing company wants to create a machine learning (ML) model to predict when equipment is likely to fail. A data science team already constructed a deep learning model by using TensorFlow and a custom Python script in a local environment. The company wants to use Amazon SageMaker to train the model.

Which TensorFlow estimator configuration will train the model MOST cost-effectively?

Answer options

Correct answer: B

Explanation

Option B is the most cost-effective as it combines the benefits of the SageMaker Training Compiler with managed spot training, which can significantly reduce costs. The other options either do not utilize spot instances or suggest configurations that do not maximize cost efficiency.