The AWS Certified AI Practitioner (AIF-C01) validates foundational understanding of AI, machine learning, generative AI, and responsible AI on AWS. This is not a model-building exam. AWS is testing whether you can understand the major concepts, identify realistic business use cases, recognize the right AWS services, and reason about safety, governance, and tradeoffs.
The most important thing to understand before studying is scope. The official exam guide says the target candidate is familiar with AI and AWS services, but does not need to code models, build end-to-end pipelines, or perform deep statistical analysis. That means your preparation should focus on concepts, service positioning, and decision-making, not implementation detail.
Exam At a Glance
| Attribute | Value |
|---|---|
| Certification | AWS Certified AI Practitioner |
| Exam code | AIF-C01 |
| Level | Foundational |
| Duration | 90 minutes |
| Question count | 65 total questions |
| Question types | Multiple choice, multiple response, ordering, and matching |
| Scored questions | 50 |
| Unscored questions | 15 |
| Cost | $100 USD |
| Recommended background | Up to 6 months of exposure to AI or ML technologies on AWS |
| Target candidate | Someone who uses or evaluates AI solutions on AWS, even if they do not build them directly |
- Official certification page: AWS Certified AI Practitioner
- Official exam guide: AWS Certified AI Practitioner exam guide
- Official exam prep plan: AWS Skill Builder 4-step exam prep plan
- Official in-scope services reference: AIF-C01 in-scope AWS services
Official Exam Domains
- Fundamentals of AI and ML (20%)
- Fundamentals of GenAI (24%)
- Applications of Foundation Models (28%)
- Guidelines for Responsible AI (14%)
- Security, Compliance, and Governance for AI Solutions (14%)
The exam is balanced, but the center of gravity is clear: AWS wants you to understand how foundation models and generative AI applications work in practice, then balance that knowledge with responsible AI and governance.
1. Fundamentals of AI and ML
This domain covers the basic vocabulary and decision logic behind AI systems. You should know the difference between AI, ML, deep learning, generative AI, and agentic AI, and you should be able to connect each concept to real business use cases.
- Core terminology - Study the definitions of AI, ML, deep learning, neural networks, inference, training, bias, fairness, large language models, and generative AI. Official docs: AIF-C01 Domain 1 objectives, Overview of machine learning with Amazon SageMaker AI.
- Learning methods and data types - Know supervised, unsupervised, and reinforcement learning, plus the difference between labeled and unlabeled data, structured and unstructured data, and common inference patterns. Official docs: Domain 1 exam guide details, SageMaker ML concepts.
- Business use-case matching - Be able to recognize when AI creates value and when a deterministic, non-AI approach is more appropriate. Official docs: Task Statement 1.2.
- AWS managed AI and ML services - You should know the purpose of foundational services like Amazon SageMaker AI, Amazon Comprehend, and Amazon Rekognition. Official docs: What is Amazon SageMaker AI?, What is Amazon Comprehend?, What is Amazon Rekognition?.
- AI and ML lifecycle basics - Understand data preparation, model selection, training, evaluation, deployment, monitoring, and iterative improvement at a conceptual level. Official docs: Task Statement 1.3, ML lifecycle concepts.
Exam tip: This domain often tests whether you can distinguish a broad AI buzzword from the narrower concept AWS actually cares about. Be precise about the difference between traditional ML, foundation models, and generative AI.
2. Fundamentals of GenAI
This domain is where the exam moves from general AI literacy into modern foundation model concepts. You should understand what a foundation model is, what tokens and embeddings are, what prompt engineering tries to accomplish, and why generative AI is powerful but imperfect.
- Generative AI core concepts - Study tokens, embeddings, vectors, chunking, multimodal models, prompt engineering, and the FM lifecycle. Official docs: AIF-C01 Domain 2 objectives, What is Amazon Bedrock?.
- Capabilities and limitations - You need to understand strengths like summarization, content generation, and conversational interfaces, but also weaknesses such as hallucinations, nondeterminism, and explainability limits. Official docs: Task Statement 2.2, Choosing an AWS generative AI service.
- Model selection tradeoffs - Learn the dimensions AWS expects you to consider: capability, modality, latency, cost, compliance, and customization needs. Official docs: AWS generative AI service selection guide, Supported foundation models in Amazon Bedrock.
- AWS GenAI building blocks - Know the positioning of Amazon Bedrock and Amazon SageMaker AI, and understand that AWS provides multiple layers in the GenAI stack depending on how much control and customization you need. Official docs: Amazon Bedrock overview, Generative AI service comparison, SageMaker AI overview.
- Prompt engineering basics - Be able to describe what makes prompts more effective and what risks prompt-based systems introduce. Official docs: Prompt engineering concepts.
Exam tip: Do not study GenAI as a pure terminology list. AWS tends to wrap these concepts inside business scenarios about cost, quality, customization, and time to market.
3. Applications of Foundation Models
This is the heaviest domain on the exam. It focuses on how foundation models are actually used inside applications, how prompts and context affect outputs, and how to evaluate whether an FM-based system meets the business goal.
- Design considerations for FM applications - Know how cost, latency, modality, input and output length, multilingual support, customization, and model size affect service selection. Official docs: AIF-C01 Domain 3 objectives, Choosing an AWS generative AI service.
- RAG, embeddings, and vector-aware architectures - The exam guide explicitly calls out Retrieval Augmented Generation, embeddings, vector databases, and grounding. You should understand what each one is for, not how to implement it line by line. Official docs: Task Statement 3.1, Amazon Bedrock model evaluation.
- Prompt engineering techniques - Study zero-shot, single-shot, few-shot, templates, and the role of specificity and constraints. Also know that prompt injection, poisoning, and jailbreaking are real risks. Official docs: Task Statement 3.2, Prompt engineering guidelines.
- Customization choices - Understand the difference between in-context learning, RAG, fine-tuning, and broader model customization tradeoffs. Official docs: Task Statement 3.3, AWS GenAI services overview.
- Evaluation and business alignment - Learn how AWS frames FM evaluation in terms of benchmark metrics, human review, and business outcomes like productivity, user satisfaction, and cost per interaction. Official docs: Task Statement 3.4, Bedrock model evaluation.
Exam tip: Many candidates over-index on prompt engineering and under-study evaluation. AWS clearly expects you to know how to judge whether an AI system is actually useful for the business, not just how to talk to the model.
4. Guidelines for Responsible AI
This domain is about trustworthiness. You should understand how responsible AI shows up in design choices, data quality, explainability, bias mitigation, and human oversight.
- Responsible AI dimensions - AWS frames responsible AI around fairness, explainability, privacy and security, safety, controllability, veracity and robustness, governance, and transparency. Official docs: Responsible AI: From principles to practice.
- Practical safeguards - Learn how AWS services can help teams filter harmful content, protect sensitive information, and reduce hallucination risk. Official docs: Amazon Bedrock Guardrails.
- Bias, variance, and dataset quality - The exam guide expects you to understand how skewed or low-quality data affects outcomes and risk. Official docs: AIF-C01 Domain 4 objectives, AWS responsible AI guidance.
- Transparency and explainability - Be able to explain why some models are more transparent than others and why explainability matters for trust and governance. Official docs: Task Statement 4.2, AWS Well-Architected Responsible AI Lens.
- Human-centered oversight - AWS expects you to understand that responsible AI is not only model behavior. It is also about governance cadence, review mechanisms, and user trust. Official docs: AWS responsible AI overview.
Exam tip: Treat responsible AI as a practical operating requirement, not an ethics appendix. In AWS questions, safeguards and transparency are often part of the correct architecture choice.
5. Security, Compliance, and Governance for AI Solutions
This domain combines classic AWS security thinking with AI-specific risks such as prompt injection, data leakage, hallucination handling, and governance over model outputs.
- IAM and access control - Know how AWS uses identities, roles, policies, and permissions to protect AI systems and supporting data. Official docs: What is IAM?.
- Shared responsibility for AI workloads - The exam still expects you to reason in AWS terms: AWS secures the cloud, while customers govern identities, data, prompts, outputs, and application controls. Official docs: AWS Shared Responsibility Model.
- Logging, auditability, and governance visibility - Be comfortable with high-level monitoring and audit services used in compliance-oriented environments. Official docs: AWS CloudTrail User Guide, AWS Compliance Programs.
- AI-specific security controls - Study output filtering, PII protection, hallucination grounding, and prompt-level controls. Official docs: Amazon Bedrock Guardrails, AIF-C01 Domain 5 objectives.
- Governance and compliance processes - Understand data lifecycle controls, logging, retention, review cadence, and policy-driven governance. Official docs: Task Statement 5.2, Responsible AI Lens.
Exam tip: If the question is about protecting an AI solution, the strongest answers usually combine classic AWS security fundamentals with AI-specific controls like guardrails, grounding, logging, and governed data access.
Recommended 4-Week Study Plan
| Week | Focus | Primary resources |
|---|---|---|
| 1 | AI and ML basics, business use cases, AWS managed AI services | Exam guide, Domain 1 page, SageMaker AI overview, ML concepts, Comprehend, Rekognition |
| 2 | GenAI fundamentals and AWS GenAI service positioning | Domain 2 page, Amazon Bedrock overview, generative AI service selection guide, supported models, prompt engineering guidelines |
| 3 | Foundation model applications, RAG, evaluation, and prompt strategies | Domain 3 page, Bedrock model evaluation, prompt engineering guidelines, service comparison guide |
| 4 | Responsible AI, security, governance, and final review | Domains 4 and 5, AWS responsible AI page, Bedrock Guardrails, IAM, CloudTrail, practice questions |
Last-Mile Exam Strategy
- Know when the better answer is traditional ML, when it is a foundation model, and when the best answer is not to use AI at all.
- Map the major AWS services to one-sentence roles: Bedrock for managed FM access and GenAI app building, SageMaker AI for broader ML workflows, Comprehend for NLP, Rekognition for computer vision.
- Do not skip responsible AI. It is only 14% directly, but safety and governance assumptions also influence answers in the higher-weighted domains.
- Memorize the difference between prompting, fine-tuning, RAG, and evaluation. Those concepts appear repeatedly across multiple task statements.
- Use the official domain pages as your boundary. The exam is broad, but AWS already tells you what it considers in scope.
If you want a practice layer after the official docs, use our AWS Certified AI Practitioner practice questions. If you need to strengthen your cloud basics first, review our AWS Cloud Practitioner study guide before you finalize your AI revision.
The cleanest way to pass AIF-C01 is to study AI concepts through an AWS decision-making lens. Understand what problem the business is trying to solve, which AWS service family fits, what the tradeoffs are, and how AWS expects you to make the solution safe and governable. That is the pattern the exam keeps rewarding.