ML Development Lifecycle
Unlock the complete study guide + 1,040 practice questions across 16 full exams.
Bundled into the existing AWS Certified AI Practitioner AIF-C01 premium course — no separate purchase.
Included in this chapter:
- The lifecycle stage by stage: what actually happens
- AWS mechanics: a SageMaker AI capability for each stage
- Exam-pattern recognition: stem → stage, tool, and metric
ML lifecycle stage → Amazon SageMaker AI capability → purpose
| Lifecycle stage | SageMaker AI capability | What it does |
|---|---|---|
| EDA & data pre-processing | SageMaker Data Wrangler | Visually explore, clean, and transform tabular data with low/no code before training |
| Feature engineering | SageMaker Feature Store | Centrally store, version, and share engineered features across teams for training and inference |
| Model sourcing / quick start | SageMaker JumpStart | Deploy or fine-tune open-source and pre-trained models instead of training from scratch |
| Model training & tuning | SageMaker training jobs (with automatic model tuning) | Run managed, scalable training and hyperparameter optimization jobs |
| Evaluation (bias & explainability) | SageMaker Clarify | Detect bias and explain feature importance during evaluation |
| Model governance | SageMaker Model Registry | Version models and gate deployment with approval status for MLOps |
| Orchestration / CI-CD | SageMaker Pipelines | Automate the end-to-end workflow as a repeatable, auditable pipeline |
| Production monitoring | SageMaker Model Monitor | Detect data and model drift on live endpoints to trigger retraining |
Decision tree
Cheat sheet
Unlock with Premium — includes all practice exams and the complete study guide.
References
- Prepare data with Amazon SageMaker Data Wrangler
- Amazon SageMaker Feature Store
- Amazon SageMaker JumpStart
- Deploy models for inference with Amazon SageMaker AI
- Automatic model tuning with Amazon SageMaker AI
- Fairness, model explainability and bias detection with SageMaker Clarify
- Register and deploy models with Model Registry
- Amazon SageMaker Pipelines
- Monitor models for data and model quality with Amazon SageMaker Model Monitor
- Real-time inference with SageMaker AI endpoints
- Batch transform for inference with Amazon SageMaker AI
- MLOps with Amazon SageMaker AI