AIP-C01 — AWS Certified Generative AI Developer – Professional Study Plan

A practical AIP-C01 study plan for AWS Certified Generative AI Developer – Professional candidates, with 7-day, 14-day, 30-day, and 60/90-day schedules.

How to use this Study Plan

This Study Plan is for candidates preparing for the AWS Certified Generative AI Developer – Professional (AIP-C01) exam from AWS. It is designed for working professionals who need to turn limited study time into a realistic review schedule.

Use the current AWS exam guide as your objective checklist. This plan organizes your preparation around the practical skills a generative AI developer is likely to need: AWS service selection, model invocation, prompt design, retrieval-augmented generation, agents, security, evaluation, deployment, monitoring, troubleshooting, and cost-aware architecture.

The goal is not to read everything. The goal is to practice making correct decisions under timed, scenario-based conditions.

Which plan should you use?

Your situationRecommended pathDaily time targetMain goal
Exam is within a week and you have already studied7-day final review2-4 hoursFind weak areas, tighten timing, stop adding new material
You know AWS and generative AI basics but need structure14-day focused plan2-3 hoursCover high-value domains and complete 1-2 timed mocks
You want a balanced schedule while working full time30-day balanced plan60-120 minutes weekdays, longer weekendsBuild coverage, practice scenarios, and review mistakes
You are new to AWS generative AI development or want depth60/90-day full path5-10 hours per weekLearn concepts, build hands-on judgment, then move to timed exam practice

Use the shorter plan only if you already have background knowledge. If you are still confused by core terms such as embeddings, RAG, model evaluation, IAM permissions, prompt injection, vector search, or AWS service selection, use the 30-day or 60/90-day path.

AIP-C01 study lanes

Use these lanes to organize your review. Match them against the current AWS AIP-C01 exam guide and mark each objective as strong, review, or weak.

Study laneWhat to reviewPractice focus
Generative AI foundationsFoundation models, embeddings, tokens, inference parameters, context windows, latency, quality, cost tradeoffsChoose the right model or approach for a scenario
AWS generative AI servicesAmazon Bedrock, Amazon SageMaker AI, model access patterns, managed AI features, integration choicesIdentify when to use managed services, custom workflows, or orchestration
Prompt engineeringSystem prompts, user prompts, few-shot examples, structured outputs, prompt templates, tool useImprove answer quality, reduce ambiguity, control output format
RAG and knowledge workflowsChunking, embeddings, vector stores, metadata, retrieval quality, grounding, citations, data freshnessDiagnose poor retrieval, hallucinations, stale results, and irrelevant context
Agents and orchestrationTool calling, action groups, workflow steps, API integration, human review pointsSelect safe and maintainable agent patterns
Model customization and evaluationFine-tuning concepts, prompt tuning concepts, test sets, offline evaluation, human evaluation, regression checksDecide whether to tune, prompt, retrieve, or change models
Security and safetyIAM, least privilege, KMS, network controls, data privacy, Guardrails, prompt injection, PII handlingChoose secure patterns for enterprise generative AI applications
Deployment and operationsAPIs, Lambda, containers, Step Functions, CI/CD, logging, tracing, monitoring, throttling behavior, retriesTroubleshoot production issues and design reliable applications
Cost and governanceModel selection tradeoffs, caching, batching, observability, tagging, usage controls, lifecycle decisionsReduce waste without breaking quality, compliance, or latency requirements

Diagnostic-first setup

Before you begin any plan, spend one focused session building your baseline.

StepActionOutput
1Review the current AWS AIP-C01 exam guideObjective checklist
2Take a mixed diagnostic practice setBaseline score and timing notes
3Categorize every missError log by topic and cause
4Pick your weakest 3 lanesFirst-week priority list
5Schedule timed practiceMock dates on your calendar

Do not judge readiness from one practice score. Look for a pattern: fewer repeated mistakes, better scenario reasoning, and enough time left to review flagged questions.

Daily practice rhythm

Use this rhythm for most study days. Shorten the blocks if you have less time, but keep the same order.

BlockTimeWhat to do
Warm-up recall10 minutesReview yesterday’s missed-question notes without looking at answers first
Objective review30-45 minutesStudy one narrow topic from the AWS exam guide
Hands-on or architecture review45-75 minutesTrace a workflow, inspect permissions, compare services, or sketch an architecture
Timed practice25-45 minutesComplete a small set of scenario questions under time pressure
Missed-question review20-30 minutesLog why each miss happened and write the corrected decision rule
Final recap5-10 minutesUpdate your weak-area list and choose tomorrow’s first topic

For AIP-C01, do not spend all study time reading. You need to practice choosing between similar architecture options, security controls, data patterns, and troubleshooting paths.

Missed-question review method

A missed question is useful only if you convert it into a rule you can reuse.

