惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

罗磊的独立博客
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
Visual Studio Blog
MyScale Blog
MyScale Blog
M
MIT News - Artificial intelligence
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
T
The Blog of Author Tim Ferriss
Martin Fowler
Martin Fowler
博客园 - 【当耐特】
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
宝玉的分享
宝玉的分享
Engineering at Meta
Engineering at Meta
WordPress大学
WordPress大学
Google DeepMind News
Google DeepMind News
C
Check Point Blog
Last Week in AI
Last Week in AI
F
Fortinet All Blogs
博客园 - 聂微东
Blog — PlanetScale
Blog — PlanetScale
H
Help Net Security
GbyAI
GbyAI
云风的 BLOG
云风的 BLOG

The New Stack | DevOps, Open Source, and Cloud Native News

Agentic development hinges on verification. For cloud-native software, that is a runtime problem. AI agents need infrastructure: Why Europe’s regional cloud strategy matters Transform your AI coding agent into a deterministic Java Spring expert WeAreDevelopers is coming to the US to give unsung developers a bigger voice Cleaner AI training data, fewer bugs: Sonar’s SonarSweep explained Observability overload is drowning engineers Google’s DiffusionGemma is 4x faster than its other Gemma models Fable 5: Guardrails and burn rate are annoying users, who say it’s still better than Opus 4.8 The Anthropic leader who built Claude Code says he ditched prompting — now he just writes loops. AWS can now mathematically prove your VMs are isolated Microsoft pulled 73 GitHub repos after malware attack — but still won’t say who’s compromised Databricks wants to kill the “email me a file” problem for AI agent skills Ramp bets forward deployed engineers can do what off-the-shelf finance AI can’t Git real: AI agents aren’t just for solo developers anymore Anthropic launches Claude Mythos/Fable 5, but you better try it soon This AI agent startup ditched Anthropic for DeepSeek — and says it’s saving millions When your data model is the bottleneck: lessons from Medium’s feature store How long before we stop reading the code? The tokenmaxxing party is over, and Revenium is mopping up How AI is solving the memory crunch it created Microsoft’s pitch to enterprises: Ditch Azure Repos for GitHub, despite its rocky reliability record Claude Code’s biggest upgrade yet ran 5 agents at once — here’s what happened Why Anthropic just doubled Claude Cowork limits at no charge For years, Apache Cassandra handed this work to your team — 6.0 takes it back “A dangerous combination”: The 2 factors that can “corrupt” AI agent workflows With Foundry, Microsoft bets the enterprise AI battle is about reliability, not capability Microsoft unlocks Visual Studio for developers left behind by its own AI AI teams now deploy 1,000 times a month. Your pipeline wasn’t built for that. Microsoft just made the agent runtime free — and kept everything around it “Whoever builds the most joyous product wins”: The agent war begins
Why did my AWS bill spike? There's now an agent for that
Darryl K. Taft · 2026-06-16 · via The New Stack | DevOps, Open Source, and Cloud Native News

Amazon Web Services has added a third specialized “frontier agent” to its growing portfolio of AI tools aimed at IT operations — this one focused on the cloud bill.

AWS FinOps Agent, which the company moved into public preview last week, follows the earlier debuts of AWS’s Security Agent and DevOps Agent. It enters a domain that has historically relied on dashboards, spreadsheets, and a human analyst’s knowledge, and hands it to an agent that can be asked questions in plain English and that can act on its own when something looks wrong.

In this case, the domain is FinOps — the discipline of getting engineering, finance, and business teams to share accountability for cloud spending. AWS frames the new agent as a response to a shift it says is already underway: FinOps work moving from periodic, dashboard-driven reviews toward continuous workflows that run inside the tools engineering teams already use, namely Jira and Slack.

What the agent does

