Comprehensive, exam-focused study notes for the AWS Certified Machine Learning - Associate (MLA-C01) certification exam.
This repository contains concise, exam-focused study notes for the AWS Machine Learning Associate certification. All content is optimized for efficient studying with:
- β Brief, scannable notes - No lengthy explanations
- β Exam-focused content - Prioritizes exam-relevant information
- β Visual organization - Tables, comparisons, and quick references
- β Comprehensive coverage - All exam domains covered
- β Hands-on guidance - Lab recommendations and practice scenarios
New to this repository? Start here:
- π Read the Study Guide for exam overview and 10-week study plan
- β‘ Bookmark the Cheat Sheet for quick reference
- π Work through topics in the Structure section below
- β Track your progress using the Study Progress checklist
- Amazon SageMaker - Custom ML model building
- Hyperparameters - Algorithm hyperparameters in detail
- Training & Fine-Tuning - Transfer learning, fine-tuning
- JumpStart - Pre-built models and solutions
- SageMaker Clarify - Bias & Explainability
- AWS ML Algorithms - All 17 SageMaker built-in algorithms
- AWS AI Services - Comprehend, Rekognition, Lex, Textract, Kendra, Personalize
- AWS Generative AI - Bedrock, Amazon Q (foundation models & LLMs)
- Data Services - S3, Glue, Athena, EMR, Kinesis, Lake Formation, Ground Truth
- MLOps & Deployment - Deployment strategies, inference optimization
- Experiments & Tracking - SageMaker Experiments, TensorBoard
- CI/CD - Model Registry, Pipelines, Kubernetes
- Monitoring - Model Monitor, observability, cost optimization
- Security - IAM, core principles, security services, best practices
- Encryption - KMS, Secrets Manager, encryption at rest & in transit
- Network Security - VPC, security groups, endpoints, SageMaker VPC config
- π Study Guide - START HERE! Exam strategy & roadmap
- β‘ Cheat Sheet - Quick reference tables
- π Template - Template for creating new notes
- Machine Learning Fundamentals
- Model Training & Evaluation
- Feature Engineering
- Amazon SageMaker (Custom ML)
- Hyperparameters (Algorithm configuration)
- Training & Fine-Tuning (Transfer learning)
- JumpStart (Pre-built models)
- SageMaker Clarify (Bias Detection)
- AWS ML Algorithms (17 built-in algorithms)
- NLP Services (Comprehend, Translate, Transcribe, Polly)
- Vision Services (Rekognition, Textract)
- Conversational AI (Lex)
- Search & Recommendations (Kendra, Personalize)
- Specialized (A2I, Lookout, Fraud Detector)
- Generative AI (Bedrock, Amazon Q)
- Data Services (S3, Glue, Athena, EMR, Kinesis, Lake Formation, Ground Truth)
- MLOps & Deployment (Deployment strategies, inference optimization)
- Experiments & Tracking (SageMaker Experiments, TensorBoard)
- CI/CD (Model Registry, Pipelines, Kubernetes)
- Monitoring (Model Monitor, observability, cost)
- Security (IAM, Core Principles, Security Services)
- Encryption (KMS, Secrets Manager, at rest & in transit)
- Network Security (VPC, Security Groups, VPC Endpoints)
Code blocks in these notes are for:
- Conceptual understanding - Illustrate how services work
- Parameter reference - Show configuration options you'll see in exam scenarios
- NOT for memorization - You won't write code on the exam
Focus on: Service names, parameter names, workflow concepts - not syntax.
#core- Core exam topic#exam-tip- Exam-specific insight#hands-on- Practice/lab required#gotcha- Common pitfall#important- High priority
- Total Notes: 21 comprehensive markdown files
- Total Lines: 9,170 lines of exam-focused content
- Coverage: All 4 AWS MLA exam domains (100%)
- Algorithms Covered: 17 SageMaker built-in algorithms
- Supervised: Linear Learner, XGBoost, KNN, Factorization Machines
- Computer Vision: Image Classification, Object Detection, Semantic Segmentation
- NLP: BlazingText, Seq2Seq, Object2Vec
- Time Series: DeepAR
- Unsupervised: K-Means, PCA, LDA, NTM
- Anomaly Detection: Random Cut Forest, IP Insights
- Services Covered: 25+ AWS ML/AI services
- Traditional AI Services (Comprehend, Rekognition, Lex, Textract, Kendra, Personalize, etc.)
- Generative AI (Bedrock: Claude, Titan, Stable Diffusion; Amazon Q family; Agents with aliases)
- SageMaker ecosystem (Training, Clarify, Ground Truth, Pipelines, Experiments, TensorBoard, JumpStart, Role Manager, Lineage Tracking)
- Data services (S3, Glue, Athena, EMR, Kinesis, Redshift, Lake Formation)
- Data Lakes (Lake Formation: column/row security, LF-Tags, permissions)
- Instance Types (M5, C5, P3, P4d, G4dn, G5, Inf1, Trn1) - Training & inference selection
- Exam Tips: 333
#exam-tiptags throughout - Study Time: 10-week suggested plan in study guide
Contributions are welcome! To maintain consistency:
- Follow the format in TEMPLATE.md
- Keep notes brief and exam-focused
- Use appropriate tags (
#core,#exam-tip,#hands-on,#gotcha,#important) - Update cross-references when adding new content
For Students:
- Browse topics by category in the Structure section
- Use search (Ctrl/Cmd + F) to find specific keywords
- Check off items in Study Progress as you learn
- Review Cheat Sheet before exam day
For AI-Assisted Study:
- Provide keywords or topics, and AI will organize/update notes accordingly
- Example: "Add notes about AWS Forecast" or "Explain concept drift"
- AI follows guidelines in
CLAUDE.mdfor consistency
aws-mla-certification-notes/
βββ CLAUDE.md # Repository guidance for AI
β
βββ core-ml/ # Core ML Concepts
β βββ ml-fundamentals.md
β βββ model-training-evaluation.md
β βββ feature-engineering.md
β
βββ sagemaker/ # Amazon SageMaker
β βββ sagemaker.md # SageMaker hub
β βββ sagemaker-hyperparameters.md
β βββ sagemaker-training.md
β βββ sagemaker-jumpstart.md
β βββ sagemaker-clarify.md
β
βββ aws-services/ # AWS ML/AI Services
β βββ aws-ml-algorithms.md
β βββ aws-ai-services.md
β βββ aws-generative-ai.md
β βββ data-services.md
β
βββ mlops/ # MLOps & Deployment
β βββ mlops-deployment.md # Deployment hub
β βββ mlops-experiments.md
β βββ mlops-cicd.md
β βββ mlops-monitoring.md
β
βββ security/ # Security
β βββ security.md # Security hub
β βββ security-encryption.md
β βββ security-network.md
β
βββ guides/ # Quick References
β βββ study-guide.md # START HERE!
β βββ cheat-sheet.md # Quick reference
β βββ TEMPLATE.md # Template
β
βββ README.md # This file
- AWS ML Associate Exam Guide
- AWS SageMaker Documentation
- AWS Machine Learning Blog
- AWS Skill Builder - Official practice exams
MIT License - Feel free to use these notes for your own exam preparation!
Good luck with your certification journey! π
If you find these notes helpful, please β star this repository.