AWS DVA-C02 Study Plan (30 / 60 / 90 Days)

A practical DVA-C02 study plan you can follow: 30-day intensive, 60-day balanced, and 90-day part-time schedules with weekly focus by domain, suggested hours/week, and tips for using the IT Mastery practice app.

This page answers the question most candidates actually have: “How do I structure my DVA‑C02 prep?” Below are three realistic schedules (30/60/90 days) based on the official domain weights and the way DVA‑C02 questions are written: scenario-heavy, service-choice aware, and full of subtle IAM, retry, and deployment traps.

Use the plan that matches your available time, but anchor it to real implementation reps. Each week should include one short build, one troubleshooting pass, one timed drill set, and one miss-log review. The loop is: resources → hands-on rep → IT Mastery drills → miss log → mixed sets → mocks.


How long should you study?

There’s no single “right” number, but most candidates land in a range based on background:

Your starting pointTypical total study timeBest-fit timeline
You build on AWS weekly (Lambda/IAM/DynamoDB)40–60 hours30–60 days
You’ve used AWS but not deeply60–90 hours60–90 days
You’re new to AWS developer tooling90–120 hours90 days

Choose a plan based on hours per week:

Time you can commitRecommended planWhat it feels like
10–15 hrs/week30‑day intensiveFast learning + lots of practice
6–9 hrs/week60‑day balancedSteady progress + room for review
3–5 hrs/week90‑day part‑timeSlow-and-solid with repetition

Use the exam weights to allocate time

DVA‑C02 domain weights:

DomainWeightWhat you should be good at
Domain 1: Development with AWS Services32%Build with Lambda/eventing/data stores; choose best-fit integrations
Domain 2: Security26%IAM/Cognito/KMS/secrets; least privilege; “AccessDenied” reasoning
Domain 3: Deployment24%CI/CD, IaC, safe deployments, rollout/rollback thinking
Domain 4: Troubleshooting and Optimization18%CloudWatch/X‑Ray, triage, throttling/timeouts, performance/cost tuning

If you want a single rule: spend ~70% learning + 30% practice early, then invert it to ~30% learning + 70% practice in the final 1–2 weeks.

Minimum hands-on baseline before timed sets

Try to keep one small runnable workload alive while you study. For DVA‑C02, that baseline should include:

  • A Lambda path behind API Gateway with one synchronous flow and one asynchronous event source.
  • At least one DynamoDB table with a partition-key decision you can explain.
  • One IAM failure you diagnose on purpose, such as a missing permission, bad trust policy, or KMS denial.
  • One deployment workflow where you can explain what makes rollback safe and low blast-radius.

30-Day Intensive Plan

Target pace: ~10–15 hours/week (1.5–2.5 hrs/day). Goal: cover the official domains quickly, then rely on drills + mocks to harden instincts.

WeekFocus (domains/tasks)What to doLinks
1Domain 1 fundamentals: decoupling + SDK use
• Task 1.1
• Task 1.2
Learn the patterns (retries, idempotency, backoff, SDK config). Do 2–3 focused drills and write a “miss log”.ResourcesCheat SheetIT Mastery
2Domain 1 eventing + Lambda + data stores
• Task 1.3
• Task 1.4
• Task 1.5
• Task 1.6
Do daily drills on SQS/SNS/EventBridge/Step Functions, Lambda retries/concurrency, DynamoDB access patterns. End the week with a 40‑question mixed set.ResourcesCheat SheetIT Mastery
3Domain 2 security
• Task 2.1
• Task 2.2
• Task 2.3
• Task 2.4
• Task 2.5
Drill “AccessDenied” scenarios: separate IAM policy vs resource policy vs KMS key policy. Practice Cognito user pool vs identity pool questions.ResourcesCheat SheetIT Mastery
4Domain 3 deployment + Domain 4 troubleshooting/optimization
• Task 3.1 • Task 3.2
• Task 3.3 • Task 3.4
• Task 4.1 • Task 4.2 • Task 4.3
Do 2 full mocks under time (65Q/130m). Review every miss; re-drill weak tasks. Focus on CloudWatch/X‑Ray triage, throttling/timeouts, and safe deployments (canary/rollback).ResourcesIT Mastery

Checkpoint to hit before exam day: you can explain why a solution is correct in one sentence (not just recognize it).


