logo
AWS专业级🔄 DevOps75% pass rate

AWS Certified DevOps Engineer - Professional (DOP-C02)

验证您在 AWS 平台上实施和管理持续交付系统、自动化安全控制和合规验证的高级 DevOps 技能。

$300
Exam Fee
75
Questions
180m
Exam Duration
750/1000
Passing Score
Bottom line · Worth it

AWS DevOps 方向含金量最高的认证,持证者在澳洲市场平均薪资比 SAA 高 20-30%。

MEMBERSHIP

JR Academy Membership

Unlock all certifications, courses & tools at a fraction of the cost

  • All certification exam prep included
  • Course discounts up to 50%
  • AI tools & Chrome extensions
  • Priority 1-on-1 coaching
View Membership Plans

What this certification covers

This page is structured for quick scanning first: exam format, fit, prep time, and the actual study scope.

AWS Certified DevOps Engineer - Professional(DOP-C02)是 AWS 认证体系中两张 Professional 级别认证之一,另一张是 SAP-C02。DOP-C02 于 2023 年 3 月更新,新增了对 CDK、EventBridge Pipes、CodeCatalyst 等新服务的考查。

考试 75 题 180 分钟,及格线 750/1000。6 大考试域中 SDLC Automation 占 22% 权重最高 — 这部分考的不是"你会不会用 CodePipeline",而是"CodePipeline + CodeBuild + CodeDeploy + CloudFormation 四件套怎么组合才能实现蓝绿部署 + 自动回滚 + 跨 Region 复制"。

全球约 4 万人持有 DOP-C02 或其前身 DOP-C01,在 AWS 全部 12 张认证中通过率排倒数第二(仅高于 SAP-C02)。考试难度主要来自场景题的复杂度:一道题的题干可能有 5-6 行,描述一个多账户、多 Region、需要合规审计的 CI/CD 场景。

You will work with

CodePipelineCodeBuildCodeDeployCloudFormationTerraformCloudWatchX-RaySystems ManagerEventBridgeConfigGuardDutyLambdaECSEKS

After preparation

  • 获得 AWS 官方认可的 DevOps Engineer Professional 认证
  • 掌握企业级 CI/CD 管道的设计与实施
  • 精通 CloudFormation 和基础设施即代码最佳实践
  • 具备高级监控、日志和事件响应能力

Exam details

Exam Code
DOP-C02
Provider
Amazon Web Services
Duration
180 minutes
Question Count
75 questions
Passing Score
750/1000
Validity
3 years
Exam Fee
$300 USD
Question Types
Single choice, Multiple select
Languages
English, 日本語, 한국어, 简体中文
Official Page

Who should take it

Good fit

  • 有 2 年以上 AWS 使用经验的 DevOps 工程师
  • 希望获得 AWS Professional 级别认证的技术人员
  • 负责 CI/CD 管道设计与实施的技术负责人
  • 云基础设施自动化和平台工程师
  • 已持有 AWS Associate 认证希望进阶的工程师

Before you start

  • 持有 AWS Associate 级别认证(推荐但非必须)
  • 2 年以上 AWS 环境下 DevOps 实践经验
  • 熟悉 CI/CD 概念和工具链
  • 了解 IaC 工具(如 CloudFormation 或 Terraform)
  • 有 Linux 系统管理和脚本编程经验

Is it worth it? Career value

Salary ranges, target job titles, and the real career impact of holding AWS DevOps Engineer Professional.

澳洲
$130K-180KAUD
美国
$150K-210KUSD
新加坡
$110K-165KSGD
DevOps EngineerPlatform EngineerSRECloud Infrastructure EngineerRelease Engineer

DOP-C02 的市场定位

在 LinkedIn 搜索澳洲 DevOps 岗位,约 35% 的 JD 直接写了"AWS DevOps Professional preferred"。这不是必须项,但在简历筛选阶段能帮你跳过 HR 的关键词过滤。

适合考的人:已经在用 AWS 做 CI/CD 的工程师(1-2 年经验),想从"会用工具"升级到"能设计整套交付架构"。DOP-C02 的备考过程会强迫你理解 CodePipeline 的 cross-account 部署、CloudFormation StackSets 的多 Region 策略、Systems Manager 的 patch 管理。

不适合考的人:还没考过 SAA-C03 的新人。DOP-C02 的前置知识假设你已经熟悉 VPC、IAM、S3、EC2 基础。直接考 DOP 会在网络和权限相关题目上大量丢分。

Exam domains

Use this breakdown to decide where to spend study time first instead of reading chapters evenly.

Content Distribution

22%

1. SDLC 自动化

SDLC Automation

Core Knowledge
CodePipelineCodeBuildCodeDeployCodeCommitCI/CD 策略蓝绿部署
17%

2. 配置管理与基础设施即代码

Configuration Management and IaC

