Iberdrola enhances IT operations utilizing Amazon Bedrock AgentCore
Iberdrola, one of many world’s largest utility firms, has embraced cutting-edge AI expertise to revolutionize its IT operations in ServiceNow. Through the use of totally different agentic architectures, Iberdrola has reworked the way in which hundreds of change requests and incident tickets are managed, streamlining processes and enhancing productiveness throughout departments.
Via its partnership with AWS, Iberdrola applied these brokers in a groundbreaking resolution utilizing Amazon Bedrock AgentCore, focusing on three key areas: optimizing change request validation within the draft part, enriching incident administration with contextual intelligence, and simplifying change mannequin choice utilizing conversational AI. These improvements cut back bottlenecks, assist groups speed up ticket decision, and ship constant and high-quality information dealing with all through the group.
Amazon Bedrock AgentCore helps Iberdrola deploy production-ready AI brokers seamlessly. With serverless compute capabilities, sturdy safety, and built-in observability, the platform helps Iberdrola scale options throughout departments whereas adhering to enterprise-grade reliability and compliance requirements.
Challenges with change and incident administration
Iberdrola has simplified the multi-phase strategy of change administration utilizing AI-powered validation. A bunch of orchestrated brokers make certain requests align with meant modifications whereas formatting and verifying necessary fields in actual time. This optimized method avoids guide resubmissions and drastically reduces processing occasions, serving to groups give attention to driving impactful outcomes.
Utilizing a swarm of brokers to carry out contextual enrichment, Iberdrola’s networking division now processes incidents quicker and with higher precision. This enrichment lets technicians entry configuration merchandise particulars, evaluate associated historic incidents, and categorize tickets by atmosphere and alert varieties, enhancing response occasions and enabling groups to swiftly deal with important points.
Answer overview
Iberdrola establishes its agentic AI apply via a layered structure that separates operational issues whereas enabling seamless integration throughout IT workflows. ServiceNow serves as the first enter supply, and a MicroGateway offers clever routing to direct requests to related brokers. A devoted information layer maintains enterprise info, processing uncooked ServiceNow information via extract, remodel, and cargo (ETL) pipelines for agent consumption.

The structure includes three layers:
- Agentic AI sources – This layer encompasses all agent deployments, Model Context Protocol (MCP) servers for standardized information entry, authentication mechanisms, and reminiscence objects that preserve contextual info. The design allows domain-specific agent growth whereas sharing widespread infrastructure companies.
- Inference layer – A streamlined abstraction offers large language model (LLM) inference capabilities from the group’s portfolio of built-in fashions. This layer offers constant mannequin entry patterns whereas supporting experimentation with out requiring agent modifications.
- Knowledge layer – A complete info basis comprises operational information, analytical datasets, and transactional information. This layer enriches agent capabilities by offering entry to historic patterns, real-time operational standing, and contextual info needed for clever decision-making.
This design allows three distinct use instances that deal with totally different operational challenges:
- Enhanced change administration validation – The primary implementation helps the draft part of Iberdrola’s change administration course of via a deterministic agentic workflow. A number of specialised brokers work in sequence to validate change mannequin appropriateness and confirm that necessary fields comprise appropriately formatted info. When validation errors are detected, the system offers clear suggestions to requesters earlier than permitting development to subsequent phases.
- Clever incident enrichment – The incident administration resolution demonstrates multi-agent orchestration for Iberdrola’s Networking division. A grasp agent receives every incident and selectively engages specialised brokers for tagging, contextual enrichment, similarity detection, and alter impression evaluation. This adaptive method assists technicians by categorizing incidents, figuring out associated historic instances, and extracting configuration merchandise particulars.
- Conversational change mannequin assistant – The third use case addresses the complexity of choosing applicable change fashions via a conversational AI assistant. The agent collects details about expertise households, change aims, and deployment environments to suggest appropriate change fashions. The system offers clickable suggestions that open pre-filled change kinds, streamlining the change request course of.
The conceptual structure interprets right into a production-ready implementation via Amazon Bedrock AgentCore, which offers managed primitives for constructing and deploying enterprise AI brokers. The serverless method of Amazon Bedrock AgentCore allows Iberdrola to give attention to agent logic reasonably than infrastructure administration whereas offering scalability and operational reliability.

