Skip to content
Zurück zu den Lernmaterialien

AWS DevOps Engineer Professional Exam Guide (DOP-C02)

29. Juli 2026~4 min read

AWS DevOps Engineer Professional (DOP-C02) Exam Guide

The AWS DevOps Engineer Professional validates your ability to provision, operate, and manage distributed application systems on AWS using DevOps practices. It's the highest-level DevOps certification from AWS.

Exam Overview

DetailValue
Exam CodeDOP-C02
Questions75 (multiple choice + multiple response)
Length180 minutes
Passing Score750 (on a scale of 100-1000)
Price~$300 USD
PrerequisiteAWS Associate-level cert recommended

Domain Breakdown

DomainWeight
SDLC Automation22%
Configuration Management and IaC17%
Monitoring and Logging15%
Policies and Standards Automation14%
Incident and Event Response16%
High Availability, Fault Tolerance, DR16%

Key Topics

SDLC Automation

  • CodeCommit — Git repositories, branching strategies, approval rules
  • CodeBuild — Build environments, buildspec.yaml, caching, VPC support
  • CodeDeploy — Deployment configurations (AllAtOnce, HalfAtATime, Canary, Linear), AppSpec, hooks
  • CodePipeline — Pipeline structure, stages, actions, artifacts, cross-region/account
  • CodeStar — Unified CI/CD dashboard
  • CI/CD best practices — Automated testing, security scanning, approval gates, rollback

Configuration Management and IaC

  • CloudFormation — Templates, stacks, stack sets, drift detection, change sets, nested stacks, macros
  • Systems Manager — Parameter Store, Run Command, State Manager, Automation, Patch Manager, SSM Agent
  • OpsWorks — Chef/Puppet managed instances (legacy)
  • Elastic Beanstalk — Environment configurations, platform updates, blue/green deployments

Monitoring and Logging

  • CloudWatch — Metrics, alarms, dashboards, logs, Logs Insights, Contributor Insights
  • CloudTrail — Management and data events, trails, organization trails, Insights
  • X-Ray — Service maps, traces, segments, annotations, sampling rules
  • Config — Rules, remediation, conformance packs, configuration history
  • Health — Service Health Dashboard, Personal Health Dashboard, events

Policies and Standards Automation

  • IAM — Permission boundaries, service control policies (SCPs), policy conditions
  • Service Catalog — Product portfolios, launch constraints, stack assignments
  • Config Pack — Compliance packs for industry standards
  • Backup — Backup plans, resource assignments, vaults, policies

Incident and Event Response

  • EventBridge — Event bus, rules, targets, scheduler, Pipes
  • Lambda — Event-driven functions, reserved concurrency, destinations, versions
  • Step Functions — Workflows, standard vs express, error handling, callbacks
  • SQS/SNS — Queue types, DLQ, visibility timeout, fan-out patterns
  • Automation — SSM Automation runbooks, self-healing, auto-remediation

High Availability, Fault Tolerance, and DR

  • Route 53 — Routing policies, health checks, DNS failover
  • ELB — Cross-zone LB, connection draining, stickiness, target group health
  • Auto Scaling — Lifecycle hooks, scaling policies, cooldown, mixed instances
  • RDS — Multi-AZ, read replicas, cross-region replication, Aurora
  • Global Accelerator — Anycast IPs, endpoint groups, traffic dials
  • DR Strategies — Backup/restore, pilot light, warm standby, multi-site active-active

Key Services to Master

ServiceWhat it doesExam focus
CodePipelineCI/CD orchestrationPipeline structure, cross-account actions, approval gates
CloudFormationIaC deploymentStackSets, drift detection, change sets, macros
Systems ManagerOperations managementParameter Store, Automation, Patch Manager
EventBridgeEvent-driven architectureEvent buses, rules, targets, scheduling
CloudWatchMonitoring and observabilityMetrics, logs, alarms, dashboards, Insights
X-RayDistributed tracingService maps, traces, sampling
Auto ScalingCompute scalingLifecycle hooks, mixed instances, predictive scaling

Sample Automation Pattern

# CodePipeline CI/CD with approval
Pipeline:
  - Source (CodeCommit/GitHub)
  - Build (CodeBuild - test + security scan)
  - DeployToStaging (CodeDeploy - linear 10% every 5 min)
  - Approval (Manual - SNS notification)
  - DeployToProd (CodeDeploy - canary 10% for 30 min)
  - SmokeTest (CodeBuild + CloudWatch Synthetics canary)
  - Rollback if failed (CodePipeline rollback action)

Study Tips

  1. Master CloudFormation — StackSets, drift detection, nested stacks, macros, and change sets are heavily tested
  2. Know CodePipeline deeply — Cross-account pipelines, artifact stores, and action providers
  3. Understand Systems Manager — Parameter Store (tiered pricing, policies), Automation runbooks
  4. Learn EventBridge — Event buses (default, custom, cross-account), Pipes, Scheduler
  5. Practice blue/green and canary deployments — CodeDeploy, Beanstalk, ECS rolling updates
  6. Know DR strategies — RTO/RPO, pilot light vs warm standby vs multi-site

Access AWS DevOps practice questions →


Related Articles

Bereit, dein Wissen zu testen?

Probiere unsere Übungsprüfungen mit Hunderten von realistischen Fragen aus.

Üben starten →

This site uses essential cookies for Stripe payments. No tracking cookies.