Skip to content

sharsh21/aws-certified-developer-associate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Certified Developer Associate (DVA-C02) — Complete Study Guide

Target Score: 1000/1000 | Exam Code: DVA-C02 | Format: 65 questions, 130 minutes


Exam Domain Breakdown

Domain Weight Topics
1. Development with AWS Services 32% Lambda, API Gateway, DynamoDB, S3, SQS, SNS, Kinesis, Step Functions
2. Security 26% IAM, Cognito, KMS, Secrets Manager, STS
3. Deployment 24% Elastic Beanstalk, ECS, CodeDeploy, CodePipeline, CloudFormation, SAM
4. Troubleshooting & Optimization 18% CloudWatch, X-Ray, CloudTrail, performance tuning

Study Guide Index

Core Infrastructure

Storage

Databases

Serverless & Compute

Messaging & Events

Security

Networking & CDN

Developer Tools & CI/CD

Monitoring & Observability

Advanced Services


Quick Revision Cheatsheet

Encryption Patterns

Where At Rest In Transit
S3 SSE-S3, SSE-KMS, SSE-C HTTPS/TLS
RDS KMS SSL
DynamoDB KMS TLS
EBS KMS N/A

Deployment Types

Service Rolling Blue/Green Canary
Elastic Beanstalk Yes Yes No
CodeDeploy (EC2) Yes Yes No
CodeDeploy (Lambda) N/A Yes Yes
ECS Yes Yes No

Serverless Stack (Most Common Exam Pattern)

Client → CloudFront → API Gateway → Lambda → DynamoDB
                                  ↓
                              SQS/SNS/EventBridge

Performance Numbers to Remember

  • Lambda: max 15 min timeout, 10GB memory, 1000 concurrent default
  • SQS: standard max 256KB msg, 14-day retention, 12hr visibility timeout
  • DynamoDB: 400KB item limit, partition key = 10GB limit per value
  • S3: 5TB max object, multipart for >100MB, presigned URL max 7 days (SigV4)
  • API Gateway: 29s timeout (can't change), 10MB payload limit

Exam Strategy

  1. Read every option — AWS questions often have 2 "correct" answers but one is MORE correct
  2. Cost + Simplicity wins in serverless questions
  3. Managed > Self-managed unless the question asks for specific control
  4. Security: always use IAM roles over access keys, KMS over manual encryption
  5. Decoupling: when you see "tight coupling" problem → SQS/SNS/EventBridge

About

Complete AWS Certified Developer Associate (DVA-C02) study guide — 28 service deep-dives with real-world examples, good/bad practices, exam tips, and a master cheat sheet.

Topics

Resources

Stars

Watchers

Forks

Contributors