On this page · 14 sections
- What AWS DevOps Agent actually is
- The Region map changed, and it changes the India answer
- Release management moves the agent into delivery
- What it automates
- The integrations that matter
- The pricing model, decoded
- The MTTR evidence, and where it is softer
- AWS DevOps Agent vs PagerDuty vs Datadog vs building your own
- Buy vs build: the decision that actually matters
- India-specific considerations
- What to watch before you commit
- FAQ
- How eCorpIT can help
- References
Summary. AWS DevOps Agent reached general availability on 31 March 2026 at $0.0083 per agent-second, which is $0.498 per minute or about $29.88 for a full hour of active work, with no charge for idle time. That price has not moved. What has moved is reach: AWS documentation now lists 11 supported Regions, up from the six at launch, and the additions include Asia Pacific (Mumbai), Asia Pacific (Singapore), Europe (London), Canada (Central) and South America (Sao Paulo). On 17 June 2026 AWS added a release management capability in preview, so the agent now works across delivery as well as operations. AWS reports preview results of up to 75% lower mean time to resolution (MTTR), 80% faster investigations and 94% root-cause accuracy. Western Governors University, an early adopter serving over 191,000 students, cut one production investigation from an estimated two hours to 28 minutes, a 77% improvement. The detail most teams miss is on the credit side: AWS Support customers receive monthly credits worth 100%, 75% or 30% of the prior month's support charge, and those credits expire at the end of each month if unused.
The pricing analysis below is unchanged because the price is unchanged. The coverage and feature analysis is not.
What AWS DevOps Agent actually is
AWS DevOps Agent is a managed AI agent that performs incident investigation, incident prevention and on-demand SRE tasks without step-by-step human prompting. It sits on top of the observability, source control and CI/CD tools a team already runs, learns the application topology, and acts across the full incident lifecycle: detection, investigation, recovery and prevention.
The product previewed at re:Invent on 2 December 2025 and went GA on 31 March 2026. AWS positions it as one of a new class of "frontier agents", autonomous systems that run persistently and handle concurrent tasks. In practice, the pitch is narrow and concrete: cut the manual toil an on-call engineer does at 2 AM, when a page arrives and someone has to correlate metrics, logs, traces and recent deploys by hand before forming a single hypothesis.
The Region map changed, and it changes the India answer
At GA the agent ran in six Regions. The supported Regions table in the AWS user guide now lists 11: US East (N. Virginia), US West (Oregon), Canada (Central), South America (Sao Paulo), Asia Pacific (Mumbai), Asia Pacific (Singapore), Asia Pacific (Sydney), Asia Pacific (Tokyo), Europe (Frankfurt), Europe (Ireland) and Europe (London).
Two consequences follow, and they point in opposite directions.
The first is that an Agent Space in ap-south-1 is now available to teams that need Indian data residency. An Agent Space and its data, meaning investigations, topology and recommendations, are stored in the Region where you create it, so Region choice is a residency decision rather than a latency one.
The second is that Region choice does not limit what the agent can see. AWS is explicit that the agent monitors and investigates resources in accounts located in any AWS Region regardless of where the Agent Space sits. Associate an account and the agent discovers resources across all Regions in it. You do not need an Agent Space in every Region where your workloads run, and teams that assumed otherwise have been over-provisioning agent spaces.
Feature coverage, though, is not uniform across those 11 Regions.
| Capability | Status | Region availability |
|---|---|---|
| Production operations (investigations, recommendations) | Generally available | All 11 supported Regions |
| On-demand DevOps tasks | Generally available | All 11 supported Regions |
| Custom agents | Generally available | All 11 supported Regions |
| Release management (readiness review and release testing) | Preview | US East (N. Virginia) only |
| Sandbox | Preview | N. Virginia, Oregon, Tokyo, Ireland |
Third-party integrations sit outside this: connections to GitHub, GitLab, Dynatrace, Datadog, New Relic, Splunk and MCP servers are configured per Agent Space and are not Region-dependent.
Release management moves the agent into delivery
The June 2026 addition is the one that changes what the product is for. Announced on 17 June 2026, release management in preview reviews code changes for release readiness and runs autonomous release testing.
Release readiness review evaluates code changes for production safety during code generation, checking for drift from internal standards, dependency impacts and access controls. It maps cross-repository dependencies to surface breaking changes before commit, and uses deterministic proofs to check that infrastructure changes do not drift from AWS Well-Architected best practices. Release testing generates and runs test plans for web and API-based applications in customer-provisioned environments.
It is available in N. Virginia only and carries no additional charge during preview. For teams evaluating the agent purely as an incident-response tool, this is worth a second look: the same product now claims ground held by CI/CD quality gates, which changes the build-versus-buy maths for anyone who was planning to write their own pre-deploy checks.
What it automates
The agent covers four jobs that used to sit entirely with a human responder.
Autonomous incident response is the headline. When an alert arrives from Amazon CloudWatch, PagerDuty, Dynatrace, a ServiceNow ticket or any configured webhook, the agent begins investigating immediately. It traces dependencies, correlates signals across tools, and writes an investigation journal that shows its reasoning and the evidence behind the root cause.
Proactive incident prevention analyses patterns across historical incidents and returns targeted recommendations meant to stop repeat outages, moving a team from reactive firefighting toward fixing the conditions that cause pages.
On-demand SRE tasks let an engineer query the environment in natural language: resource inventory, alarm status, deployment history and incident patterns, with saved custom charts and reports.
A dedicated Triage agent assesses severity and detects duplicate tickets, linking them with a LINKED status so parallel investigations do not fan out. At GA, AWS also added code indexing, so the agent reads application repositories, spots likely bugs during an investigation and proposes code-level fixes, plus Learned Skills and Custom Skills that capture how a specific team resolves specific incident types.
The integrations that matter
The agent is only as useful as the tools it can see. At GA it connects to Amazon CloudWatch plus partner tools including Datadog, Dynatrace, New Relic, Splunk, GitHub, GitLab, ServiceNow and Slack. The GA release added built-in support for Azure, Azure DevOps, PagerDuty and Grafana. The Grafana connection uses a built-in Model Context Protocol (MCP) server that reaches any Grafana instance, self-managed, Grafana Cloud or Amazon Managed Grafana, and through it reads Prometheus, Loki and OpenSearch data sources.
On-premises support also arrives through MCP: the agent discovers on-prem resources by analysing metrics, logs and code to build a topology, so incident response spans AWS, Azure and a data centre in one investigation. Private connections let an Agent Space reach services inside a VPC or internal network without exposing them publicly, and the agent supports customer-managed keys and identity provider integration with Okta and Microsoft Entra ID.
The pricing model, decoded
AWS DevOps Agent bills per second of active agent time at $0.0083 per agent-second, applied identically to Investigations (incident response), Evaluations (site reliability) and on-demand SRE tasks including custom SRE agents. There are no upfront commitments and no charge while the agent is idle. You still pay standard rates for any connected AWS services the agent calls, such as Amazon CloudWatch Logs Insights queries or trace retrievals, billed through those services.
AWS publishes worked examples. A small team running 10 investigations a month at 8 minutes each pays about $39.84. A more active team running 80 investigations plus 100 short chats pays about $343.62. An enterprise deployment with 10 agent spaces running 500 incidents, 40 evaluations and 30 custom SRE agents pays about $2,365.50 a month. A single custom SRE agent producing a two-minute daily ops report costs $29.88 a month.
Three details change the real bill. The agent is included in the AWS Free Tier free plan for new AWS customers. New customers also get a two-month free trial starting with the first operational task after GA, including per trial month up to 10 agent spaces, 20 hours of investigations, 15 hours of evaluations and 20 hours of on-demand SRE tasks. And AWS Support customers receive monthly credits against usage based on the prior month's support charge: 100% for Unified Operations, 75% for Enterprise Support and 30% for Business Support+.
The credit mechanics carry a trap worth naming. Credits are issued by the 10th of each month, apply only to charges within that month, and expire at month-end if unused. A team on Enterprise Support spending $10,000 a month on support receives $7,500 in monthly credits, which for many teams cancels most of the cost, but only if the usage lands in the same month. Credits do not bank. A quiet month does not subsidise a bad one, which is the reverse of how most people reason about a prepaid balance. AWS has also extended the same credit rates to customers buying support through AWS Resold Support, and MSP and reseller partners in AWS Partner-Led Support may be eligible.
| Cost vector | AWS DevOps Agent | Typical assumption teams get wrong |
|---|---|---|
| Billing unit | $0.0083 per agent-second, active time only | That it is a per-seat or flat monthly fee |
| Idle cost | $0 when not working | That an always-on agent bills continuously |
| Small team (10 investigations/mo) | About $39.84/month | That entry cost runs into hundreds |
| Enterprise (500 incidents + more) | About $2,365.50/month | That heavy use is unbounded |
| Support credits | 100% / 75% / 30% of prior support spend | That list price is the net price |
| Credit lifetime | Issued by the 10th, expire at month-end | That unused credits roll forward |
| Connected-service fees | Billed separately (CloudWatch, etc.) | That the per-second rate is all-in |
The MTTR evidence, and where it is softer
AWS's headline preview figures are up to 75% lower MTTR, 80% faster investigations and 94% root-cause accuracy, enabling 3 to 5 times faster resolution. Treat "up to" as a ceiling, not an average; these are vendor-reported preview numbers, so the useful signal is the named customer detail behind them.
Western Governors University, which serves over 191,000 students and runs Dynatrace at scale, used the agent during a live service disruption. It reduced total resolution time from an estimated two hours to 28 minutes, a 77% improvement, and located the root cause inside a Lambda function's configuration.
"It was able to provide the smoking gun, identified the Lambda was the cause. The investigation had almost flawless metrics that matched what we saw on the front-end," said Angel Marchena, Director of Technical Operations at Western Governors University.
Zenchef, a restaurant technology platform, reported a similar result during a company hackathon: an investigation that would have taken one to two hours manually wrapped in 20 to 30 minutes, roughly a 75% reduction, tracing the fault to an IAM misconfiguration. T-Mobile, a carrier with over 140 million subscribers, joined as a design partner and highlighted the agent's ability to read logs in its on-premises Splunk deployment across a multicloud estate. The pattern across all three is the same: the agent compresses the correlation and hypothesis stage, which is where on-call time actually goes.
AWS DevOps Agent vs PagerDuty vs Datadog vs building your own
The agent does not enter an empty market. PagerDuty and Datadog both sell AI incident tooling, and plenty of teams have wired their own responders using an LLM API plus scripts. The pricing models differ enough that a like-for-like table matters more than a feature checklist.
| Option | Pricing model (list, mid-2026) | Deployment reach | Best fit |
|---|---|---|---|
| AWS DevOps Agent | $0.0083 per agent-second, active time only | AWS, Azure, on-prem via MCP; 11 Regions | AWS-centric teams wanting usage-based cost |
| PagerDuty AIOps | AIOps add-on from about $699/month, on top of seats near $21 to $41/user/month | Tool-agnostic, mature alerting graph | Teams already standardised on PagerDuty |
| Datadog Bits AI | About $25 to $30 per conclusive investigation | Deep inside the Datadog platform | Heavy Datadog observability shops |
| Build your own | LLM API tokens plus engineering time to build and maintain | Whatever you integrate yourself | Unusual stacks or strict control needs |
The comparison is not purely about the sticker. PagerDuty prices AI as a flat monthly add-on that is predictable but paid whether or not incidents occur, while AWS charges only for active seconds, which favours teams with spiky, infrequent incidents and penalises nobody for a quiet month. Datadog's per-investigation model sits between the two. A build-your-own responder can be cheaper in raw token terms, but the cost moves into engineering headcount for the integration and its upkeep, which is exactly the trap teams underestimate. Our breakdown of AI agent unit economics works through how to compare these on cost per resolved task rather than list price.
Buy vs build: the decision that actually matters
For an incident-response agent, the honest build-versus-buy table compares four vectors, not one.
| Decision vector | Buy (AWS DevOps Agent) | Build your own responder |
|---|---|---|
| Time to first value | Days: create an Agent Space, connect tools, reinvestigate a past incident | Weeks to months of integration work |
| Upfront cost | $0; usage-based from the first task | Engineering time before any payoff |
| Maintenance overhead | AWS owns model updates and integrations | Your team owns prompts, connectors, drift |
| Data control | Runs in your account with private VPC connections, customer-managed keys | Full control, full responsibility |
The real cost of building is rarely the model call; it is the maintenance of connectors, the prompt and evaluation harness, and the on-call rotation for the responder itself. For most AWS-centric teams, buying wins on time-to-value and total cost of ownership. Building still makes sense when the stack is unusual, when data cannot leave a specific boundary, or when incident response is itself the product. Whichever path you choose, the agent needs the same guardrails you would give any production agent: scoped permissions, evaluation against known incidents, and a governance layer. Our guides on enterprise AI agent governance layers and catching silent AI agent failures in CI/CD cover both, and the wider pattern sits in our enterprise AI agents in production pillar.
India-specific considerations
This section has changed since we first published it, and the change is favourable. At GA the nearest Region to an Indian team was Tokyo or Sydney, which made data residency an awkward conversation. Asia Pacific (Mumbai) is now a supported Region, so an Agent Space and the investigations, topology and recommendations it stores can sit in India.
That matters because any telemetry containing personal data falls under the Digital Personal Data Protection Act 2023 regardless of where the agent runs. Creating the Agent Space in ap-south-1 removes the cross-border question for the agent's own stored artefacts, though it does not remove the need to scope the agent's log access and document the data flows, the same discipline we apply in our cloud FinOps work for Indian teams.
The unit economics still read well for the global capability centres (GCCs) running 24/7 production from Bengaluru, Pune and Gurugram. At $0.0083 per agent-second, a team handling 40 investigations a month at 8 minutes each spends roughly $159, close to Rs 13,300 at mid-2026 rates, before any support credit, which is a fraction of one senior on-call engineer's monthly cost. Teams weighing that against permanent capacity should read it alongside what it costs to hire DevOps engineers for the same coverage, because the agent compresses investigation time rather than replacing the rotation.
For an Indian services organisation buying support through a partner rather than direct, the Resold Support credit parity is the detail to raise with your reseller, since it is worth the same 30% to 100% of the prior month's support charge.
What to watch before you commit
Three limits deserve attention. Feature availability is uneven, so confirm that the specific capability you are buying for exists in your Region rather than assuming the 11-Region list applies to everything. Connected-service fees are separate, so a chatty investigation that runs many CloudWatch Logs Insights queries adds cost outside the per-second rate. And an agent with production read access is a security surface: use private VPC connections, customer-managed keys and identity provider integration from day one rather than retrofitting them. Measured against a past incident, though, the value is easy to test in a week, which is the cleanest way to decide.
FAQ
How eCorpIT can help
eCorpIT is a Gurugram-based, senior-led engineering organisation, founded in 2021 and certified for CMMI Level 5 and MSME, with partnerships across AWS, Microsoft and Google. As a devops services company we help teams pilot AWS DevOps Agent against real past incidents, choose the right Agent Space Region for their residency needs, and wire it safely into CloudWatch, Grafana, Datadog or an on-premises Splunk deployment. We put the guardrails, evaluations and scoped permissions around it that a production agent needs. If you are weighing an AIOps buy against building your own responder, contact us for a scoped assessment.
References
_Last updated: 21 August 2026._