← Back to News

AWS adds Bedrock AgentCore tenant controls

2026-06-04 · aws-security

AWS Security Blog highlighted new Bedrock AgentCore policy controls for multi-tenant agents. The update focuses on tenant isolation, scoped tool access, and policy enforcement before agent actions reach downstream systems.


What Happened

AWS is pushing AgentCore toward production use in shared environments by adding policy-driven controls around tool access and tenant boundaries. The post emphasizes cross-account access, private VPC constraints, and policy enforcement that can be reasoned about instead of improvised in application code.

The Cost of Data Loss

When agent permissions are too broad, a single prompt injection or compromised workflow can expose tenant data, credentials, or internal tools. Recovery gets harder if policy artifacts and tenant mapping are not preserved, because teams cannot quickly prove what an agent was allowed to do before the incident.

How Cold Storage Prevents This

Keep policy exports, IAM baselines, and tenant access mappings in immutable offline backups so you can restore a trusted authorization state after an incident. Cold storage also helps preserve forensic snapshots of agent behavior, making it easier to rebuild a clean control plane without reintroducing a compromised policy.

Read Original Post →