CertGrid
AWS Study Guide

AWS Certified AI Practitioner (AIF-C01) Study Guide

The AWS Certified AI Practitioner (AIF-C01) validates foundational understanding of artificial intelligence, machine learning, and generative AI on AWS, along with responsible AI, security, and governance. It is aimed at people who use AI/ML solutions and understand the underlying concepts rather than those who build and train models. Expect conceptual questions on choosing the right approach or AWS service, not hands-on coding or math.

Reviewed Jul 2026.

Domain 1: Fundamentals of AI and ML

Key concepts you must know · 176 practice questions

Domain 2: Fundamentals of generative AI

Key concepts you must know · 211 practice questions

Domain 3: Applications of foundation models

Key concepts you must know · 246 practice questions

Domain 4: Guidelines for responsible AI

Key concepts you must know · 123 practice questions

Domain 5: Security, compliance, and governance for AI solutions

Key concepts you must know · 124 practice questions

AWS Certified AI Practitioner (AIF-C01) exam tips

Study guide FAQ

Do I need coding or machine learning experience to pass the AI Practitioner exam?

No. AIF-C01 is a foundational exam for people who use rather than build AI/ML. It tests conceptual understanding of AI, ML, and generative AI plus the right AWS services and responsible-AI practices, without requiring you to write code or do the underlying math.

When should I use RAG instead of fine-tuning?

Use RAG when responses must reflect frequently changing or proprietary information, because it retrieves current source content at query time without altering the model's weights. Use fine-tuning to bake a consistent format, style, or domain behavior into the model, accepting that its knowledge can become stale and that it takes more effort.

What is the difference between SageMaker Clarify and Amazon Bedrock Guardrails?

Clarify detects dataset and model bias and explains predictions through feature attribution, primarily during development. Bedrock Guardrails enforce runtime safety policies on generative AI applications, such as blocking harmful content and applying contextual grounding checks, and one guardrail configuration can be reused across multiple models and applications.

How does the shared responsibility model apply to a managed service like Amazon Bedrock?

AWS secures the underlying infrastructure that runs the service, while you remain responsible for how you use it: managing access control with IAM, protecting your data with encryption, keeping traffic private with VPC endpoints, and configuring guardrails and governance for your application.