GregLab | Exam Prep

Management and Governance

Core

AWS CloudFormation

Infrastructure as code service that provisions and updates AWS resources from declarative templates and stack operations.

Key points

  • The template is the source of truth for managed resources.
  • A stack update evaluates and applies declared changes; inspect change and resource events.
  • Manual edits can create drift and make later deployments unreliable.

Best-known use cases

  • Create repeatable development and test stacks.
  • Update existing application resources through reviewed IaC.

What candidates often confuse it with

  • CloudFormation deploys declarative templates; AWS CDK synthesizes CloudFormation from code.
  • AWS SAM extends CloudFormation with serverless-focused resources and transformations.

Key takeaway

Update CloudFormation-managed resources through the versioned template and stack workflow.

Related services

  • AWS Cloud Development Kit (AWS CDK)
  • AWS Lambda
  • AWS CodePipeline

Relevant exam tasks

  • D3.2 — Test applications in development environments
  • 3.2.4 — Deploy application stack updates to existing environments (for example, deploying an AWS SAM template to a different staging environment)
  • D3.3 — Automate deployment testing
  • 3.3.4 — Implement and deploy infrastructure as code (IaC) templates (for example, AWS SAM templates, AWS CloudFormation templates)
  • D3.4 — Deploy code by using AWS Continuous Integration and Continuous Delivery (CI/CD) services
  • 3.4.3 — Update existing IaC templates (for example, AWS SAM templates, CloudFormation templates)

Learn more

Free AWS Certified Developer - Associate prep

Build focused DVA-C02 quizzes from skill areas, topics, and product references.

Practice with exam-style multiple-choice and multiple-response questions, score breakdowns, explanations, and a compact reference for this lane's official exam domains.

Read Topics Build a quiz

Exam Weights

Exam snapshot

DVA-C02 at a glance

Category
Associate
Duration
130 minutes
Questions
65 total; 50 scored and 15 unidentified unscored
Formats
Multiple choice and multiple response
Scoring
100–1,000 scaled score; 720 minimum passing score

Quiz builder

Choose your practice set

Mode

Exam fidelity: AWS documents 65 questions in 130 minutes: 50 scored and 15 unidentified unscored, using multiple-choice and multiple-response formats. This site's practice accuracy and readiness do not reproduce AWS's 100–1,000 scaled scoring or identify unscored items. Difficulty labels describe this site's Associate-level scenario complexity, not an AWS-published question rating.

Reference

DVA-C02 topics and reference map

Study links

DVA-C02 resources