AWS Security ChangesHomeSearch

AWS bedrock-agentcore documentation change

Service: bedrock-agentcore · 2026-04-10 · Documentation low

File: bedrock-agentcore/latest/devguide/observability-service-provided.md

Summary

Typographical fix (you're to you’re), formatting change for a note in a table (from ** to * and added whitespace), and moved a paragraph about instrumenting agent code for detailed observability from the end of the document to a more appropriate location earlier in the document.

Security assessment

The changes are primarily formatting, typographical, and structural reorganization. The moved paragraph discusses enabling observability through code instrumentation, which is a general monitoring and debugging feature, not a security-specific feature. There is no mention of security vulnerabilities, security incidents, or new security capabilities.

Diff

diff --git a/bedrock-agentcore/latest/devguide/observability-service-provided.md b/bedrock-agentcore/latest/devguide/observability-service-provided.md
index 3377d8ed3..1da11dc8d 100644
--- a//bedrock-agentcore/latest/devguide/observability-service-provided.md
+++ b//bedrock-agentcore/latest/devguide/observability-service-provided.md
@@ -7 +7 @@
-For agents running in the AgentCore runtime, AgentCore automatically generates a set of session metrics which you can view in the Amazon CloudWatch Logs generative AI observability page. You can also use AgentCore observability to monitor the performance of memory, gateway, and built-in tool resources, even if you're not using the AgentCore runtime to host your agents. For memory, gateway, and built-in tool resources, AgentCore outputs a default set of data to CloudWatch.
+For agents running in the AgentCore runtime, AgentCore automatically generates a set of session metrics which you can view in the Amazon CloudWatch Logs generative AI observability page. You can also use AgentCore observability to monitor the performance of memory, gateway, and built-in tool resources, even if you’re not using the AgentCore runtime to host your agents. For memory, gateway, and built-in tool resources, AgentCore outputs a default set of data to CloudWatch.
@@ -21 +21,4 @@ Policy | Metrics, Spans** | Yes | Yes
-** Policy related observability is displayed under the AgentCore Gateway tab in CloudWatch gen AI observability.
+    * Policy related observability is displayed under the AgentCore Gateway tab in CloudWatch gen AI observability.
+
+
+
@@ -28,0 +32,2 @@ Refer to the following topics to learn about the default service-provided observ
+By instrumenting your agent code, you can also gather more detailed trace and span data as well as custom metrics. See [Enabling observability in agent code for AgentCore-hosted agents](./observability-configure.html#observability-configure-custom) to learn more.
+
@@ -46,2 +50,0 @@ Refer to the following topics to learn about the default service-provided observ
-By instrumenting your agent code, you can also gather more detailed trace and span data as well as custom metrics. See [Enabling observability in agent code for AgentCore-hosted agents](./observability-configure.html#observability-configure-custom) to learn more.
-