Amazon Web Services study plan
DVA-C02 study plan
A step-by-step DVA-C02 study plan: the exact order to study in, how long to spend on each stage, and when to start practice questions. Follow it top to bottom.
The real DVA-C02 is 65 questions in 130 minutes, pass mark 720 / 1000. For the full domain-by-domain breakdown behind each stage, read the DVA-C02 study guide.
Your step-by-step plan
Map the four domains to your real experience
Day 1Start from the exam guide's four domains and their weights: Development with AWS Services is the largest, then Security, Deployment, and Troubleshooting and Optimization. Mark which you already do at work and which you only read about. Most developers are strong on writing code and weak on the deployment tooling and observability services, so plan your time against the gaps, not the comfort zones.
Drill the core build services until the APIs are reflexive
Week 1Spend the most time on Lambda, DynamoDB, and the messaging trio. Write a Lambda handler, set its memory, timeout, reserved and provisioned concurrency, and wire an event source mapping with a dead-letter queue. Model a DynamoDB table, run a query and a scan, add a global secondary index, and do a conditional write. Send a message through SQS, fan out with SNS, and route with EventBridge. The exam tests these constantly.
Learn identity, encryption, and secrets as decision rules
Week 2Practise the security discriminations until they are automatic: an assumed IAM role with AWS STS over stored keys, a Cognito user pool versus identity pool, ID token versus access token, Secrets Manager versus Parameter Store, AWS managed versus customer managed KMS keys. For each, write the one-line reason it wins so you can answer in seconds under exam pressure.
Build and ship with the deployment tooling
Week 3Define a small application with AWS SAM, deploy it with a change set, and publish a Lambda version behind an alias. Set up a CodePipeline with a CodeBuild stage and a manual approval. Do a CodeDeploy canary and a blue/green cutover so the strategy differences are muscle memory, not trivia. Learn how API Gateway stages and stage variables promote the same deployment across environments.
Instrument, trace, and tune
Week 4Turn on X-Ray for a multi-service request and read the service map. Run a CloudWatch Logs Insights query over structured JSON logs. Emit a custom metric with the embedded metric format and alarm on it through SNS. Tune a Lambda function's memory to see the vCPU and cost effect, and add provisioned concurrency to kill cold starts. This domain is small but easy marks once the tool-to-symptom mapping is fixed.
Practise on scenario questions and review every wrong option
Week 5Move to full scenario questions and treat each one as a drill: name the requirement in the stem, predict the answer, then read why every distractor is wrong. The adjacent-service traps (SQS versus SNS, query versus scan, ID versus access token, canary versus blue/green) are where marks are won and lost. Keep a list of the discriminations you miss and re-drill them.
Simulate the exam and close the gaps
Week 6Sit timed sets of about 65 questions in 130 minutes so the pace is familiar. Flag-and-return on long scenarios rather than stalling. After each set, sort misses by domain and task statement, go back to the service or API behaviour behind each, and re-drill. Stop when you are consistently scoring comfortably above the pass mark on unseen questions.
Ready to start stage one?
Free DVA-C02 questions with worked explanations. No sign-up.
Frequently asked questions
How long does this DVA-C02 study plan take?
It is 7 stages, paced by how much time you can give it each week - most candidates work through it in 2 to 6 weeks. Each stage below has a suggested duration; slow down on any stage where the recall checks in the study guide are not landing before moving on.
What order should I study DVA-C02 in?
Follow the stages in order below. They are sequenced deliberately: foundational material first, then the domains weighted heaviest on the exam, then timed practice, with review passes built in rather than left to the end.
Do I need practice questions as part of this plan?
Yes. Reading alone does not surface what you have not actually learned. This plan builds in graded practice, and the full 364-question bank is free to use as you work through each stage.
Is this plan enough on its own, or do I need the full study guide too?
This page is the plan: what to do and in what order. The study guide adds the domain-by-domain breakdown, easy-to-confuse traps, and worked examples behind each stage - read it alongside this plan, not instead of it.
Examworthy is not affiliated with or endorsed by Amazon Web Services. This study plan is original material based on the public exam blueprint. We never reproduce live exam items. DVA-C02 and related marks belong to their respective owners.