AWS Wants Data Agents to Write Pipelines, Then Stay Out of Production
The reference architecture uses models to draft data-engineering work, but makes human-reviewed code and policies—not live agent decisions—the default production layer.
Listen to this story
The audio brief
Story brief
3 key pointsAWS has published a reference implementation for data onboarding that treats AI agents as code generators, not production operators. Built on Amazon Bedrock and compatible with multiple coding tools, ADOP can produce PySpark, SQL, Airflow, IAM, and Cedar artifacts for review and CI/CD promotion. The approach could shorten source onboarding while preserving deterministic runtime behavior, but its value depends on...
- 01
Default production path contains reviewed deterministic artifacts; runtime Bedrock inference is optional rather than required.
- 02
The control contract is designed to route standards across Claude Code, Kiro, Cursor, Codex, and MCP-capable services.
- 03
Agents cover metadata, ontology deduction, quality checks, transformations, and orchestration across Bronze, Silver, and Gold layers.
AWS’s Agentic Data Operations Platform promises to reduce the manual work of bringing new data sources online. Its defining constraint is that the agents do their work in development: production receives reviewed, deterministic pipeline artifacts rather than model calls by default.
ADOP is an AWS reference architecture built on Amazon Bedrock and a coding tool chosen by the user. Specialized agents are meant to automate the Bronze-to-Silver-to-Gold lifecycle, including ETL generation, data-quality checks, semantic-layer definitions and orchestration.
The model drafts; the delivery pipeline decides
The workflow separates model reasoning from the running pipeline. In the default design, agents generate artifacts in development, engineers review them, and CI/CD promotes deterministic PySpark, SQL, Airflow DAGs, IAM policies and Cedar policies through staging to production. A company can add Amazon Bedrock endpoints for runtime inference, but the generated pipeline itself remains static in AWS’s default pattern.
One contract for several coding tools
AWS’s proposed control layer is an architectural contract that carries organizational standards, tool-routing rules, Cedar authorization policies, invariants and inline compliance prompts. AWS says the contract can govern Claude Code, Kiro, Cursor and Codex, and can extend to services with command-line or Model Context Protocol interfaces.
The supplied implementation starts a Data Onboarding Agent in Claude Code through Bedrock, then uses Claude Code’s Dynamic Workflow to create specialized sub-agents. Those agents handle metadata, ontology deduction, quality checks, transformations and orchestration.
Controls still need validation
ADOP can apply governance and compliance-related controls through configurable onboarding prompts. AWS is explicit that customers must validate whether those controls meet their own regulatory obligations. It also requires qualified engineers to review generated artifacts before production, particularly because generated logic for controls can be incomplete or wrong.
AWS says agents should use schema metadata, sample row counts and column statistics instead of raw production data. Profiling is intended to run in an isolated sandbox against a scoped subset, while credentials are resolved at deployment rather than placed in the agent context.
AWS has published the reference implementation in its sample repository. The practical test is whether an organization can encode sufficiently clear standards and maintain rigorous review as it uses the system to onboard more sources.
Sources
- aws.amazon.comAgentic Data Operations Platform (ADOP): Data engineering into hours | Amazon Web Services