60-Day Balanced Plan

Target pace: ~6–9 hours/week. Goal: learn each domain, then loop back for spaced repetition and mixed practice.

WeekFocus (domains/tasks)What to doLinks
1Domain 1 (part 1): Task 1.1, Task 1.2Learn core resiliency + SDK defaults; 2 drills + miss log.ResourcesIT Mastery
2Domain 1 (part 2): Task 1.3–Task 1.6Messaging + Lambda + DynamoDB/Kinesis; end week with a 30–40 question mixed set.Cheat SheetIT Mastery
3Domain 2 (part 1): Task 2.1, Task 2.2Roles/policies + Cognito; practice authn/authz questions and trust-policy reasoning.Resources
4Domain 2 (part 2): Task 2.3–Task 2.5KMS + encryption + secrets; do “policy triage” drills (IAM vs resource vs key policy).Cheat SheetIT Mastery
5Domain 3 (part 1): Task 3.1, Task 3.2IaC/SAM basics + environment/config strategy + testing stages; 2 drills.Resources
6Domain 3 (part 2): Task 3.3, Task 3.4CI/CD + rollout/rollback patterns; do scenario drills (canary, alarms, blue/green).IT Mastery
7Domain 4: Task 4.1–Task 4.3Observability + RCA + optimization; focus on throttles/timeouts/retries and cost/perf tuning.Cheat Sheet
8Final review + mocks2 full mocks under time; re-drill weakest tasks until your misses repeat less.IT Mastery

90-Day Part-Time Plan

Target pace: ~3–5 hours/week. Goal: slow repetition and “stickiness” while building consistent practice habits.

WeekFocus (domains/tasks)What to doLinks
1Setup + Task 1.1Set a weekly cadence (2 study blocks + 1 drill). Start your miss log.Exam RootIT Mastery
2Task 1.2SDK defaults: retries/timeouts/pagination; do 1–2 drills.Resources
3Task 1.3Messaging service selection; write “when to use X” one-liners.Cheat Sheet
4Task 1.4 + Task 1.5Lambda retries/concurrency + integrations; do drills on event sources.IT Mastery
5Task 1.6DynamoDB + streams/Kinesis basics; end week with a 25–30Q mixed set.IT Mastery
6Task 2.1 + Task 2.2IAM roles/policies + Cognito patterns; practice auth questions.Resources
7Task 2.3KMS basics and common failure modes; drill encryption scenarios.Cheat Sheet
8Task 2.4 + Task 2.5Secrets Manager vs Parameter Store; authz patterns; do 2 drills.IT Mastery
9Task 3.1SAM/IaC + env config; keep notes on deploy safety requirements.Resources
10Task 3.2 + Task 3.3Testing stages + CI/CD; do drill sets for deployment failures.IT Mastery
11Task 3.4Rollout/rollback patterns; alarms and “stop the blast radius” thinking.Cheat Sheet
12Task 4.1 + Task 4.2CloudWatch/X‑Ray triage; practice interpreting throttles/timeouts.IT Mastery
13Task 4.3 + final review2 full mocks under time; re-drill weakest tasks; finalize your one-page notes.IT Mastery

How to use IT Mastery without turning it into guesswork

Use the app to test judgment, not to replace the explanation layer:

  1. Start with Resources so you know the current AWS scope and exam wording.
  2. Review the matching table or service picker in the Cheat Sheet.
  3. Run a short timed set in IT Mastery and tag every miss as IAM, eventing, deployment, or observability.
  4. Turn repeated misses into one-sentence rules such as async Lambda needs idempotent handlers or resource policy and KMS policy can still block an apparently valid IAM allow.
  5. Re-run the weak area 48–72 hours later until the same failure mode stops repeating.

Direct practice link: https://masteryexamprep.com/app/cloud/#/topic-selection/aws_dva-c02

Suggested practice progression (works for all 30/60/90 day plans)

  • Early phase: 20–25 question task drills (learn patterns fast).
  • Middle phase: 30–40 question mixed sets (transfer across services).
  • Final phase: full mocks (65 questions / 130 minutes) + deep review of every miss.

Target before exam day: consistent ~75–80% on mixed sets, with stable performance across all domains (especially Security and Troubleshooting).