The core workflow starts where AWS Cost Anomaly Detection leaves off. Today, an anomaly alert tells a team that something changed; it doesn’t say what or why. FinOps Agent is built to take that next step — correlating the cost spike against AWS CloudTrail’s record of who changed what and when, identifying the triggering change, and assembling an investigation summary that names both a probable root cause and a responsible owner. From there, it can open a Jira ticket or post to a Slack channel automatically.

The agent answers natural-language cost questions, such as “Why did my AWS cost go up last month?” It does so by pulling from Cost Explorer, Cost Optimization Hub, and Compute Optimizer and tying the answer back to specific services and usage drivers. Organizations can upload context files mapping accounts to owners, teams, and tagging conventions, which the agent uses to translate a question like “what’s the cost of Team X” into the right set of accounts.

The public preview also adds scheduled cost reporting (daily, weekly, or monthly, exportable as HTML, PDF, or PPT) and a feature that bundles Cost Optimization Hub and Compute Optimizer recommendations into a Jira ticket engineers can act on.

The permission model is mostly read-only

For a tool that’s being given broad visibility into billing, usage, and operational data across an account, the access AWS is asking for is constrained. According to AWS’s documentation, the IAM role FinOps Agent uses is primarily read-only across billing, optimization, monitoring, logging, and infrastructure services — enough to analyze costs, investigate anomalies, and surface savings opportunities, but not enough to touch the resources themselves.

The only write access granted is for managing the agent’s own EventBridge scheduling rules, which drive its recurring automations. It can’t create, modify, or delete EC2 instances, RDS databases, Lambda functions, or networking components. The agent is built on Amazon Bedrock, which AWS says includes its standard automated abuse-detection guardrails.

Early customers

AWS’s announcement mentions four customer accounts, each describing a slightly different pain point the agent is meant to address. Workday‘s AI Platform Infrastructure team, which runs the company’s AI platform across many AWS accounts, described the appeal as consolidating two time sinks — “chasing down cost outliers before they become budget problems” and assembling the monthly reports leadership reviews — into one natural-language interface, according to Serjesh Sharma, Manager of Software Development Engineering at Workday.

Mitre 10, New Zealand’s largest home-improvement retailer, framed it in terms of competing priorities for a lean platform team. Eduard Kleynhans, the company’s Platform Engineering Manager, said recurring cost reviews and anomaly checks have historically “competed directly with reliability and improvement work,” and that the appeal of the agent is having those checks “run continuously in the background” so findings surface only “when there’s something that genuinely warrants attention.”

Convera, a commercial payments company operating in a regulated environment, pointed to a more specific failure mode: small, unintended cost changes that get lost in a shared queue. Ramesh Singaraj, the company’s Infrastructure Engineering and Operations Leader, said the agent’s value is that it routes a Jira ticket “to the engineering team that owns the resource, so the right engineer sees it instead of a shared queue that nobody watches.”

And AVIV Group, which operates digital real-estate marketplaces across France, Germany, and Belgium with hundreds of AWS accounts under a centralized FinOps team, framed the agent as a way to offload first-line questions, like the difference between on-demand and Savings Plan pricing, or why a particular anomaly fired, that currently route back to a small central team before resource owners can act. FinOps Director Jordi Espasa said answering those questions directly for engineers frees the central team to focus on “chargeback logic, optimization strategy and leadership reporting.”

What’s still unsettled

The preview is available only in the US East (N. Virginia) Region, though it can manage cost and usage data across other AWS Regions and accounts when deployed from a management account (GovCloud and the Beijing/Ningxia China Regions are excluded). It’s free to use during the preview, subject to a monthly usage limit, though standard charges still apply for any other AWS services the agent touches along the way.

AWS says the agent will expand over time, including cost analysis aimed specifically at AI workloads. This is notable given that AI infrastructure spend is becoming one of the larger line items FinOps teams are being asked to explain.

YOUTUBE.COM/THENEWSTACK

Tech moves fast, don't miss an episode. Subscribe to our YouTube channel to stream all our podcasts, interviews, demos, and more.

Created with Sketch.