AWS · DEA-C01

Operational Excellence — AWS Data Engineer (DEA-C01)

6%of exam questions (12 of 200)

The monitoring depth signal hiding in the scenario

The exam uses 'identify root cause,' 'track API activity,' 'trace request latency,' and 'detect configuration drift' as precision signals — not synonyms. CloudWatch covers metrics and alarms; CloudTrail covers API audit history; X-Ray covers distributed trace spans across pipeline stages; Config covers resource configuration state over time. Candidates who treat 'audit' and 'monitor' as interchangeable choose the wrong service. Each phrase maps to exactly one tool.

What This Pattern Tests

The exam describes an operational challenge and tests whether you apply automation over manual intervention. CloudFormation and CDK make deployments repeatable and auditable. Systems Manager provides patch management via Patch Manager, parameter store for configuration, and runbook automation via SSM Automation documents across EC2 fleets. For DevOps-focused exams like DOP-C02, CodePipeline orchestrates CI/CD with approval gates, while Config rules detect drift and trigger SSM remediation. For data engineering exams like DEA-C01, Glue workflows and Step Functions orchestrate ETL pipelines with error handling and retry logic. CloudWatch composite alarms combine multiple metrics into single operational alerts. The trap is recommending manual processes — SSH into servers, manually apply patches, or hand-edit Glue job configurations.

Decision Axis

Reactive manual intervention vs. proactive automation. The exam always prefers automation that is auditable and repeatable.

Associated Traps

More Top Traps on This Exam

Decision Rules

Select the log collection and query layer that satisfies end-to-end observability for an infrequent, event-driven pipeline workload without provisioning persistent cluster capacity.

Amazon CloudWatch LogsAmazon Athena

Select the observability layer that matches the audit requirement: CloudTrail captures control-plane API events required for compliance, while CloudWatch Logs captures application-level runtime diagnostics — the two layers are not interchangeable, and Athena enables cost-efficient ad-hoc querying of CloudTrail logs without provisioned infrastructure.

AWS CloudTrailAmazon CloudWatch LogsAmazon Athena

Whether to provision an always-on search cluster or use serverless ad-hoc query capability against exported log data, determined by query frequency and the explicit no-persistent-infrastructure cost constraint.

Amazon CloudWatch LogsAmazon AthenaAmazon OpenSearch Service

Domain Coverage

Data Operations and Support

Difficulty Breakdown

Medium: 8Hard: 4