Inside AWS DevOps Agent: Building an AI-Augmented NOC on Bedrock AgentCore

How AWS DevOps Agent is architected on Bedrock AgentCore, and how MSPs restructure NOC pricing around agent-consumption economics instead of headcount.

How AWS DevOps Agent is architected, and what it means to restructure a managed-services NOC around it instead of around headcount.

An SRE responding to a page must manually correlate telemetry from multiple sources, trace dependencies across services, and form a hypothesis — a process that routinely takes hours even for a strong engineer. AWS DevOps Agent, generally available since March 2026 and built on Amazon Bedrock AgentCore, is AWS’s attempt to compress that process into minutes by running as an autonomous operational teammate rather than a query tool.

1. How It’s Architected

DevOps Agent ingests signal from wherever a team’s operational data actually lives: CloudWatch alarms, PagerDuty and ServiceNow tickets, Dynatrace problems, and — critically for a partner running a hybrid or multi-tool estate — built-in integrations with Datadog, Splunk, New Relic, Grafana, GitHub, GitLab, and Azure DevOps. It learns application relationships over time rather than requiring them to be hand-mapped, and correlates telemetry, code, and deployment data to form a root-cause hypothesis before a human has opened a dashboard.

When an incident triggers via any configured webhook, the agent begins investigating immediately, without a human prompting it. If the investigation resolves cleanly, it can act through SSM Automation on reversible operations — scale out, restart, toggle a feature flag. If it hits genuine ambiguity, it surfaces a disambiguation card to the on-call engineer rather than guessing, and the investigation resumes once a human responds. Since June 2026 this runs through Model Context Protocol (MCP) and Agent-to-Agent (A2A) support, letting DevOps Agent call external tools and orchestrate with other agents — including, notably, calling AWS Security Agent or FinOps Agent as sub-investigators when an incident’s root cause turns out to be a security or cost event rather than a pure availability one.

Figure 3. Signal in, hypothesis out, act-or-ask decision — the DevOps Agent loop.
Technical deep-dive — the act-or-ask decision boundary. The design choice that makes DevOps Agent safe to run unattended is not model capability, it is the explicit scoping of what “act” is allowed to mean. Reversible actions are wired to SSM Automation documents with a narrow, auditable action set:
{
  "investigation_id": "inv-2026-06-1147",
  "root_cause_confidence": 0.93,
  "decision": "act",
  "action": {
    "runbook": "ssm-automation:scale-out-service",
    "target": "svc-checkout-prod",
    "reversible": true,
    "requires_approval": false
  },
  "iam_scope": ["ssm:StartAutomationExecution"],
  "blast_radius": "single service, single environment"
}

Below a confidence threshold, or for any action tagged requires_approval: true (scaling in, terminating a resource, rolling back a deployment), the agent stops and emits a disambiguation card instead of guessing — the investigation state persists so the human’s answer resumes it rather than restarting it. That threshold, and the IAM policy scoping which actions the agent’s execution role can even call, is the actual governance surface a partner configures per client — not a setting exposed once and forgotten.

2. What GA Added Since Preview

The preview version (re:Invent 2025) worked AWS-native environments. General availability added the ability to investigate applications running in Azure and on-premises environments, custom agent skills so a team can extend the agent with its own institutional knowledge, custom charts and reports, and updated IAM managed policies for tighter permission scoping. June 2026 layered on custom SRE agents (encoding a specific team’s runbooks and failure modes), webhook-triggered invocation from any external system, and static IP support for outbound calls — the detail that lets the agent integrate with an on-premises ITSM platform sitting behind an IP allowlist.

3. Productizing the Practice

DevOps Agent bills on cumulative agent task time, billed per second — a fundamentally different cost shape from a headcount-based NOC. That opens a pricing conversation most MSPs have wanted to have for years but couldn’t justify: moving clients off time-and-materials support retainers onto outcome-based SLA pricing, where the fee is tied to measured MTTR rather than hours staffed. AWS reported preview customers seeing up to 75% lower MTTR and 94% root-cause accuracy — treat that as a starting negotiating anchor, not a guarantee, and instrument your own baseline against your own incident history before quoting it to a client.

Enterprise — custom SRE agents encoding the client’s specific architecture and runbooks, full MCP integration with their existing Datadog/Splunk investment rather than requiring migration to CloudWatch.

