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.

By 2 min read
AWS Wants Data Agents to Write Pipelines, Then Stay Out of Production
AWS Wants Data Agents to Write Pipelines, Then Stay Out of Production

Listen to this story

The audio brief

About 1:37
0:001:37
Read transcript
AWS has published a reference architecture that asks AI agents to write data pipelines—then keeps those agents out of the default production path. The system, called the Agentic Data Operations Platform, or ADOP, runs on Amazon Bedrock and works with a coding tool chosen by the customer. Its agents can help bring a source through the Bronze, Silver, and Gold stages: inspecting metadata, inferring an ontology, generating quality checks and transformations, and setting up orchestration. But the model’s output is treated as a draft. Engineers review it, and a CI/CD pipeline promotes fixed artifacts into staging and production. Those artifacts can include PySpark and SQL transformations, Airflow workflows, IAM policies, and Cedar authorization policies. Bedrock inference at runtime is possible, but optional. AWS’s default pattern is a static, deterministic pipeline rather than a model making live decisions over production data. The proposed control contract is designed to carry company standards, routing rules, authorization policies, invariants, and compliance prompts across Claude Code, Kiro, Cursor, Codex, and services that support the Model Context Protocol. AWS also recommends sandboxed profiling using scoped metadata, row counts, and column statistics—not raw production data—with credentials resolved only at deployment. The constraint is significant: customers must validate the controls for their own obligations, and qualified engineers must catch incomplete or incorrect generated logic. The key test is whether those review standards remain rigorous as more sources are onboarded.

Story brief

3 key points

AWS 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...

  1. 01

    Default production path contains reviewed deterministic artifacts; runtime Bedrock inference is optional rather than required.

  2. 02

    The control contract is designed to route standards across Claude Code, Kiro, Cursor, Codex, and MCP-capable services.

  3. 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

  1. aws.amazon.comAgentic Data Operations Platform (ADOP): Data engineering into hours | Amazon Web Services

Loading discussion...