Browse Certification Practice Tests by Exam Family

AWS AIP-C01 Cheat Sheet: GenAI Developer Pro

Review a compact AWS Certified Generative AI Developer - Professional (AIP-C01) cheat sheet for Bedrock, RAG, agents, safety, governance, optimization, evaluation, and production troubleshooting before using IT Mastery practice.

Use this cheat sheet to keep professional-level GenAI decisions organized before you take the free AIP-C01 diagnostic. The exam rewards production judgment: grounding, data boundaries, safety, integration, evaluation, and operational trade-offs.

Open the AIP-C01 exam page for the free diagnostic, focused topic pages, and IT Mastery practice path.

Snapshot

ItemReview cue
Exam routeAWS Certified Generative AI Developer - Professional
Exam codeAIP-C01
Items75 total, including scored and unscored items
Time180 minutes
Practice optionLive IT Mastery practice available
Best usePractice production GenAI architecture, implementation, security, operations, and troubleshooting decisions

Domain checklist

DomainWeightWhat to knowCommon trap
Foundation model integration, data, and compliance31%Bedrock model access, RAG, knowledge bases, data handling, compliance boundariessending sensitive data through a path with weak controls
Implementation and integration26%agents, tool use, APIs, orchestration, streaming, application integrationchoosing a complex agent when a simpler prompt or retrieval flow fits
AI safety, security, and governance20%guardrails, IAM, encryption, logging, human review, output controlstreating model output risk as only a prompt problem
Operational efficiency and optimization12%latency, token cost, throughput, caching, model choice, batchingoptimizing cost by weakening quality or safety
Testing, validation, and troubleshooting11%evaluation sets, retrieval diagnostics, prompt defects, permissions, monitoringblaming the model when retrieval or permissions failed

Must-know distinctions

DistinctionExam reflex
Prompt issue vs retrieval issueBad instructions point to prompt design. Missing or wrong source context points to retrieval.
RAG vs fine-tuningUse RAG for current or private facts. Use fine-tuning only when model behavior itself must adapt.
Guardrail vs IAMGuardrails shape outputs. IAM controls access to AWS resources.
Agent vs workflowAgents decide tool use. Workflows are more deterministic and easier to govern.
Evaluation vs monitoringEvaluation tests expected behavior. Monitoring watches production behavior and drift.
Token cost vs latencySmaller prompts and models can help both, but quality and safety still control the final decision.

High-yield checklist

  • Identify whether the failure is data, prompt, model, tool, policy, permission, or integration related.
  • Use RAG when the answer must be grounded in controlled enterprise content.
  • Protect prompts, retrieved context, vector stores, logs, and outputs.
  • Use least-privilege IAM for application components, agents, tools, and data sources.
  • Apply guardrails and human review when output harm, policy violation, or sensitive data exposure is realistic.
  • Evaluate with representative prompts, negative cases, and expected refusal behavior.
  • Monitor latency, cost, token use, output quality, safety signals, and downstream failure rates.
  • Prefer the simplest architecture that satisfies grounding, safety, and operational requirements.

Practice strategy

When you miss an AIP-C01 question, write the failed layer: grounding, implementation, safety, efficiency, or troubleshooting. Then drill that domain before another full mixed run. Professional-level GenAI readiness is the ability to explain the trade-off, not just identify a Bedrock feature name.

Revised on Monday, May 25, 2026