AWS is showing how teams can monitor AI agents that do not run inside the Amazon Bedrock AgentCore runtime. The new walkthrough explains how to send telemetry from agents running on-premises, on developer machines, or in other clouds into Amazon Bedrock AgentCore Observability.

The setup uses the AWS Distro for OpenTelemetry, or ADOT, inside the agent application. ADOT captures agent traces, span metrics, and token usage, then routes that data to the AgentCore Observability dashboard. AWS says the pattern applies to agents built with frameworks such as Strands Agents, LangGraph, and CrewAI.

The practical problem is that agent systems often span tools, models, memory, and external services. Local cloud monitoring does not always show the reasoning steps, tool calls, or token costs that explain why an agent failed or became expensive.

The limitation is that this is still an AWS-centered monitoring path and requires configuration, credentials, and operational discipline. Even so, it shows that observability for AI agents is becoming a first-class infrastructure concern, especially as companies run agents across mixed environments.