SMB — a standardized agent configuration across CloudWatch and a small set of common integrations, sold as a flat monthly NOC replacement.

DNB — webhook-driven, API-first: the client’s own engineering team owns the pager, and the agent runs as an investigation accelerant rather than a full NOC replacement, priced per incident investigated.

What changes for the SI partner

The billable unit stops being a shift and becomes an investigation. That is a harder number to pad and a more attractive one to a client comparing your quote against a traditional MSP’s staffing-based rate card — which is exactly why this is worth leading with in new-logo conversations rather than only offering it to existing accounts.

Business Value Mapping

Technical capabilityBusiness outcomeMetric / KPIPrimary stakeholder
Autonomous investigation on webhook triggerInvestigation starts in seconds, not after an engineer picks up a pageTime-to-first-hypothesisVP Engineering / Ops
Cross-tool correlation (CloudWatch, Datadog, Splunk, GitHub)No migration required to unlock the agent on an existing toolchainIntegration time for net-new clientIT/Ops director
Reversible-action automation via SSMCommon incidents resolved without waking an engineer% of incidents auto-remediatedOn-call SRE lead
Disambiguation card on low-confidence findingsNo false-confidence automated actions on ambiguous incidentsFalse-action rateCTO / risk owner
Per-second consumption billingNOC cost tracks incident volume, not fixed headcountCost per investigation vs. cost per staffed hourCFO
MCP/A2A handoff to Security or FinOps AgentRoot cause resolved even when it crosses domain boundaries% of incidents correctly routed cross-domainHead of Managed Services

A NOC staffed by people bills for time spent looking. A NOC run on an investigation agent bills for answers found — and that difference is the entire pitch.

Sources: Announcing general availability of AWS DevOps Agent (AWS Cloud Operations Blog) · AWS Announces General Availability of DevOps Agent (InfoQ, April 2026) · This Month in AWS Observability: June 2026 (custom SRE agents, MCP/A2A, webhook triggers) · Leverage agentic AI for autonomous incident response with AWS DevOps Agent (AWS DevOps Blog).

Share this post

ABOUT THE AUTHOR

Picture of Abhijeet Chinchole

Abhijeet Chinchole

Abhijeet Chinchole is a Technology Leader driving platform-led innovation and IP-driven growth at Cloudlytics (Blazeclan, an ITC Infotech brand). As CTO, he has led the evolution of engineering from project-based delivery to a scalable, platform-centric model across Cloud Security, FinOps, and Cloud Management. With over a decade of experience in cloud-native architecture, security, and SaaS platforms, Abhijeet focuses on building reusable capabilities, institutionalizing engineering practices, and aligning technology with business outcomes. His work spans developing platforms such as Cloudlytics, SpendEffix, and Blazepulse, along with driving strategic partnerships and enterprise-grade governance. He actively shares perspectives on platform engineering, transformation, and productizing consulting into IP-led systems.

TOP STORIES

Day 2 Operations Reimagined: Composing DevOps Agent, Security Agent, and FinOps Agent into One Managed Practice

August 28, 2026

Day 2 Operations Reimagined: Composing DevOps Agent, Security Agent, and FinOps Agent into One Managed Practice

August 28, 2026

Inside Kiro and AgentCore: Productizing an AI-Native Software Delivery Practice

August 21, 2026

Inside Kiro and AgentCore: Productizing an AI-Native Software Delivery Practice

August 21, 2026

Unit Economics for Digital Native Businesses: FinOps Architecture Beyond Cost Cutting

August 14, 2026

Unit Economics for Digital Native Businesses: FinOps Architecture Beyond Cost Cutting

August 14, 2026

From Monitoring to Observability Agents: End-to-End Observability for Hybrid and Multi-Cloud Estates on AWS

August 7, 2026

From Monitoring to Observability Agents: End-to-End Observability for Hybrid and Multi-Cloud Estates on AWS

August 7, 2026

Inside AWS FinOps Agent: Continuous Cost Governance on Bedrock AgentCore

July 31, 2026

Inside AWS FinOps Agent: Continuous Cost Governance on Bedrock AgentCore

July 31, 2026

The Multi-Tenant AWS Landing Zone: Architecting for MSP Scale

July 24, 2026

The Multi-Tenant AWS Landing Zone: Architecting for MSP Scale

July 24, 2026

We are now live on AWS Marketplace.
The integrated view of your cloud infrastructure is now easier than ever!