AWS Security ChangesHomeSearch

AWS bedrock-agentcore medium security documentation change

Service: bedrock-agentcore · 2025-08-16 · Security-related medium

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

Summary

Obfuscated example UUIDs in CloudTrail log entries

Security assessment

Replaced real-looking UUIDs with placeholder patterns (1234abcd-... and xxxx) to prevent accidental exposure of sensitive identifiers in documentation examples. This implements security best practices for sample data.

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 013d3672e..932c8800a 100644
--- a//bedrock-agentcore/latest/devguide/understanding-gateway-cloudtrail-log-entries.md
+++ b//bedrock-agentcore/latest/devguide/understanding-gateway-cloudtrail-log-entries.md
@@ -63,2 +63,2 @@ The following example shows a CloudTrail log entry that demonstrates the `Invoke
-          "requestID": "f5c835f7-9e49-45e6-9066-261b147fd82b",
-          "eventID": "4d2dcabf-29c4-36ef-8c10-32c6d4b8bfdd",
+          "requestID": "1234abcd-12ab-34cd-56ef-1234567890ab",
+          "eventID": "12345678-1234-5678-9abc-123456789012",
@@ -76 +76 @@ The following example shows a CloudTrail log entry that demonstrates the `Invoke
-          "sharedEventID": "dc12fcee-cf6f-49cc-a64e-2305101f2d51",
+          "sharedEventID": "12345678-xxxx-xxxx-xxxx-123456789012",
@@ -144 +144 @@ The following example shows a CloudTrail log entry for a successful `InvokeMcp`
-                "jti": "2adcca56-5276-44c2-9e11-d85ebc786e0e"
+                "jti": "1234abcd-12ab-34cd-56ef-1234567890ab"
@@ -152,2 +152,2 @@ The following example shows a CloudTrail log entry for a successful `InvokeMcp`
-          "requestID": "32fe7459-9736-49d7-bb8e-51e6714e49c6",
-          "eventID": "b76eaa29-04dd-3210-9779-7cfa63794c41",
+          "requestID": "1234abcd-12ab-34cd-56ef-1234567890ab",
+          "eventID": "12345678-1234-5678-9abc-123456789012",
@@ -165 +165 @@ The following example shows a CloudTrail log entry for a successful `InvokeMcp`
-          "sharedEventID": "a0fde1e5-2fe1-4da9-af6b-fce65b7e2f4f",
+          "sharedEventID": "1234abcd-12ab-34cd-56ef-1234567890ab",