AWS Security ChangesHomeSearch

AWS bedrock-agentcore documentation change

Service: bedrock-agentcore · 2026-02-25 · Documentation low

File: bedrock-agentcore/latest/devguide/add-policies-to-engine.md

Summary

Added reference link for policy validation documentation

Security assessment

Minor documentation update adding a cross-reference without introducing new security concepts or addressing vulnerabilities. Policy validation is a standard feature, not a security-specific change.

Diff

diff --git a/bedrock-agentcore/latest/devguide/add-policies-to-engine.md b/bedrock-agentcore/latest/devguide/add-policies-to-engine.md
index 2ac98462c..40d2f6419 100644
--- a//bedrock-agentcore/latest/devguide/add-policies-to-engine.md
+++ b//bedrock-agentcore/latest/devguide/add-policies-to-engine.md
@@ -11 +11 @@ You can create one or more policies in your policy engine to control how agents
-Use the policy engine ID from the previous step. The validation mode determines how policy validation findings are handled: `FAIL_ON_ANY_FINDINGS` will reject policies with validation issues, while `IGNORE_ALL_FINDINGS` will accept them.
+Use the policy engine ID from the previous step. The validation mode determines how policy validation findings are handled: `FAIL_ON_ANY_FINDINGS` will reject policies with validation issues, while `IGNORE_ALL_FINDINGS` will accept them. For more information about validation and the types of findings, see [Validate and test policies](./policy-validate-policies.html).