MLS-C01 SageMaker Debugger Practice Question
A team is using Amazon SageMaker to train a model and wants to automatically stop training when the model stops improving to save costs. Which SageMaker feature should they use?
⚠ Common exam trap
Candidates often confuse 'Managed Spot Training' with early stopping because of the phrase 'early stopping' in its description. However, Managed Spot Training's built-in early stopping is for spot instance interruptions, not for detecting model convergence. The correct feature for automatic stopping based on model improvement is SageMaker Debugger's built-in rules.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
SageMaker Debugger
SageMaker Debugger provides built-in rules, such as `LossNotDecreasing`, that automatically monitor training metrics and can halt a training job when the model stops improving. This directly addresses the requirement to stop training when improvement plateaus, saving costs. While Managed Spot Training (C) reduces cost by using spot instances, it does not inherently provide automatic early stopping based on model performance; early stopping must be implemented separately. SageMaker Experiments (A) track and compare runs but do not stop training. Automatic Model Tuning (D) can apply early stopping to hyperparameter tuning jobs, but it is not a feature of a single training job.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
SageMaker Experiments
Why it's wrong here
SageMaker Experiments is used for tracking and comparing training runs, not for automatically stopping training.
- ✓
SageMaker Debugger
Why this is correct
Correct. SageMaker Debugger includes built-in rules like `LossNotDecreasing` that can automatically stop training when the model stops improving, thus saving costs.
- ✗
SageMaker Managed Spot Training with early stopping
Why it's wrong here
SageMaker Managed Spot Training uses spot instances to reduce cost, but it does not automatically stop training when the model stops improving; early stopping must be implemented separately.
- ✗
SageMaker Automatic Model Tuning
Why it's wrong here
SageMaker Automatic Model Tuning supports early stopping for hyperparameter tuning jobs, but the question refers to a single model training job, not a tuning job.
Go deeper
Related to this question
About these practice questions
Courseiva writes every MLS-C01 question from scratch — 1,672 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This MLS-C01 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the MLS-C01 exam.