Create an error log with these columns:

FieldExample entry
DateJune 18
TopicRAG retrieval quality
Question typeArchitecture scenario
Why I missed itChose model change instead of retrieval fix
Correct ruleIf the model is grounded on poor context, fix retrieval/chunking/metadata before changing models
AWS service or feature to reviewBedrock knowledge workflow, vector store, metadata filtering
Revisit dateTomorrow, then 3 days later

Classify each miss:

Miss typeWhat it meansFix
Knowledge gapYou did not know the feature or conceptReview the objective and make flashcards
Service confusionYou mixed up similar AWS services or patternsBuild a comparison table
Scenario trapYou missed a keyword such as compliance, latency, private access, or human reviewUnderline constraints before choosing
Architecture tradeoffMore than one option seemed reasonableWrite the decision rule and exception
Troubleshooting gapYou knew the service but not the failure patternStudy symptoms, logs, permissions, retries, and data flow
Timing errorYou rushed or overanalyzedUse timed sets and flag hard questions earlier

Revisit each miss at least twice: once within 24 hours and again several days later.

When to use timed mock exams

Timed mocks are most useful after you have enough coverage to learn from the results. Do not burn all mocks early.

PlanFirst diagnosticFirst full timed mockFinal full timed mockReview rule
7-dayDay 1Day 3 or 4Day 5 or 6 only if usefulSpend as much time reviewing as testing
14-dayDay 1Day 7 or 8Day 11 or 12Leave final 24 hours light
30-dayDay 1 or 2Around Day 21 or 22Around Day 27Use Days 28-29 for weak-area repair
60/90-dayFirst weekFinal 3-4 weeksFinal week, not the day beforeTrack score trend and repeated misses

After each mock, review in this order:

  1. Questions you missed.
  2. Questions you guessed correctly.
  3. Questions that took too long.
  4. Topics with repeated mistakes.
  5. Architecture decisions you could not explain clearly.

7-day final review plan

Use this plan if your exam is within a week and you have already studied most objectives. If you have not started yet, use the 14-day plan as a minimum and postpone if possible.

DayFocusActionsOutput
1Baseline and triageTake a timed mixed set. Review the AWS exam guide. Mark objectives as strong, review, or weak.Top 5 weak areas
2Model selection and promptingReview foundation model selection, inference parameters, prompt structure, few-shot examples, structured output, and prompt safety.Prompt and model decision rules
3RAG and data groundingReview embeddings, chunking, metadata, vector search, knowledge sources, grounding, citations, and freshness. Do a timed RAG-focused drill.RAG troubleshooting checklist
4Security, safety, and governanceReview IAM, least privilege, KMS, private access patterns, data handling, Guardrails, prompt injection, and PII concerns.Security control checklist
5Deployment and operationsReview API integration, Lambda or container patterns, Step Functions, logging, monitoring, retries, throttling behavior, cost controls, and failure symptoms. Take a timed mock or large timed set.Mock review notes
6Weak-area sprintRework all missed questions from Days 1-5. Drill your weakest 2-3 lanes. Stop adding new material by the end of the day.Final error log
7Light final reviewReview only notes, decision tables, and repeated misses. Do not take a heavy mock. Confirm exam logistics and rest.Calm, focused exam plan

Final 7-day priorities

Spend the most time on:

  • Scenario-based service selection.
  • RAG design and troubleshooting.
  • Security and data protection decisions.
  • Model evaluation and quality improvement.
  • Operational failure patterns.
  • Cost, latency, and reliability tradeoffs.

Avoid:

  • Deep memorization of undocumented limits.
  • Building large projects.
  • Reading broad documentation without practice.
  • Taking a full mock the night before the exam.

14-day focused plan

Use this plan if you know AWS basics and can study consistently for two weeks.

DayStudy focusPractice task
1Diagnostic and objective mappingTake a mixed diagnostic set and create your error log
2Generative AI foundationsDrill model types, embeddings, inference parameters, latency, quality, and cost tradeoffs
3AWS generative AI service selectionCompare Amazon Bedrock, Amazon SageMaker AI, managed workflows, and integration patterns
4Prompt engineeringPractice prompt templates, system instructions, structured output, few-shot examples, and prompt safety
5RAG designReview chunking, embeddings, metadata, vector search, grounding, citations, and stale data issues
6Agents and orchestrationReview tool use, API actions, workflow orchestration, human approval, and safe execution patterns
7Security and governanceDrill IAM, KMS, network access, data privacy, Guardrails, logging, and auditability
8Full timed mock 1Take the mock, then review every miss and guess
9Mock repair: RAG and promptingRework weak RAG, prompt, and model-selection questions
10Deployment and operationsReview API patterns, serverless integration, containers, retries, monitoring, tracing, and cost controls
11Evaluation and customizationStudy evaluation sets, quality metrics, human review, regression testing, and when customization is appropriate
12Full timed mock 2Take the mock if you have time to review it the same day or next morning
13Final weak-area sprintRevisit repeated misses, comparison tables, and security decision rules
14Light review and exam readinessReview notes only. Stop heavy practice. Confirm logistics and rest

