AIF-C01 / Domain 3 / 28%

Applications of Foundation Models

Foundation model selection, business use cases, RAG, evaluation, and prompt engineering.

Official Task Statements

TaskWhat to prove
AIF-3.1Describe design considerations for applications that use foundation models.
AIF-3.2Choose effective prompt engineering techniques.
AIF-3.3Describe the training and fine-tuning process for foundation models.
AIF-3.4Describe methods to evaluate foundation model performance.

Concepts You Need to Understand

  • RAG, prompt engineering, fine-tuning, model evaluation, grounding, vector search, latency, cost, and human review.

AWS services involved

  • Bedrock Knowledge Bases
  • OpenSearch Service
  • SageMaker Clarify
  • Augmented AI

Important configurations

  • Source data permissions.
  • Evaluation metrics.
  • Human-review thresholds.

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.

Common Mistakes

  • Grounding a model in documents but forgetting source permissions.
  • Skipping evaluation because the model is managed.

Example Architecture

Cross-Account Access A principal assumes a role in another account and the resource policy plus CloudTrail evidence define and record access. Cross-Account Access Account A PrincipalSTS AssumeRoleAccount B RoleResource PolicyCloudTrail
A principal assumes a role in another account and the resource policy plus CloudTrail evidence define and record access.

Hands-On Activity

Sketch a RAG flow with document source, embeddings, retriever, model, guardrail, and audit log.

For an AWS-account lab, use one of the linked mini labs and keep cleanup steps visible before you start.

Task-by-Task Study Notes

AIF-3.1 - Describe design considerations for applications that use foundation models.

Read this task as a decision problem: identify the workload requirement, the control or service family involved, and the tradeoff AWS is testing. The validated local corpus connects this objective to 3 official AWS sources and identifies these study anchors:

  • Describe design considerations for applications that use foundation models.
  • Applications of Foundation Models
  • Bedrock Knowledge Bases
  • OpenSearch Service
  • SageMaker Clarify
  • Augmented AI

How to apply the material

  • Translate the wording into requirements: security, operations, cost, availability, latency, governance, or data behavior.
  • Choose the service or configuration that directly satisfies those requirements with the least unnecessary complexity.
  • Reject options that are technically possible but miss the domain goal or increase risk without a requirement.

Explain before memorizing

Know this distinction: explain why the selected approach fits the requirement, what it does not provide, and which customer-managed control remains. Then test the explanation against a changed constraint: a different failure boundary, traffic pattern, data sensitivity, latency target, or operating-cost limit.

Exam habit: when two answers seem technically possible, prefer the one that matches the stated outcome and shared-responsibility boundary. Do not assume that a managed service removes identity, data-protection, configuration, monitoring, recovery, or cost responsibilities.

Mastery check before Arcade practice

  • I can define the central terms and explain what problem the objective is solving.
  • I can select the best answer from a realistic scenario without relying on a product name alone.
  • I can explain why the closest distractor is wrong when one requirement changes.
  • I can identify the AWS-managed boundary and the customer-managed control that remains.
  • I can predict the main availability, security, scaling, operations, or cost consequence of the choice.

Use the Arcade after you can explain all five checks aloud or in writing. If an answer is correct only because it looks familiar, return to the source anchors and compare the service purpose, constraints, and tradeoffs again.

Practice AIF-3.1 style questions in this domain

Official AWS references for this objective

Sources are from the validated local corpus; retrieved 2026-08-14. Retrieval metadata and hashes are retained in the corpus manifest.

AIF-3.2 - Choose effective prompt engineering techniques.

Read this task as a decision problem: identify the workload requirement, the control or service family involved, and the tradeoff AWS is testing. The validated local corpus connects this objective to 3 official AWS sources and identifies these study anchors:

  • Choose effective prompt engineering techniques.
  • Applications of Foundation Models
  • Bedrock Knowledge Bases
  • OpenSearch Service
  • SageMaker Clarify
  • Augmented AI

How to apply the material

  • Translate the wording into requirements: security, operations, cost, availability, latency, governance, or data behavior.
  • Choose the service or configuration that directly satisfies those requirements with the least unnecessary complexity.
  • Reject options that are technically possible but miss the domain goal or increase risk without a requirement.

Explain before memorizing

Know this distinction: explain why the selected approach fits the requirement, what it does not provide, and which customer-managed control remains. Then test the explanation against a changed constraint: a different failure boundary, traffic pattern, data sensitivity, latency target, or operating-cost limit.

Exam habit: when two answers seem technically possible, prefer the one that matches the stated outcome and shared-responsibility boundary. Do not assume that a managed service removes identity, data-protection, configuration, monitoring, recovery, or cost responsibilities.

