associate / DEA-C01

AWS Certified Data Engineer - Associate Study Guide

Practice data-ingestion, transformation, storage, operations, governance, and security decisions on AWS.

Certification Overview

Exam code
DEA-C01
Target candidate
Data engineers who implement data pipelines and data stores on AWS.
Study scope
Eight to twelve weeks for learners who know data pipelines, SQL, and basic AWS. Expect ingestion, transformation, stores, operations, and governance.
Completion status
Published and source-reviewed 2026-08-07

What This Exam Is Really Testing

  • Whether you can select batch or streaming ingestion patterns that match latency, ordering, replay, and scale needs.
  • Whether you understand data lakes, warehouses, catalogs, lifecycle, schema evolution, and query engines.
  • Whether you can operate data pipelines with monitoring, quality checks, retries, and failure handling.
  • Whether you can secure and govern data using IAM, encryption, masking, catalog permissions, and audit logs.

Who This Exam Is For

Data engineers who implement data pipelines and data stores on AWS. Experience with data pipelines, data stores, and operational data workflows is recommended.

Exam Blueprint

DEA-C01 exam blueprint
DomainWeightStudy page
Data Ingestion and Transformation34%Open Domain 1
Data Store Management26%Open Domain 2
Data Operations and Support22%Open Domain 3
Data Security and Governance18%Open Domain 4

How to Use These Notes

For every data service, track data shape, latency, ownership, transformation model, schema behavior, security boundary, and cost driver.

Domains

Critical AWS Services

Do not study these as vocabulary words. For each service, know the workload fit, what AWS manages, what you still configure, security boundaries, scaling behavior, and cost signal.

Service Comparisons

Many AWS questions are not asking whether a service can solve the problem. They ask which service solves it with the right operational, security, availability, and cost tradeoff.

Exam Decision Patterns

Least operational overhead

Prefer managed and serverless services when they satisfy the requirement. Exceptions appear when the scenario needs host control, unsupported runtimes, specialized network behavior, or exact migration compatibility.

Highly available

Identify the failure boundary. One instance is not HA. Multiple instances in one AZ help capacity but not AZ failure. Multi-AZ handles regional AZ faults. Multi-Region handles regional events but adds complexity and cost.

Durable

Durability is about preserving data. Use replication, versioning, backups, point-in-time recovery, and tested restore plans. A durable backup does not guarantee a low RTO.

Decouple the application

Use SQS for buffering work, SNS for fanout, EventBridge for event routing, and Step Functions for visible workflow state. Add retries, DLQs, and idempotent consumers.

Least privilege

Prefer roles and temporary credentials, scope actions/resources/conditions, watch explicit denies, and remember that resource policies may also be required.

Most cost-effective

Read usage pattern, duration, access frequency, scaling behavior, data transfer, and operations. Cheapest unit price is not always lowest total cost.

Lowest latency

Move content or compute closer to users, cache aggressively, choose the right database access pattern, and avoid unnecessary cross-Region or NAT paths.

Private connectivity

Use private subnets, VPC endpoints, PrivateLink, VPN, Direct Connect, Transit Gateway, and tight DNS/routing design instead of public exposure.

Open the full decision-pattern guide

What AWS Wants You to Notice

Common Exam Traps

  • Using Redshift for every analytics question even when S3 plus Athena fits better.
  • Ignoring partitioning, file format, and small-file cost/performance issues.
  • Treating ingestion and transformation as the same design decision.
  • Forgetting that data quality and schema drift are operational concerns.

Architecture Diagrams

Data Lake ETL Pipeline Data lands in a raw S3 zone, is cataloged and transformed, then queried from curated data stores. Data Lake ETL Pipeline SourcesS3 Raw ZoneGlue CatalogGlue ETLS3 Curated ZoneAthena/Redshift
Data lands in a raw S3 zone, is cataloged and transformed, then queried from curated data stores.
Streaming Analytics Streaming producers write to Kinesis for custom consumers and managed delivery to storage or analytics destinations. Streaming Analytics ProducersKinesis Data StreamsLambda/AnalyticsFirehoseS3/Redshift
Streaming producers write to Kinesis for custom consumers and managed delivery to storage or analytics destinations.

Hands-On Practice

These labs are optional. They do not provision anything from this website. Read the cost warning before creating AWS resources.

Mastery Checklist

Checklist state is saved locally in this browser and does not change Arcade readiness scoring.

Practice in AWS Arcade

Use the Arcade after studying a domain so explanations reinforce reasoning instead of becoming answer memorization.

Sources and Review Metadata

This independent training application is not affiliated with or endorsed by Amazon Web Services. AWS, Amazon Web Services, and AWS certification names are trademarks of Amazon.com, Inc. or its affiliates.