← Back to Certifications

Updated May 21, 2026

AWS Certified AI Practitioner

AIF-C01 v1.1 — Study Notes

Plain-language guide to passing the AWS AI Practitioner exam, organized by exam domain. Every section is written like you've never touched AWS before — then bridges into the precise vocabulary the exam tests.

65 questions (50 scored + 15 unscored)90 minutesPass: 700/1000 scaledCost: $100 USDValidity: 3 years

The Five Domains

The exam is weighted by domain. Domain 3 (28%) is by far the most important — you cannot pass while bombing it.

Cross-Domain Gotchas

Trap categories that wreck candidates regardless of which domain a question is in.

Service-confusion pairs that always trick people

  • Bedrock vs SageMaker AI — Bedrock = consume FMs via API. SageMaker AI = build, train, deploy your own models end-to-end.
  • Amazon Q Business vs Amazon Q Developer — Q Business = enterprise chatbot grounded in your company data. Q Developer = code assistant in your IDE/CLI.
  • Kendra vs Bedrock Knowledge Bases — Kendra = enterprise search returning ranked docs. Knowledge Bases = managed RAG returning generated answers.
  • Rekognition vs Textract — Rekognition = images/video (faces, objects, moderation). Textract = printed/handwritten text in images/PDFs.
  • Comprehend vs Transcribe vs Translate — Comprehend = analyze text. Transcribe = audio→text. Translate = text→other language.
  • SageMaker Clarify vs Model Monitor vs Model Cards — Clarify = bias and explainability. Model Monitor = data/concept drift in production. Model Cards = documentation/lineage for governance.

Wording traps in scenario questions

  • "Most cost-effective" with low query volume → on-demand token pricing, NOT provisioned throughput.
  • "Steady, predictable, high-volume traffic" → provisioned throughput.
  • "Without retraining the model" → RAG, prompt engineering, or in-context learning. Never fine-tuning.
  • "Reduce hallucinations on internal company data" → RAG (Knowledge Bases). Not fine-tuning.
  • "Make a smaller, faster model from a larger one" → model distillation.
  • "Adapt model to specialized vocabulary, no labeled data" → continued pre-training.
  • "Detect bias before deployment" → SageMaker Clarify.
  • "Detect drift after deployment" → SageMaker Model Monitor.
  • "Block specific topics or PII in model responses" → Bedrock Guardrails.

Exam mechanics that punish unprepared candidates

  • Multi-response questions (pick 2 or pick 3) have no partial credit.
  • Ordering questions exist (FM lifecycle, ML pipeline) — you must drag steps into the correct order.
  • Matching questions exist — pair services to use cases.
  • Time budget: 90 min ÷ 65 questions ≈ 83 seconds each. Flag and skip anything that takes more than 2 minutes.

Diagrams

Visual references for key concepts.

AI / ML / DL / GenAI Hierarchy

AI ML Deep Learning GenAI hierarchy diagram

Supervised / Unsupervised / Reinforcement

Supervised unsupervised reinforcement learning comparison

External Resources

How to Use This Study Hub

  1. Click a domain card above to open its full study notes.
  2. Each page has collapsible sections — open them as you study, leave them closed for review.
  3. Quiz cards have a "Show answer" button — try the question first, then reveal.
  4. Flashcards flip when you click them — use for vocab drilling.