dc dotCreds
Reference guide

AWS ML Engineer Associate Course Notes

Study AWS ML Engineer Associate section notes, then jump straight into the guided course or related practice questions without losing your place.

Continue Course Start Practice
Checking access

Checking Pro access...

Looking for your active Pro access before showing Course Notes. This usually takes just a moment.

Course Notes preview

Unlock Pro for the full per-exam reference guide.

Preview one piece from each section. Pro includes every Course Notes section, summary, key point, common mistake, exam tip, related-question review, and PDF export.

Includes full Course Mode and Course Notes.

Section 1 Data Prep & Feature Engineering Preview
More in this section
  • Full summary in Pro version
  • 11 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 27 more related questions in Pro version

Summary

SageMaker Feature Store is chosen when features must be defined once, reused across models, and served consistently for both training and inference. The Online Store supports low-latency reads for real-time serving, while the Offline Store keeps historical feature records for training, backtesting, and analytics. If the scenario mentions training-serving consistency, shared feature definitions, or feature reuse across projects, Feature Store is usually the AWS service being tested.

Key Points

  • SageMaker Feature Store: A managed repository for storing, sharing, and serving ML features so training and inference use consistent definitions.

Common Mistakes

  • Using the Offline Store for live feature lookups when the scenario needs millisecond serving from the Online Store.

Exam Tips

  • Online Store means low-latency serving; Offline Store means training history and analytics.
Section 2 Deployment Strategies Preview
More in this section
  • Full summary in Pro version
  • 11 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 32 more related questions in Pro version

Summary

SageMaker deployment questions usually hinge on how predictions arrive. Real-time endpoints are chosen for low-latency request and response traffic. Serverless inference fits intermittent traffic when the model can tolerate cold-start behavior, while provisioned concurrency is added when serverless endpoints need predictable startup latency. Batch transform is selected for offline scoring of stored datasets.

Key Points

  • Real-Time Endpoint: A SageMaker endpoint kept available for low-latency request and response inference.

Common Mistakes

  • Choosing a real-time endpoint for stored offline scoring when Batch Transform is the intended SageMaker inference mode.

Exam Tips

  • Real-time is immediate, async is delayed, batch transform is offline, and serverless is intermittent.
Section 3 Model Training & Tuning Preview
More in this section
  • Full summary in Pro version
  • 12 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 22 more related questions in Pro version

Summary

Automatic Model Tuning is chosen when the model algorithm and training data are known but the best hyperparameter values are not. A tuning job runs multiple training jobs across a search space and compares them using an objective metric such as validation accuracy, F1, RMSE, or another metric emitted by the training job. The exam clue is usually improving model performance through hyperparameter search rather than changing the dataset or endpoint mode.

Key Points

  • Automatic Model Tuning: SageMaker hyperparameter optimization that runs training jobs and selects the best configuration based on an objective metric.

Common Mistakes

  • Changing endpoint configuration when the question asks for hyperparameter optimization through Automatic Model Tuning.

Exam Tips

  • Automatic Model Tuning needs a search space and objective metric.
Section 4 Automation & Pipelines Preview
More in this section
  • Full summary in Pro version
  • 10 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 9 more related questions in Pro version

Summary

SageMaker Pipelines is chosen when ML steps need to run as a repeatable workflow instead of one-off notebook commands. Processing steps prepare or validate data, training steps build models, transform steps run batch inference, and model registration steps move approved artifacts toward deployment. The exam usually describes reproducibility, auditability, or repeatable execution as the clue.

Key Points

  • SageMaker Pipelines: A managed ML workflow service for defining, running, and tracking repeatable SageMaker workflows.

Common Mistakes

  • Running notebook steps manually when the requirement is repeatable SageMaker Pipelines execution.

Exam Tips

  • Use Pipelines for repeatable ML workflows with auditable steps.
Section 5 Guardrails & Security Preview
More in this section
  • Full summary in Pro version
  • 9 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 10 more related questions in Pro version

Summary

Deployment guardrails reduce the risk of replacing a production model endpoint. Blue/green deployments create a new fleet, shift traffic, monitor alarms, and roll back when configured conditions fail. Choose blue/green when the scenario asks for safer endpoint updates with automatic rollback based on CloudWatch alarms or bake-time checks.

Key Points

  • Blue/Green Deployment: A SageMaker endpoint update strategy that creates a new fleet and shifts traffic from the old fleet to the new one.

Common Mistakes

  • Calling shadow deployment an A/B test even though shadow predictions are not returned to users.

Exam Tips

  • Blue/green is safe replacement with rollback controls.
Section 6 Monitoring & Maintenance Preview
More in this section
  • Full summary in Pro version
  • 10 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 12 more related questions in Pro version

Summary

Model Monitor is chosen when a deployed model needs continuous checks against a baseline. Data capture records production requests and responses so monitoring jobs can evaluate data quality, model quality, bias drift, or feature attribution drift. Without data capture, the monitoring workflow lacks the production evidence needed for reports and violations.

Key Points

  • Model Monitor: A SageMaker capability for monitoring deployed models for data quality, model quality, bias drift, and related issues.

Common Mistakes

  • Expecting Model Monitor to work without endpoint data capture or a usable baseline.

Exam Tips

  • Data capture comes before production monitoring reports.
Section 7 Responsible AI Preview
More in this section
  • Full summary in Pro version
  • 10 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 10 more related questions in Pro version

Summary

Responsible AI questions test whether model release decisions are documented, explainable, and reviewed. Model Cards document model purpose, intended use, risk considerations, metrics, and evaluation results for a specific model. AI Service Cards describe AWS AI service behavior, use cases, limitations, and responsible design considerations at the service level.

Key Points

  • Model Card: A SageMaker document that records a model's intended use, metrics, risks, limitations, and evaluation details.

Common Mistakes

  • Using Model Cards when the question asks about AWS service transparency, which points to AI Service Cards.

Exam Tips

  • Model Cards document a model; AI Service Cards document an AWS AI service.
Section 8 Architecture & Best Practices Preview
More in this section
  • Full summary in Pro version
  • 10 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 12 more related questions in Pro version

Summary

The Well-Architected Machine Learning Lens is chosen when the question asks how to evaluate an ML workload across architecture, operations, security, reliability, performance, and cost. It pushes ML systems beyond model accuracy into production concerns such as observability, repeatability, access control, resilience, and continuous improvement.

Key Points

  • Well-Architected ML Lens: AWS guidance for evaluating machine learning workloads against production architecture best practices.

Common Mistakes

  • Using Savings Plans to solve poor endpoint sizing when right-sizing or Inference Recommender is the better first step.

Exam Tips

  • Well-Architected ML Lens means architecture review, not a single SageMaker job.
Section 9 Production & Ownership Preview
More in this section
  • Full summary in Pro version
  • 10 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 7 more related questions in Pro version

Summary

Production ownership means choosing the AWS path that matches who builds, deploys, and operates the ML solution. SageMaker Studio is the integrated development environment for building, training, evaluating, and managing ML work. Canvas is selected when business users need no-code model building or prediction workflows without writing notebooks or training code.

Key Points

  • SageMaker Studio: The SageMaker environment for building, training, evaluating, deploying, and managing ML workflows with notebooks and tools.

Common Mistakes

  • Choosing Canvas for full-code ML engineering workflows that belong in SageMaker Studio.

Exam Tips

  • Studio is full-code ML development; Canvas is no-code ML.