AWS Security ChangesHomeSearch

AWS bedrock-agentcore low security documentation change

Service: bedrock-agentcore · 2025-08-10 · Security-related low

File: bedrock-agentcore/latest/devguide/understanding-gateway-cloudtrail-log-entries.md

Summary

Corrected data type in CloudTrail log example (string '0.0' to integer 0)

Security assessment

While minor, accurate CloudTrail logging is crucial for security monitoring and auditing. The correction ensures proper log parsing and interpretation, which could impact security investigations. However, there's no indication this fixes an active exploit or vulnerability.

Diff

diff --git a/bedrock-agentcore/latest/devguide/understanding-gateway-cloudtrail-log-entries.md b/bedrock-agentcore/latest/devguide/understanding-gateway-cloudtrail-log-entries.md
index 2e92e936a..013d3672e 100644
--- a//bedrock-agentcore/latest/devguide/understanding-gateway-cloudtrail-log-entries.md
+++ b//bedrock-agentcore/latest/devguide/understanding-gateway-cloudtrail-log-entries.md
@@ -54 +54 @@ The following example shows a CloudTrail log entry that demonstrates the `Invoke
-              "id": "0.0",
+              "id": 0,