foundational / AIF-C01
AWS Certified AI Practitioner Study Guide
Develop foundational AI, generative AI, responsible AI, and AWS AI service-selection judgment.
Certification Overview
- Exam code
- AIF-C01
- Target candidate
- Individuals who use or evaluate AI/ML technologies on AWS but do not necessarily build ML solutions.
- Study scope
- Four to six focused weeks if you already understand basic cloud concepts. Add time if AI/ML terminology is new.
- Completion status
- Published and source-reviewed 2026-08-07
What This Exam Is Really Testing
- Whether you understand the lifecycle of AI/ML work from data through evaluation and monitoring.
- Whether you can distinguish predictive ML, generative AI, foundation models, embeddings, and retrieval augmented generation.
- Whether you can choose AWS AI services at the right level of abstraction.
- Whether you recognize responsible AI, security, governance, and human-review concerns.
Who This Exam Is For
Individuals who use or evaluate AI/ML technologies on AWS but do not necessarily build ML solutions. Foundational AWS service familiarity is helpful. No implementation-heavy ML coding is required.
Exam Blueprint
| Domain | Weight | Study page |
|---|---|---|
| Fundamentals of AI and ML | 20% | Open Domain 1 |
| Fundamentals of GenAI | 24% | Open Domain 2 |
| Applications of Foundation Models | 28% | Open Domain 3 |
| Guidelines for Responsible AI | 14% | Open Domain 4 |
| Security, Compliance, and Governance for AI Solutions | 14% | Open Domain 5 |
How to Use These Notes
Keep the level foundational. You do not need to train a deep learning model from scratch, but you must know where data quality, bias, privacy, model evaluation, and governance affect AI outcomes.
Domains
Fundamentals of AI and ML
AI/ML terminology, model types, training, inference, and use-case recognition.
Practice this domain in AWS ArcadeFundamentals of GenAI
Generative AI concepts, foundation models, prompts, context, and limitations.
Practice this domain in AWS ArcadeApplications of Foundation Models
Foundation model selection, business use cases, RAG, evaluation, and prompt engineering.
Practice this domain in AWS ArcadeGuidelines for Responsible AI
Bias, fairness, transparency, explainability, and responsible use.
Practice this domain in AWS ArcadeSecurity, Compliance, and Governance for AI Solutions
Privacy, security, compliance, and governance controls for AI workloads.
Practice this domain in AWS ArcadeCritical AWS Services
Do not study these as vocabulary words. For each service, know the workload fit, what AWS manages, what you still configure, security boundaries, scaling behavior, and cost signal.
Service Comparisons
Many AWS questions are not asking whether a service can solve the problem. They ask which service solves it with the right operational, security, availability, and cost tradeoff.
Exam Decision Patterns
Least operational overhead
Prefer managed and serverless services when they satisfy the requirement. Exceptions appear when the scenario needs host control, unsupported runtimes, specialized network behavior, or exact migration compatibility.
Highly available
Identify the failure boundary. One instance is not HA. Multiple instances in one AZ help capacity but not AZ failure. Multi-AZ handles regional AZ faults. Multi-Region handles regional events but adds complexity and cost.
Durable
Durability is about preserving data. Use replication, versioning, backups, point-in-time recovery, and tested restore plans. A durable backup does not guarantee a low RTO.
Decouple the application
Use SQS for buffering work, SNS for fanout, EventBridge for event routing, and Step Functions for visible workflow state. Add retries, DLQs, and idempotent consumers.
Least privilege
Prefer roles and temporary credentials, scope actions/resources/conditions, watch explicit denies, and remember that resource policies may also be required.
Most cost-effective
Read usage pattern, duration, access frequency, scaling behavior, data transfer, and operations. Cheapest unit price is not always lowest total cost.
Lowest latency
Move content or compute closer to users, cache aggressively, choose the right database access pattern, and avoid unnecessary cross-Region or NAT paths.
Private connectivity
Use private subnets, VPC endpoints, PrivateLink, VPN, Direct Connect, Transit Gateway, and tight DNS/routing design instead of public exposure.
What AWS Wants You to Notice
Common Exam Traps
- Treating generative AI output as authoritative without validation.
- Ignoring the training data and evaluation process when a model is biased or unreliable.
- Choosing model fine-tuning when prompt engineering or retrieval would solve the problem with less overhead.
- Forgetting that customer data and prompts still need governance.
Hands-On Practice
These labs are optional. They do not provision anything from this website. Read the cost warning before creating AWS resources.
Mastery Checklist
Checklist state is saved locally in this browser and does not change Arcade readiness scoring.
Practice in AWS Arcade
Use the Arcade after studying a domain so explanations reinforce reasoning instead of becoming answer memorization.
Sources and Review Metadata
This independent training application is not affiliated with or endorsed by Amazon Web Services. AWS, Amazon Web Services, and AWS certification names are trademarks of Amazon.com, Inc. or its affiliates.