AWS bedrock-agentcore documentation change
Summary
Added documentation sections for 'Find your resources' and 'Next steps' including resource locations and feature links
Security assessment
The changes add operational documentation about resource locations (CloudWatch logs, S3 buckets) and feature navigation, but don't explicitly address security vulnerabilities or introduce security features. While IAM roles and S3 bucket security are inherently security-related topics, the documentation only shows resource locations without discussing security controls.
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