Amazon Bedrock AgentCore parts
AgentCore Runtime serves as the muse for agent deployment, accepting containerized brokers constructed with any framework—in Iberdrola’s case, LangGraph—and deploying them via Amazon Elastic Container Registry (Amazon ECR) repositories. AgentCore Runtime maintains serverless traits, scaling based mostly on request quantity whereas offering session isolation. Every agent session can run as much as 8 hours for advanced workflows. Logs and metrics generated by AgentCore Runtime are mechanically captured by AgentCore Observability. As well as, Iberdrola has configured express logging to their self-hosted Langfuse occasion for centralized monitoring.
AgentCore Memory offers contextual continuity throughout agent interactions by sustaining reminiscence objects per agent session. Utilizing the reminiscence object, brokers can retailer and retrieve session state, dialog historical past, and intermediate processing outcomes. This functionality is crucial for Iberdrola’s multi-step workflows the place brokers should preserve context throughout validation phases or incident enrichment processes.
AgentCore Gateway simplifies software integration by performing as an MCP server that “MCPifies” exterior instruments and companies. Moderately than requiring customized integration code for every information supply, AgentCore Gateway offers standardized interfaces that brokers can eat constantly. This method is especially priceless for Iberdrola’s ServiceNow endpoint connections.
AgentCore Identity manages each inbound and outbound authentication flows, integrating with Entra ID via OAuth 2.0 protocols. For inbound requests, AgentCore Id validates bearer tokens and authorizes entry to underlying sources. For outbound operations, it handles token acquisition and manages safe communication with downstream instruments.
AgentCore Observability captures telemetry information from brokers utilizing OpenTelemetry requirements and surfaces this info via Amazon CloudWatch. This integration offers complete monitoring of operational metrics with out requiring further instrumentation.
Technical implementation
The implementation makes use of LiteLLM as a proxy layer for constant entry to Amazon Nova and Anthropic Claude fashions via Amazon Bedrock and numerous different fashions. This abstraction allows brokers to work together with totally different mannequin variants utilizing standardized API calls whereas Amazon Bedrock Guardrails offers security controls for mannequin outputs.
The structure addresses Iberdrola’s enterprise safety necessities via a virtual private cloud (VPC) configuration within AgentCore Runtime, so brokers can securely entry inside sources whereas sustaining community isolation. VPC endpoints present safe communication with inside information sources with out exposing site visitors to the general public web.
Customers provoke requests via ServiceNow, which communicates via a REST API to the MicroGateway that routes requests to applicable use case brokers. The information structure implements a hybrid method combining real-time operational entry with enriched analytical datasets. Uncooked ServiceNow information flows via ETL processes into Amazon Simple Storage Service (Amazon S3) storage, then into Amazon Relational Database Service (Amazon RDS) databases enhanced with pgvector extensions for semantic search.
The logs and metrics generated by the brokers deployed in AgentCore Runtime could be monitored utilizing AgentCore Observability. As well as, Iberdrola makes use of self-hosted Langfuse on Amazon Elastic Kubernetes Service (Amazon EKS) for a holistic view of spans and traces generated by the LLMs and the brokers.
Use case particulars
On this part, we focus on the implementation of two use instances talked about earlier: enhanced change administration and clever incident administration.
Enhanced change administration
The primary use case demonstrates an agentic workflow that helps the draft part of Iberdrola’s change administration course of via sequential agent execution inside a single AgentCore Runtime. The workflow processes change requests via 4 specialised brokers—Rule Extractor, Content material Validator, AIM Mannequin Analyst, and Part Transition—with every agent receiving context from the earlier step.
The implementation consists of the next key parts:
- Single runtime context circulate – Brokers function inside one AgentCore Runtime occasion, sustaining seamless context and session state throughout your entire validation pipeline
- LangGraph orchestration – Brokers are outlined as a graph construction, enabling visible workflow illustration, conditional branching based mostly on validation outcomes, and complete audit trails
- Vector-enhanced validation – Pgvector-enabled PostgreSQL helps semantic similarity searches, enabling the AIM Mannequin Analyst agent to match change fashions based mostly on technical descriptions reasonably than key phrase matching
- Constant processing – Change requests observe equivalent validation steps, assembly compliance necessities and high quality requirements
Clever incident administration
The second use case demonstrates clever multi-agent orchestration for incident administration, the place a Sensible Solver Agent analyzes incoming incidents and selectively engages specialised brokers based mostly on contextual wants. This implementation adapts processing steps to every incident’s distinctive traits, optimizing useful resource utilization whereas offering complete enrichment when wanted.
The implementation consists of the next key parts:
- Clever orchestration – The Sensible Solver Agent analyzes incident content material and determines which specialised brokers to invoke based mostly on lacking context and potential value-add
- Specialised agent engagement – 5 specialised brokers (Tag Classifier, Incident Similarity, Incident Associator, Change Associator, Context Retriever) can be found to supply enrichment based mostly on the element and complexity of the incident
- Adaptive processing – The system adjusts enrichment actions based mostly on incident complexity—easy incidents may solely require tagging, whereas advanced points obtain full contextual evaluation
Classes discovered
The implementation of AI brokers at Iberdrola demonstrates how the managed primitives of Amazon Bedrock AgentCore considerably speed up enterprise AI deployment. Amazon Bedrock AgentCore minimized the infrastructure complexity sometimes required for agentic AI, serving to groups give attention to agent logic whereas attaining scalable and secured cloud sources.“At Iberdrola, we’re extending our manufacturing AI platform with a brand new agentic functionality powered by Amazon Bedrock AgentCore,” says Iñigo Gutierrez, AI World Knowledgeable Engineer at Iberdrola. “Through the use of a managed serverless runtime with built-in id, reminiscence, and observability, we are able to ship LangGraph-based brokers that plan, name instruments via MCP-style gateways, and function securely inside our VPC. This characteristic strikes us from level automations to reusable, production-grade brokers—lowering engineering cognitive load and accelerating protected supply throughout IT operations.”
Key success elements
The answer provides the next key advantages:
- Goal-built runtime – AgentCore Runtime offers a fully-managed fast begin environments to host AI brokers with full session isolation. Moreover, out-of-the-box streaming and MCP and A2A help from AgentCore Runtime alleviate the necessity to develop customized options and construct help for these protocols.
- Managed infrastructure – The serverless compute runtimes, id, and reminiscence companies of Amazon Bedrock AgentCore reduce customized growth overhead for enterprise-grade capabilities.
- Enterprise safety – VPC help and complete tagging aligns with stringent IT necessities, accelerating growth with out compromising safety requirements.
- Open and framework-agnostic – Amazon Bedrock AgentCore suits effectively with growth pointers as a result of you possibly can select the event framework, resembling LangGraph, by including a easy decorator. Moreover, it has no restrictions on utilizing third-party or open-source options like Langfuse.
- Scalable software discovery – AgentCore Gateway mechanically indexes instruments and offers serverless semantic search, scaling from tens to a whole bunch of targets, completely managed.
Future roadmap
Iberdrola is contemplating the next future enhancements to the answer:
- Agent catalog – Enhance governance and discovery of brokers seamlessly built-in into the Amazon Bedrock AgentCore ecosystem
- New supported protocols and requirements – Evolve Iberdrola’s agent growth to make use of new protocols supported (resembling A2A) by AgentCore Runtime and different managed companies
- Managed orchestration and real-time circulate monitoring – Construct platform-provided dashboards that mechanically handle and monitor advanced interactions between a number of AI brokers, instruments, or workflows
Conclusion
Iberdrola’s revolutionary implementation showcases its management and imaginative and prescient in utilizing superior AI applied sciences to rework its operational workflows. By adopting Amazon Bedrock AgentCore, Iberdrola has demonstrated how organizations can deploy production-ready AI brokers with exceptional effectivity whereas assembly sturdy enterprise safety and scalability requirements. Via its strategic use of Amazon Bedrock AgentCore managed primitives, Iberdrola has realized substantial productiveness good points and unparalleled enhancements in information high quality throughout its change and incident administration processes. This profitable transformation underscores Iberdrola’s dedication to excellence in utilizing clever options to resolve advanced operational challenges. It additionally highlights the distinctive worth proposition of Amazon Bedrock AgentCore: industry-first serverless compute for AI brokers, built-in enterprise-grade safety, and adaptable deployment patterns that accommodate numerous processing necessities. The platform’s capability to streamline infrastructure complexity whereas supporting specialised workflows makes it an excellent basis for enterprise AI initiatives.
Organizations seeking to implement AI brokers in manufacturing environments can draw inspiration from Iberdrola’s architectural patterns and its efficient execution of AI-driven options. Iberdrola’s success serves as a blueprint for accelerating deployments and attaining operational excellence with an Amazon Bedrock AgentCore managed method, which reduces time-to-value and helps the dimensions and reliability demanded by enterprise AI methods.
In regards to the authors
Talha Chattha is a Sr. Agentic AI Specialist SA at AWS, based mostly in Stockholm. With 10+ years of expertise working with AI, Talha now helps set up practices to ease the trail to manufacturing for Agentic AI workloads. Talha is an professional in AgentCore and helps clients throughout whole EMEA. He holds ardour about meta-agents, async patterns, superior hierarchical options and optimized context engineering for brokers. When not shaping the way forward for AI, he explores the scenic European landscapes and scrumptious cuisines. Join with Talha at LinkedIn.
Unai Bermejo is a World Knowledgeable AI Engineer at Iberdrola. With 10 years of expertise in utilized AI, AI analysis, and software program engineering, Unai now helps Iberdrola set up greatest practices and frameworks in AI and agentic initiatives, aligned with company platforms and enterprise wants. He acts as a technical bridge between AI expertise, Cloud engineering groups, and enterprise builders, driving the adoption of scalable, accountable, and excessive‑impression AI options throughout the group.
Xabier Muruaga is the World Head of AI and Knowledge at Iberdrola. With over 15 years of expertise in AI/ML and information‑pushed architectures, he leads the corporate’s technique and governance for safe, cloud‑native, and manufacturing‑prepared AI platforms. His background throughout structure, digital transformation, and power applied sciences allows him to drive accountable, excessive‑impression AI and agentic initiatives throughout the group.
Iñigo Gutierrez is a World Cloud AI Engineer at Iberdrola with 5 years of expertise in Cloud structure, platform engineering, and AI enablement. Primarily based in Bilbao, he’s answerable for the design, evolution, and governance of the corporate’s company Cloud platforms, guaranteeing they supply a safe and scalable basis for AI and digital transformation initiatives. Iñigo acts as a technical enabler between Cloud engineering groups, AI tasks, and enterprise items, selling standardized practices, operational excellence, and the adoption of accountable, excessive‑impression AI options throughout the group.