You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This vault is an AWS Machine Learning and AI knowledge base. It covers AWS AI services, data foundations, classic ML, SageMaker AI, Amazon Bedrock, generative AI, agentic AI, MLOps, security, governance, and certification review.
MLA-C01 is preserved as a certification track, not the only purpose of the repo. Notes that still map to the AWS Certified Machine Learning Engineer - Associate exam keep the MLA-C01 certification metadata and mla-c01 tag so they remain useful for exam review.
Primary Knowledge Paths
Path
Start Here
Purpose
AWS AI services
01-ai-services/
Applied AI services for language, search, personalization, moderation, forecasting, contact center, and domain-specific workflows
Data transformation, Glue, Spark, quality, feature engineering, and integrity topics
04-model-training-tuning-and-evaluation/
Training, tuning, metrics, model selection, and evaluation concepts
05-sagemaker-ai/
Amazon SageMaker AI capabilities for build, train, tune, deploy, and govern workflows
06-sagemaker-built-in-algorithms/
SageMaker AI built-in algorithms and algorithm selection notes
07-generative-ai-model-fundamentals/
Foundation model and transformer fundamentals
08-building-gen-ai-apps-with-bedrock/
Bedrock application scenarios that link to canonical Bedrock notes
09-machine-learning-operations/
MLOps, orchestration, CI/CD, deployment, cost, and observability
10-security-identity-and-compliance/
IAM, network isolation, encryption, governance, compliance, and data protection
11-machine-learning-best-practices/
Responsible AI, Well-Architected guidance, A2I, and human review
12-sql/
SQL support material for Athena, Redshift, Glue, and analytics tasks
13-bedrock/
Canonical Amazon Bedrock and Bedrock AgentCore feature notes
14-agentic-ai/
Current agentic AI, MCP, Claude, RAG, and agent framework notes
common/
Cross-cutting ML fundamentals
Certification Track: MLA-C01
The AWS Certified Machine Learning Engineer - Associate track remains useful for structured review. AWS describes the certification as validating technical ability to implement and operationalize ML workloads in production.
ML Solution Monitoring, Maintenance, and Security, 24%
Note Status Legend
Status
Meaning
reviewed
Verified against current AWS docs and linked to applicable AWS services, concepts, or certification tracks
draft
Useful and normalized, but not yet promoted to the fully reviewed set
stale
Needs source refresh before relying on it for current implementation or certification study
legacy
AWS service or feature is no longer available to new customers, has no new releases, or is in shutdown/sunset status
supplemental
Useful background, emerging topic, or advanced material outside a specific certification's core testable scope
out-of-scope
Out of scope for a specific certification track; keep it if it is still useful for the broader AWS ML/AI knowledge base
How To Add Or Update A Note
Start from NOTE_TEMPLATE.md.
Use current AWS service names, such as Amazon SageMaker AI and Amazon Bedrock AgentCore.
Add frontmatter with title, scope, status, domain, service, tags, aliases, last_verified, and source_type.
Add certifications only when the note maps to a certification track, such as MLA-C01.
Include these sections: Knowledge Relevance, When To Use, Core Concepts, AWS Services And Features, Implementation Patterns, Tradeoffs And Pitfalls, Decision Triggers, Related Notes, and Sources.
Cite official AWS docs first. Use AWS blogs, whitepapers, release notes, or third-party sources only when AWS docs are insufficient.
Mark lifecycle caveats clearly. Do not delete legacy notes unless the repo owner asks for that cleanup.
Validation Checks
Run the repo validator first:
python3 scripts/validate_notes.py
Use strict section checks when intentionally migrating inherited notes to the full NOTE_TEMPLATE.md layout: