AWS Security ChangesHomeSearch

AWS bedrock-agentcore documentation change

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

File: bedrock-agentcore/latest/devguide/browser-quickstart.md

Summary

Added table of contents (Topics section), updated IAM policy resource ARN placeholder format from <account_id> to ++<account_id>++, and minor text formatting changes.

Security assessment

Changes are primarily organizational (adding TOC) and cosmetic (placeholder formatting). The IAM policy change only modifies how the account_id placeholder is displayed in documentation (++account_id++ vs <account_id>), not the actual security permissions or policy structure. No security vulnerabilities or features are addressed.

Diff

diff --git a/bedrock-agentcore/latest/devguide/browser-quickstart.md b/bedrock-agentcore/latest/devguide/browser-quickstart.md
index 81db48806..52a645186 100644
--- a//bedrock-agentcore/latest/devguide/browser-quickstart.md
+++ b//bedrock-agentcore/latest/devguide/browser-quickstart.md
@@ -9 +9,24 @@ PrerequisitesStep 1: Install dependenciesStep 2: Create your agentStep 3: Run th
-AgentCore Browser enables your agents to interact with web pages through a managed Chrome browser. In this guide, you'll create an AI agent that navigates a website and extracts information — in under 5 minutes.
+AgentCore Browser enables your agents to interact with web pages through a managed Chrome browser. In this guide, you’ll create an AI agent that navigates a website and extracts information — in under 5 minutes.
+
+###### Topics
+
+  * Prerequisites
+
+  * Step 1: Install dependencies
+
+  * Step 2: Create your agent
+
+  * Step 3: Run the agent
+
+  * Step 4: View the browser session live
+
+  * Find your resources
+
+  * Next steps
+
+  * [Using AgentCore Browser with Nova Act](./browser-quickstart-nova-act.html)
+
+  * [Using AgentCore Browser with Playwright](./browser-quickstart-playwright.html)
+
+
+
@@ -32 +55 @@ If this command fails, see [Configuration and credential file settings](https://
-###### IAM permissions
+**IAM permissions**
@@ -56 +79 @@ Attach this policy to your IAM identity. In the IAM Console, find your user or r
-                "Resource": "arn:aws:bedrock-agentcore:<Region>:<account_id>:browser/*"
+                "Resource": "arn:aws:bedrock-agentcore:<Region>:++<account_id>++:browser/*"