If Day 14 is your exam day, move the second mock to Day 11 and use Day 13 for light review.

30-day balanced plan

Use this plan if you want a realistic workday schedule with enough time for review, practice, and mock exams.

Days 1-7: Baseline and core concepts

DayFocusActions
1SetupDownload the current AWS exam guide, build your checklist, schedule study blocks
2DiagnosticTake a mixed diagnostic set and create your error log
3Foundation modelsReview model types, model selection, inference parameters, output quality, latency, and cost
4Embeddings and tokensReview embeddings, similarity search concepts, context management, and prompt length tradeoffs
5Amazon Bedrock basicsReview model invocation patterns, managed features, and application integration concepts
6Prompt engineeringPractice system prompts, templates, examples, structured outputs, and constraint handling
7Weekly reviewRework missed questions and complete a timed mini-set

Days 8-14: Application patterns, RAG, and agents

DayFocusActions
8RAG architectureMap the flow from source data to chunks, embeddings, retrieval, prompt assembly, and response
9Retrieval qualityStudy metadata, filtering, ranking, stale content, hallucination symptoms, and grounding
10Vector stores and data sourcesReview AWS storage and search choices used in generative AI architectures
11Agents and toolsReview tool calling, action patterns, permissions, input validation, and human review points
12OrchestrationCompare synchronous APIs, asynchronous jobs, Step Functions-style workflows, and event-driven patterns
13EvaluationStudy test sets, prompt evaluation, human feedback, regression checks, and safety evaluation
14Weekly reviewTimed mixed set plus full review of all misses from Days 8-13

Days 15-21: Security, deployment, and operations

DayFocusActions
15IAM and least privilegeReview identity-based permissions, role design, service access, and common access-denied causes
16Data protectionReview encryption, KMS concepts, private connectivity patterns, sensitive data handling, and retention concerns
17Safety and governanceStudy Guardrails, prompt injection, unsafe output handling, audit needs, and human oversight
18Deployment patternsReview APIs, Lambda, containers, queues, batch processing, and integration with application backends
19ObservabilityReview logs, metrics, tracing, CloudWatch-style monitoring, CloudTrail-style auditing, and failure investigation
20Cost and performanceStudy caching, model choice, request patterns, batching concepts, retries, and latency tradeoffs
21Full timed mock 1Take a full timed mock and review it carefully

Days 22-30: Timed performance and final repair

DayFocusActions
22Mock 1 reviewCategorize every miss and guess. Identify your weakest 3 lanes
23Weak lane 1Focused review and timed practice
24Weak lane 2Focused review and timed practice
25Weak lane 3Focused review and timed practice
26Scenario drillsPractice mixed architecture, security, troubleshooting, and cost scenarios
27Full timed mock 2Take a second full timed mock under exam-like conditions
28Mock 2 reviewRework misses and update decision rules
29Final weak-area sprintReview only high-yield notes, repeated misses, and comparison tables. Stop new material
30Light reviewConfirm logistics, rest, and use only short recall practice

60/90-day full preparation path

Use the 60-day version if you can study about 8-10 hours per week. Use the 90-day version if you have 4-6 hours per week, are new to AWS generative AI services, or need more hands-on repetition.

60-day path

WeekFocusPractical outcome
1Exam guide, diagnostic, generative AI foundationsObjective tracker and baseline error log
2AWS generative AI services and model selectionService comparison table and model decision rules
3Prompt engineering and application integrationPrompt templates, structured output patterns, and API flow notes
4RAG, embeddings, vector search, and knowledge workflowsRAG architecture map and troubleshooting checklist
5Agents, orchestration, customization, and evaluationAgent safety checklist and evaluation plan
6Security, governance, IAM, KMS, privacy, and network controlsSecurity decision table and access troubleshooting notes
7Deployment, observability, cost, reliability, and troubleshootingOperations checklist and full timed mock 1
8Final mocks and weak-area repairMock 2, final error-log review, and light final review

90-day path

PhaseWeeksFocusCheckpoint
Foundation1-3Generative AI concepts, AWS service landscape, model selection, prompt basicsExplain model, prompt, and service choices without notes
Core development4-6Bedrock-style workflows, APIs, RAG, embeddings, vector stores, agents, orchestrationSketch end-to-end app architectures
Security and evaluation7-9IAM, KMS, private access, data protection, Guardrails, prompt injection, model evaluationDiagnose security and quality risks in scenarios
Operations and troubleshooting10-11Deployment patterns, monitoring, logs, retries, cost, latency, failure symptomsComplete timed mixed sets with fewer repeated misses
Final performance12-13Full timed mocks, weak-area repair, final reviewDemonstrate stable timing and explain all missed questions

