AWS Security ChangesHomeSearch

AWS bedrock-agentcore documentation change

Service: bedrock-agentcore · 2025-10-19 · Documentation low

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

Summary

Updated section title from 'Building browser agents' to 'Using AgentCore Browser with other libraries'

Security assessment

This is a simple title change for better clarity, with no security implications. The modification doesn't reference any security considerations or vulnerabilities.

Diff

diff --git a/bedrock-agentcore/latest/devguide/browser-onboarding.md b/bedrock-agentcore/latest/devguide/browser-onboarding.md
index ef2712177..25da914b7 100644
--- a//bedrock-agentcore/latest/devguide/browser-onboarding.md
+++ b//bedrock-agentcore/latest/devguide/browser-onboarding.md
@@ -5 +5 @@
-PrerequisitesUsing AgentCore Browser via AWS Strands
+PrerequisitesUsing AgentCore Browser via AWS StrandsFind your resourcesNext steps
@@ -18,0 +19,4 @@ This page covers the prerequisites and helps you get started using _AWS Strands_
+  * Find your resources
+
+  * Next steps
+
@@ -288,0 +293,28 @@ The BrowserViewerServer component provides a local web server that connects to t
+## Find your resources
+
+After using AgentCore Browser, view your resources in the AWS Console:
+
+# | Resource | Location  
+---|---|---  
+1 | Live View | Browser Console > Tool Name > **View live session**  
+2 | Session Recordings | Browser Console > Tool Name > **View recording**  
+3 | Browser Logs | **CloudWatch** > **Log groups** > `/aws/bedrock-agentcore/browser/`  
+4 | Recording Files | **S3** > Your bucket > `browser-recordings/` prefix  
+5 | Custom Browsers | **AgentCore Console** > **Built-in tools** > Your custom browser  
+6 | IAM Roles | **IAM** > **Roles** > Search for your execution role  
+  
+## Next steps
+
+Now that you have AgentCore Browser working, explore these advanced features:
+
+  * [Browser session recording and replay](./browser-session-replay.html) \- Record and replay sessions for debugging
+
+  * [Using AgentCore Browser with other Browser libraries and tools](./browser-building-agents.html) \- Use other frameworks like Nova Act or Playwright
+
+  * [Use cases](./browser-tool.html#browser-use-cases) \- See real-world implementation examples
+
+  * [Resource and session management](./browser-resource-session-management.html) \- Learn about API operations and custom browsers
+
+
+
+
@@ -297 +329 @@ AgentCore Browser: interact with web applications
-Building browser agents
+Using AgentCore Browser with other libraries