Study AIF-C01 Applications of Foundation Models: key concepts, common traps, and exam decision cues.
This is the biggest AIF-C01 chapter because AWS wants you to reason about how foundation models are actually used in applications. The exam is not asking you to build the infrastructure from scratch, but it does expect you to choose between RAG, prompting, fine-tuning, and other FM patterns intelligently.
AWS currently weights Applications of Foundation Models at 28% of scored content.
This is the highest-value decision domain in AIF-C01. AWS wants you to know how a foundation-model solution is shaped before it is deployed:
| Lesson | Focus |
|---|---|
| 3.1 FM Selection, Inference Parameters, RAG & Agents | Learn how cost, modality, latency, context, RAG, and agents affect solution choice. |
| 3.2 Prompt Engineering Techniques & Risks | Learn prompt structure, prompting patterns, and common prompt-safety failures. |
| 3.3 Fine-Tuning, Data Prep & Customization Paths | Learn the main FM customization options and the data-preparation choices behind them. |
| 3.4 FM Evaluation, Metrics & Business Fit | Learn how AWS expects you to think about FM quality, metrics, and business outcomes. |
| If the question is really about… | Go first to… |
|---|---|
| model choice, inference settings, RAG, or whether an agent is justified | 3.1 FM Selection, Inference Parameters, RAG & Agents |
| prompts, prompt structure, prompt leakage, or output steering | 3.2 Prompt Engineering Techniques & Risks |
| customization path, fine-tuning, data prep, or whether retrieval is enough | 3.3 Fine-Tuning, Data Prep & Customization Paths |
| evaluating output quality, choosing metrics, or tying model behavior to business value | 3.4 FM Evaluation, Metrics & Business Fit |
| Symptom | What is usually going wrong | Fix first |
|---|---|---|
| prompt, RAG, and fine-tuning all sound interchangeable | you are not separating temporary context improvement from persistent model customization | rework 3.1 and 3.3 together |
| agent questions feel fuzzy | you are adding autonomy where the problem only needs retrieval or workflow logic | start with 3.1 and ask whether tool use is truly required |
| evaluation questions feel subjective | you are not tying quality to the stated business objective | rework 3.4 and anchor every metric to the use case |
| you keep picking the most advanced option | you are rewarding novelty instead of fit, cost, and control | prefer the simplest pattern that solves the stated business problem |
Make sure you can explain:
Then move to 4. Guidelines for Responsible AI, because AIF-C01 treats safety and trust as part of the solution design, not a postscript.