Hands-on review for longer plans

Keep hands-on work small and exam-focused. You are not trying to build a production system during prep. You are trying to understand the decisions.

Useful hands-on or diagramming exercises:

ExerciseWhat to practice
Model invocation flowRequest structure, response handling, retries, error handling, and logging
Prompt template comparisonHow system instructions, examples, and output schemas change behavior
RAG pipeline sketchSource data, chunking, embedding, storage, retrieval, prompt assembly, grounding
Security reviewIAM role boundaries, KMS usage, private access, sensitive data handling
Agent workflowTool permissions, input validation, action limits, human approval, failure handling
Observability planLogs, metrics, traces, audit events, latency, cost, and quality signals
Evaluation setGolden prompts, expected outputs, unsafe cases, regression tests, and human review

A simple RAG flow to know cold:

source data
  -> clean and split
  -> create embeddings
  -> store vectors with metadata
  -> retrieve relevant chunks
  -> assemble grounded prompt
  -> invoke model
  -> evaluate answer quality, safety, and citations

Be able to troubleshoot each step.

High-yield decision tables

Model and architecture selection

Scenario clueConsider
Need fast development with managed foundation modelsManaged generative AI service pattern
Need domain-specific answers from private contentRAG or knowledge-base pattern
Model knows the concept but output format is poorPrompt engineering or structured output
Model lacks current or proprietary factsRetrieval before model customization
Repeated quality issue on a narrow taskEvaluation, prompt changes, retrieval improvements, then customization if justified
Strict data access controlsIAM, encryption, private connectivity, audit logging, and least privilege
Long-running or multi-step processOrchestration, queues, workflow state, retries, and idempotency
Untrusted user inputInput validation, prompt-injection defenses, guardrails, and output filtering

RAG troubleshooting

SymptomLikely area to inspect
Answer is fluent but wrongRetrieval quality, grounding, prompt instructions, evaluation set
Answer ignores relevant documentsChunking, embeddings, metadata filters, ranking, query transformation
Answer uses stale informationData refresh process, source sync, index update workflow
Answer cites irrelevant contentRetrieval ranking, chunk size, metadata, context assembly
Latency is too highRetrieval path, model choice, prompt length, caching, async design
Cost is too highModel selection, request volume, prompt size, caching, batching, unnecessary retrieval

Security and governance review

RiskReview area
Overly broad service accessIAM roles, policies, least privilege
Sensitive data exposureData classification, encryption, redaction, retention, logging behavior
Public network path not acceptablePrivate connectivity and network boundary patterns
Unsafe or disallowed outputGuardrails, output validation, human review
Prompt injectionInput isolation, tool restrictions, instruction hierarchy, retrieval filtering
Poor auditabilityLogging, tracing, CloudTrail-style audit events, change history
Excessive permissions for agentsTool-level permissions, scoped roles, approval gates

Final-week rules

During the final week, your job is to reduce uncertainty, not add complexity.

Follow these rules:

  1. Stop adding new material 24-48 hours before the exam.
  2. Review misses more than notes. Your error log is the most valuable final resource.
  3. Practice timing. Do not let one complex scenario consume too much time.
  4. Use scenario keywords. Identify constraints: security, cost, latency, quality, operations, compliance, private data, or human approval.
  5. Explain the wrong answers. If you cannot explain why an option is wrong, the concept is not secure yet.
  6. Avoid heavy hands-on builds. Use diagrams and decision tables instead.
  7. Sleep and logistics matter. A tired candidate makes avoidable reasoning errors.

Exam-readiness checks

You are likely ready when most of these are true:

Readiness checkYes/No
I can explain the main AIP-C01 objective areas without reading the guide
I can choose between prompt engineering, RAG, customization, and model change in scenarios
I can troubleshoot poor RAG quality, hallucinations, stale data, and irrelevant retrieval
I can identify IAM, encryption, private access, logging, and guardrail requirements from scenario wording
I can reason about cost, latency, quality, and reliability tradeoffs
I can complete timed practice with enough time to review flagged questions
My recent misses are narrow and explainable, not broad gaps
I have reviewed every guessed-correct question from my mocks
I have stopped using new resources and am reviewing my own notes

If several checks are still “No,” spend your remaining time on mixed scenario practice and missed-question repair rather than broad reading.

Practical next step

Choose the shortest plan that honestly fits your current readiness. Start with a diagnostic practice set, build an error log, and schedule your first timed mock. For AIP-C01, the highest-value work is repeated scenario practice: choose the architecture, justify the AWS services, identify the security controls, and explain how you would troubleshoot the failure.

Browse Certification Practice Tests by Exam Family