AWS Security ChangesHomeSearch

AWS bedrock-agentcore documentation change

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

File: bedrock-agentcore/latest/devguide/browser-enterprise-policies.md

Summary

Formatting changes to headings (markdown heading syntax to bold text) and restructuring of code examples with numbered steps for AWS CLI, Boto3, and API sections.

Security assessment

Changes improve readability and structure of existing enterprise policy documentation but do not introduce new security content or address specific vulnerabilities. The enterprise policies themselves are security features, but the changes are formatting/organizational.

Diff

diff --git a/bedrock-agentcore/latest/devguide/browser-enterprise-policies.md b/bedrock-agentcore/latest/devguide/browser-enterprise-policies.md
index 71a96b055..a1bed4a92 100644
--- a//bedrock-agentcore/latest/devguide/browser-enterprise-policies.md
+++ b//bedrock-agentcore/latest/devguide/browser-enterprise-policies.md
@@ -64 +64 @@ Create JSON files containing the policies you want to apply. Each file should co
-###### Example managed policy file
+**Example managed policy file**
@@ -75 +75 @@ This file disables autofill and password saving:
-###### Example recommended policy file
+**Example recommended policy file**
@@ -100 +100 @@ To enforce enterprise policies that cannot be overridden, create a custom browse
-AWS CLI
+###### Example
@@ -101,0 +102 @@ AWS CLI
+AWS CLI
@@ -104 +105 @@ AWS CLI
-    aws bedrock-agentcore-control create-browser \
+  1.     aws bedrock-agentcore-control create-browser \
@@ -119 +119,0 @@ AWS CLI
-Boto3
@@ -123 +123,4 @@ Boto3
-    import boto3
+Boto3
+    
+
+  1.     import boto3
@@ -146 +148,0 @@ Boto3
-API
@@ -150 +152,4 @@ API
-    awscurl -X PUT \
+API
+    
+
+  1.     awscurl -X PUT \
@@ -178 +186 @@ For the default browser, set `browserIdentifier` to `aws.browser.v1`.
-AWS CLI
+###### Example
@@ -179,0 +188 @@ AWS CLI
+AWS CLI
@@ -182 +191 @@ AWS CLI
-    aws bedrock-agentcore start-browser-session \
+  1.     aws bedrock-agentcore start-browser-session \
@@ -199 +207,0 @@ AWS CLI
-Boto3
@@ -203 +211,4 @@ Boto3
-    import boto3
+Boto3
+    
+
+  1.     import boto3
@@ -227 +237,0 @@ Boto3
-API
@@ -231 +241,4 @@ API
-    awscurl -X PUT \
+API
+    
+
+  1.     awscurl -X PUT \