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

推荐订阅源

S
SegmentFault 最新的问题
MongoDB | Blog
MongoDB | Blog
J
Java Code Geeks
Stack Overflow Blog
Stack Overflow Blog
The GitHub Blog
The GitHub Blog
博客园 - Franky
博客园 - 叶小钗
大猫的无限游戏
大猫的无限游戏
V
Visual Studio Blog
IT之家
IT之家
美团技术团队
博客园 - 司徒正美
Martin Fowler
Martin Fowler
Last Week in AI
Last Week in AI
酷 壳 – CoolShell
酷 壳 – CoolShell
Vercel News
Vercel News
雷峰网
雷峰网
B
Blog
WordPress大学
WordPress大学
aimingoo的专栏
aimingoo的专栏
D
Docker
P
Proofpoint News Feed
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
爱范儿
爱范儿

SiliconANGLE

Will agentic AI governance run amok? The lesson of Asimov’s Three Laws - SiliconANGLE AI + quantum, Amazon vs. Starlink and the wide-open US-China internet battle - SiliconANGLE Team Cymru launches Total Insights Feed to replace legacy threat intelligence lists - SiliconANGLE NanoClaw partners with Vercel to deliver one-click approvals for AI agents working on sensitive tasks - SiliconANGLE AI Mode in Chrome adds split-screen view to enhance the web search experience - SiliconANGLE Resolve AI raises $40M at $1.5B valuation to optimize production environments - SiliconANGLE How Zscaler and OpenAI turn zero-trust security into an AI accelerator - SiliconANGLE OpenAI ratchets up Codex's agentic capabilities to rival Claude Code - SiliconANGLE Anthropic launches Claude Opus 4.7 with coding, visual reasoning improvements - SiliconANGLE Slash raises $100M at a $1.4B valuation to expand AI-powered banking platform for online businesses - SiliconANGLE Canva unveils Canva AI 2.0, recasting its platform as an agentic system for work - SiliconANGLE Data center, consumer device chips boost TSMC’s revenue - SiliconANGLE Mission-critical security cannot be bolted on, says Oracle - SiliconANGLE Agentic infrastructure reshapes enterprise AI - SiliconANGLE Data quality, and data freedom, foundational for AI success - SiliconANGLE Data trust is a bedrock in successful, scalable AI outcomes - SiliconANGLE Google introduces new agentic AI-ready tools and resources for Android developers  - SiliconANGLE Agentic AI orchestration separates winners from laggards - SiliconANGLE Data-driven tools turning the tide against human trafficking - SiliconANGLE Achieving trusted AI development goes beyond 'vibes' - SiliconANGLE Impinj boosts edge computing power in updated R700 RAIN RFID reader - SiliconANGLE Certinia powers professional services with AI - SiliconANGLE Antioch prepares to accelerate simulated testing for autonomous robots after raising $8.5M - SiliconANGLE Developer tooling startup Expo nabs $45M investment - SiliconANGLE Solidroad lands $25M to bring AI to customer support interactions - SiliconANGLE DuploCloud lands compliance and AI governance certifications as enterprise buyers tighten scrutiny - SiliconANGLE Lua lands $5.8M to help businesses build and manage AI agent workforces - SiliconANGLE Best of frenemies: Oracle's and AWS' clouds unite with dedicated, private connectivity - SiliconANGLE NIST shifts National Vulnerability Database to risk-based triage as CVE submissions hit record levels - SiliconANGLE Cisco goes to the races with new Churchill Downs multiyear partnership - SiliconANGLE
AWS previews a cloud-agnostic registry for managing agent...
by Mike Wheatley · 2026-04-10 · via SiliconANGLE

AWS previews a cloud-agnostic registry for managing agentic fleets at scale

Amazon Web Services Inc. is trying to make sure enterprises that embrace artificial intelligent agents and automation aren’t getting lost in the curse of “agentic sprawl.”

The cloud computing giant is trying to prevent that from happening with the launch of AWS Agent Registry in preview today. It’s a new capability that acts like a centralized discovery and governance hub for AI agents, designed to help companies manage the explosion of AI agents, tools and skills across their entire cloud estates.

The AWS Agent Registry is part of the broader AWS AgentCore platform, acing as a single source of truth for agents and their operations. Developers can use the Registry to share and reuse existing agents, rather than spending time rebuilding them from scratch every time they want to automate a new business process or task.

