AWS Bedrock AgentCore adds Chrome enterprise policy support with 450+ browser settings
Amazon Bedrock AgentCore Browser now supports Chrome enterprise policies and custom root CA certificates, giving organizations control over 450+ browser settings for AI agents. The feature enables URL filtering, download restrictions, password manager controls, and connectivity to internal services through custom certificate authorities.
AWS Bedrock AgentCore adds Chrome enterprise policy support with 450+ browser settings
Amazon Bedrock AgentCore Browser now supports Chrome enterprise policies and custom root CA certificates, according to AWS. Organizations can now configure over 450 browser settings for AI agents, including URL filtering, download restrictions, and password manager controls.
Two-tier policy enforcement
The implementation uses two layers of policy enforcement. Managed policies operate at the browser level through Chrome's /etc/chromium/policies/managed/ directory. These policies are provided during browser creation via the control plane API and apply to every session. Recommended policies operate at the session level through Chrome's /etc/chromium/policies/recommended/ directory and can be provided when starting a browser session through the data plane API.
When managed and recommended policies conflict on the same setting, the managed policy takes precedence. This follows standard Chrome enterprise behavior.
Custom root CA certificate support
Organizations can store root CA certificates in AWS Secrets Manager and reference them when creating a browser or AgentCore Code Interpreter. The service imports the certificate into the certificate trust store, enabling connections to internal services and SSL-intercepting proxies without disabling certificate validation.
This addresses a specific barrier for organizations with internal services using private certificate authorities, where HTTPS connections previously failed with certificate validation errors.
Implementation architecture
Chrome policy JSON files are stored in Amazon S3. The control plane fetches these files when CreateBrowser is called and retrieves optional root CA certificates from AWS Secrets Manager. Applications call the CreateBrowser API followed by the StartBrowserSession API. The control plane passes browser configuration metadata to the data plane, which deploys managed policies, recommended policies, and root CA certificates to the isolated browser session.
Use case: domain restriction
The feature addresses three organizational requirements. First, URL allowlists and denylists restrict agent scope to approved domains. An agent processing invoices on a specific portal can be prevented from accessing social media or search engines through browser-level enforcement.
Second, organizations can disable risky browser features including password managers, file downloads, and autofill capabilities. Third, policy management is separated from agent development—security teams define browser configurations while development teams focus on agent logic.
Availability
The feature is available now in AWS Regions where Amazon Bedrock AgentCore is supported. AWS provides a complete sample implementation as a Jupyter notebook in the amazon-bedrock-agentcore-samples repository on GitHub. The sample demonstrates policy enforcement through session recording and custom root CA certificate configuration using a public test site.
Prerequisites include Python 3.10 or later, AWS credentials, and access to an AI model. The sample uses Anthropic Claude through Amazon Bedrock, though AgentCore is model-agnostic.
What this means
This is infrastructure-level security for browser-based AI agents. Organizations running agents that interact with web services can now enforce the same browser restrictions they apply to human users. The separation of managed and recommended policies provides a clear boundary between security team controls and application-level configuration. Custom root CA support removes a significant deployment blocker for enterprises with private certificate authorities, where agent browser sessions previously couldn't connect to internal services without disabling certificate validation entirely.
Related Articles
First Orion Cuts QA Bottlenecks by Replacing Selenium Scripts with Amazon Nova Act Agents
Branded communications company First Orion adopted Amazon Nova Act as a pre-release partner in March 2025 to replace fragile Selenium and Playwright test scripts with natural-language QA automation. The shift let QA analysts author tests directly without waiting on automation engineers to translate test cases into code.
OpenAI's Daybreak Red and Daybreak Blue Cybersecurity Models Now Available on Amazon Bedrock
AWS and OpenAI have made Daybreak Red (GPT-5.6 Cyber) and Daybreak Blue (GPT-5.6 Sol) available to eligible customers on Amazon Bedrock in US East (N. Virginia). The purpose-trained cybersecurity models run under AWS's zero-operator-access infrastructure and require enrollment in OpenAI's Trusted Access for Cyber program.
AWS Publishes Reference Architecture for Deploying Anthropic's Claude Apps Gateway at Enterprise Scale
AWS published a production reference architecture for deploying Anthropic's Claude apps gateway, a self-hosted governance layer that sits between Claude Code, Claude Desktop, and Amazon Bedrock or Claude Platform on AWS. The deployment pattern centralizes SSO authentication, model access policy, and spend controls for enterprise rollouts.
Anthropic Makes Claude Code's Auto Mode Default for Pro, Max, and Team Users on August 14
Anthropic will make Claude Code's auto mode the default for Pro, Max, and Team accounts starting August 14, reducing step-by-step approval prompts. The company cites a study of 1,053 testers showing auto mode caught 89% of harmful actions versus 13.6% for manual review.
Comments
Loading...