Core Knowledge
CloudFormationCDKSystems ManagerOpsWorksConfig漂移检测
15%

3. 弹性云方案

Resilient Cloud Solutions

Core Knowledge
Auto ScalingMulti-AZ灾难恢复Route 53 健康检查容错架构
15%

4. 监控与日志

Monitoring and Logging

Core Knowledge
CloudWatchX-RayCloudTrailEventBridge自定义指标告警策略
14%

5. 事件与事故响应

Incident and Event Response

Core Knowledge
EventBridge 规则Lambda 自动化SNS/SQS自动修复SSM Automation
17%

6. 安全与合规

Security and Compliance

Core Knowledge
IAMSecrets ManagerKMSInspectorSecurity Hub合规自动化

Study preparation

With hands-on AWS

6-8 weeks

From scratch

12-16 weeks

Daily pace

1.5-2 hours/day

Learning path preview

8 chapters
1
DOP-C02 考试概述与备考指南
45 min
2
SDLC 自动化
150 min
3
配置管理与基础设施即代码
130 min
4
弹性云解决方案
110 min
5
监控与日志
110 min
6
事件与事故响应
100 min
+ 2 more chapters inside the full path

Step-by-step preparation

A concrete week-by-week plan from past test-takers — not generic advice.

1

第一阶段:补齐 CI/CD 四件套知识(2 周)

CodeCommit → CodeBuild → CodeDeploy → CodePipeline 的完整链路走一遍。重点理解 buildspec.yml 和 appspec.yml 的结构,以及 CodeDeploy 的蓝绿部署 vs 滚动部署配置差异。

2

第二阶段:IaC + 多账户治理(2-3 周)

CloudFormation StackSets 跨账户部署、CDK 基础、AWS Organizations + SCP 权限边界。这部分占考试约 17% 权重,题目经常结合 Control Tower 和 Config Rules。

3

第三阶段:监控 + 事件响应(2 周)

CloudWatch Alarms → SNS → Lambda 自动修复链路,EventBridge 规则匹配模式,X-Ray 分布式追踪。考试会给你一个"某服务 5xx 错误率飙升"的场景,问你最快的自动恢复方案。

4

第四阶段:全真模考(1-2 周)

75 题 180 分钟模考至少做 3 套,稳定 75%+ 再去考。DOP-C02 的题干比 SAA 长很多,时间管理是关键 — 平均每题 2.4 分钟,遇到长题先跳。

Real test-taker experiences

What it actually took for real candidates to pass — prep time, scores, and lessons learned.

最大的坑是以为自己天天用 AWS 就不用复习。实际考试有大量 Systems Manager、Config Rules、GuardDuty 的题,这些平时不一定用到。建议用 AWS Skill Builder 的官方题库,比第三方更接近真题风格。

DevOps 工程师 4 年812/1000
Melbourne Platform Team · 7 weeks prep

没有 DevOps 工作经验考这个非常吃力,花了 10 周。CodeDeploy 的 appspec.yml hooks 顺序(BeforeInstall → AfterInstall → ApplicationStart → ValidateService)必须背到条件反射。

L. Zhang768/1000
后端 → SRE 转型 · 10 weeks prep

Certification comparison

AWS DevOps Engineer ProfessionalAWS SAA考证AWS SAP考证
ProviderAWSAWSAWS
Level专业级助理级专业级
Fee$300$150$300
Duration180 min130 min180 min
Question count756575
Validity3 yrs3 yrs3 yrs

Study tips and common mistakes

💡

**题干关键词映射**:看到 "least operational overhead" → 选托管服务(Fargate/Lambda);看到 "across multiple accounts" → 想 Organizations + StackSets;看到 "compliance audit" → 想 Config Rules + CloudTrail。

💡

**时间管理**:75 题 180 分钟,前 60 分钟过一遍,标记 15-20 题不确定的,后 30 分钟专攻标记题。

💡

**申请 ESL +30 分钟**:非英语母语考生免费申请,报名时在 Accommodation 选。

⚠️

**混淆 CodeDeploy 部署类型** — In-place 只用于 EC2,蓝绿可用于 EC2 和 ECS,Lambda 只支持 Canary/Linear/AllAtOnce。

⚠️

**忽略 CloudFormation Drift Detection** — 考试经常问"如何发现手动修改了的资源",答案是 Drift Detection 而不是重新部署。

⚠️

**Systems Manager 的 Run Command vs Automation** — Run Command 执行单个命令,Automation 编排多步工作流。题目问"批量打补丁"答案是 Patch Manager(基于 Run Command)。

FAQ

Frequently Asked Questions

If you plan to take AWS DevOps Engineer Professional, start with real practice.

49+ questions, chapter-by-chapter learning, mock exams, wrong-question review, and AI tutor support live in the exam page.

Go to exam prep

From $39 · 2 free chapters

Related certifications