In a blog post, the company explained that agent sprawl is a byproduct of the rapid adoption of AI agents by enterprises. As organizations scale up their automation drive from a few experimental bots to hundreds or even thousands of autonomous agents, they’re inevitably going to struggle to keep track of them, the company said. That will mean a loss of visibility and control, and it also will make it more difficult for them to be reused to perform other tasks.

Part of the problem is the siloed nature of AI development. In many organizations, there are different developer teams working on different projects, and they don’t always know what the others are doing. One team might have developed a sophisticated payment processing agent, while a team in another department starts working on the same thing.

Unless organizations have a centralized directory, these agents are essentially invisible, making them impossible to discover, govern or audit. The result is that teams can waste hours of time on duplicated effort. Compliance is another concern, as the lack of visibility can lead to unauthorized and unvetted agents being unleashed on business critical tasks.

The AWS Agent Registry is meant to prevent all that. It stores structured metadata for each agent, tool and agent skill that an organization has built. This metadata lists who built the agent, what its purpose is, the protocols it uses and how to invoke it.

What’s more, it’s platform-agnostic, meaning it can also index agents built on other cloud platforms and in on-premises environments. The metadata means users won’t just see a list of agents, but also real-time information on where they’re being used in production, their latency and uptime.

With the AWS Agent Registry, the company is trying to position itself as a kind of “control plane” for agentic AI. It’s similar to having a human resources department for AI agents and it should dramatically accelerate enterprise automation, enabling developers to quickly piece together pre-vetted and reusable skills and create bots for almost any task.

One of the highlighted features is a hybrid semantic search capability that makes AI agents discoverable. Instead of just matching keywords, the registry relies on natural language processing to help developers find suitable agents. If someone searches for “billing tools,” the Registry will understand that the “invoicing agent” is probably what they’re looking for, even if the search term used isn’t an exact match.

Meanwhile, there are approval workflows that can aid in governance. To prevent agents from running around out of control, each one begins as a “draft” when it’s first registered, and it must be vetted and approved before others in the organization can discover it. Developers can manually register each agent they build, or else just point the Registry to an endpoint and have it automatically pull in all of the technical details of each agent.

Companies such as Zuora Inc. and Southwest Airlines Co. have already been using the Registry to try to get a handle on their growing agentic fleets, and they claim to have been successful. “This will prevent agent sprawl across the organization while establishing the foundation for scaling thousands of agents with enterprise-grade governance from day one,” said Justin Bundick, Southwest Airlines’ vice president of AI and intelligent platforms.

AWS plans for the Registry to be more than just a simple library of AI agents. It wants it to become embedded into every corner of its cloud ecosystem, spanning the integrated development environments where developers create code to the business workspaces where employees interact with AI systems. In a future release, the company plans to enable automatic registration of any new agent that’s deployed via its own agentic services, together with its operational metadata.

To begin with, the AWS Agent Registry is being launched in five AWS regions, including US East (N. Virginia), US West (Oregon), Asia Pacific (Sydney), Asia Pacific (Tokyo) and Europe (Ireland).

Image: SiliconANGLE/Meta AI

A message from John Furrier, co-founder of SiliconANGLE:

Support our mission to keep content open and free by engaging with theCUBE community. Join theCUBE’s Alumni Trust Network, where technology leaders connect, share intelligence and create opportunities.

  • 15M+ viewers of theCUBE videos, powering conversations across AI, cloud, cybersecurity and more
  • 11.4k+ theCUBE alumni — Connect with more than 11,400 tech and business leaders shaping the future through a unique trusted-based network.

About SiliconANGLE Media

SiliconANGLE Media is a recognized leader in digital media innovation, uniting breakthrough technology, strategic insights and real-time audience engagement. As the parent company of SiliconANGLE, theCUBE Network, theCUBE Research, CUBE365, theCUBE AI and theCUBE SuperStudios — with flagship locations in Silicon Valley and the New York Stock Exchange — SiliconANGLE Media operates at the intersection of media, technology and AI.

Founded by tech visionaries John Furrier and Dave Vellante, SiliconANGLE Media has built a dynamic ecosystem of industry-leading digital media brands that reach 15+ million elite tech professionals. Our new proprietary theCUBE AI Video Cloud is breaking ground in audience interaction, leveraging theCUBEai.com neural network to help technology companies make data-driven decisions and stay at the forefront of industry conversations.