← Back to blog

Redson Dev brief · PRIMARY SOURCE

ARTICLE#AI#Dev

How HPE Zerto built an agentic troubleshooting system with Amazon Bedrock

AWS Machine Learning · September 8, 2026

This article from AWS Machine Learning highlights a practical pathway to automating complex operational challenges, particularly in environments where data sensitivity or latency demands on-premises processing. It details how HPE Zerto engineered an agentic troubleshooting system using Amazon Bedrock, which uniquely operates entirely within a customer's own infrastructure. The core insight here is a multi-agent architecture deployed on-premises with Strands Agents, designed to tackle the specific engineering hurdles of grounding AI agents in live, sensitive disaster recovery data without compromising data residency or performance. For you, this means a tangible proof point that sophisticated AI automation isn't exclusively cloud-bound. A logistics startup in Chicago, for instance, dealing with real-time fleet diagnostics across hundreds of trucks, could adapt this multi-agent model to proactively identify and resolve maintenance issues on local servers, significantly reducing downtime and manual intervention without sending proprietary vehicle data off-site. Similarly, an internal IT team at a mid-size financial firm in Boston could implement a similar agentic system to automatically diagnose and rectify network anomalies or application errors within their secure data center, minimizing system outages and freeing up senior engineers for strategic projects. Even a freelance designer managing a complex rendering farm for clients in Los Angeles could use this approach to build an on-premises agent that monitors resource utilization and automatically reallocates tasks or alerts for hardware failures, optimizing their workflow and preventing costly delays. The implications extend to any operation where rapid, autonomous decision-making on proprietary or high-volume data is critical, but cloud egress is not an option. It underscores the potential for embedding intelligent automation directly where the work happens, accelerating response times and safeguarding sensitive information. This blueprint offers a robust framework for building self-sufficient, AI-powered operational support systems that respect stringent data governance requirements. To begin exploring this concept, consider a small, contained operational process within your own domain that frequently requires human troubleshooting and involves sensitive data. Sketch out a simple multi-agent flow where one agent collects data locally, another analyzes it against predefined rules or learned patterns, and a third proposes or executes a resolution, all without leaving your local environment. You could prototype this with existing local scripting tools and a basic language model, focusing first on data ingestion and local processing, before considering advanced agentic frameworks.