Mastery check before Arcade practice

  • I can define the central terms and explain what problem the objective is solving.
  • I can select the best answer from a realistic scenario without relying on a product name alone.
  • I can explain why the closest distractor is wrong when one requirement changes.
  • I can identify the AWS-managed boundary and the customer-managed control that remains.
  • I can predict the main availability, security, scaling, operations, or cost consequence of the choice.

Use the Arcade after you can explain all five checks aloud or in writing. If an answer is correct only because it looks familiar, return to the source anchors and compare the service purpose, constraints, and tradeoffs again.

Practice AIF-3.2 style questions in this domain

Official AWS references for this objective

Sources are from the validated local corpus; retrieved 2026-08-14. Retrieval metadata and hashes are retained in the corpus manifest.

AIF-3.3 - Describe the training and fine-tuning process for foundation models.

Read this task as a decision problem: identify the workload requirement, the control or service family involved, and the tradeoff AWS is testing. The validated local corpus connects this objective to 3 official AWS sources and identifies these study anchors:

  • Describe the training and fine-tuning process for foundation models.
  • Applications of Foundation Models
  • Bedrock Knowledge Bases
  • OpenSearch Service
  • SageMaker Clarify
  • Augmented AI

How to apply the material

  • Translate the wording into requirements: security, operations, cost, availability, latency, governance, or data behavior.
  • Choose the service or configuration that directly satisfies those requirements with the least unnecessary complexity.
  • Reject options that are technically possible but miss the domain goal or increase risk without a requirement.

Explain before memorizing

Know this distinction: explain why the selected approach fits the requirement, what it does not provide, and which customer-managed control remains. Then test the explanation against a changed constraint: a different failure boundary, traffic pattern, data sensitivity, latency target, or operating-cost limit.

Exam habit: when two answers seem technically possible, prefer the one that matches the stated outcome and shared-responsibility boundary. Do not assume that a managed service removes identity, data-protection, configuration, monitoring, recovery, or cost responsibilities.

Mastery check before Arcade practice

  • I can define the central terms and explain what problem the objective is solving.
  • I can select the best answer from a realistic scenario without relying on a product name alone.
  • I can explain why the closest distractor is wrong when one requirement changes.
  • I can identify the AWS-managed boundary and the customer-managed control that remains.
  • I can predict the main availability, security, scaling, operations, or cost consequence of the choice.

Use the Arcade after you can explain all five checks aloud or in writing. If an answer is correct only because it looks familiar, return to the source anchors and compare the service purpose, constraints, and tradeoffs again.

Practice AIF-3.3 style questions in this domain

Official AWS references for this objective

Sources are from the validated local corpus; retrieved 2026-08-14. Retrieval metadata and hashes are retained in the corpus manifest.

AIF-3.4 - Describe methods to evaluate foundation model performance.

Read this task as a decision problem: identify the workload requirement, the control or service family involved, and the tradeoff AWS is testing. The validated local corpus connects this objective to 3 official AWS sources and identifies these study anchors:

  • Describe methods to evaluate foundation model performance.
  • Applications of Foundation Models
  • Bedrock Knowledge Bases
  • OpenSearch Service
  • SageMaker Clarify
  • Augmented AI

How to apply the material

  • Translate the wording into requirements: security, operations, cost, availability, latency, governance, or data behavior.
  • Choose the service or configuration that directly satisfies those requirements with the least unnecessary complexity.
  • Reject options that are technically possible but miss the domain goal or increase risk without a requirement.

Explain before memorizing

Know this distinction: explain why the selected approach fits the requirement, what it does not provide, and which customer-managed control remains. Then test the explanation against a changed constraint: a different failure boundary, traffic pattern, data sensitivity, latency target, or operating-cost limit.

Exam habit: when two answers seem technically possible, prefer the one that matches the stated outcome and shared-responsibility boundary. Do not assume that a managed service removes identity, data-protection, configuration, monitoring, recovery, or cost responsibilities.

Mastery check before Arcade practice

  • I can define the central terms and explain what problem the objective is solving.
  • I can select the best answer from a realistic scenario without relying on a product name alone.
  • I can explain why the closest distractor is wrong when one requirement changes.
  • I can identify the AWS-managed boundary and the customer-managed control that remains.
  • I can predict the main availability, security, scaling, operations, or cost consequence of the choice.

Use the Arcade after you can explain all five checks aloud or in writing. If an answer is correct only because it looks familiar, return to the source anchors and compare the service purpose, constraints, and tradeoffs again.

Practice AIF-3.4 style questions in this domain

Official AWS references for this objective

Sources are from the validated local corpus; retrieved 2026-08-14. Retrieval metadata and hashes are retained in the corpus manifest.

Review Checklist

Sources and Review Metadata