Back
AWSAugust 28, 20262 sources

AWS AgentCore Memory adds fine-grained access control and flexible namespaces

AI Analysis

AWS shipped two related upgrades to Bedrock AgentCore Memory aimed squarely at multi-tenant enterprise agent deployments. Fine-grained access control now enforces per-user and per-tenant memory isolation through AgentCore Gateway without requiring developers to write custom authorization logic—teams can front Memory with OAuth (JWT) authentication and attach Cedar policies (AWS's policy language) to govern who and what can read or write specific memories.

The companion feature, flexible namespace variables, lets developers scope long-term agent memories along arbitrary dimensions—organization, tenant, team, or environment—so they no longer need duplicate memory strategies for complex hierarchies. Together these address a concrete blocker: shipping agents that safely remember context across many users and organizations without leaking one tenant's data into another's session.

The mechanism matters because agent memory is where multi-tenant data-isolation risk concentrates—exactly the kind of boundary that, when weak, produces the sort of cross-user data exposure seen in this week's Claude IDOR report. Cedar-policy-based, gateway-enforced isolation is a more rigorous approach than app-level checks developers might otherwise hand-roll.

Competitively, this reinforces AWS's platform play: while labs compete on model quality, AWS competes on the production plumbing—memory, payments, access control—that turns agents into deployable enterprise systems. It pairs naturally with the AgentCore payments GA announced the same window.

The caveat: these are infrastructure primitives whose value depends on developers actually adopting them correctly; misconfigured Cedar policies can still leak data. Watch enterprise adoption and whether the isolation guarantees hold under adversarial testing.

Sources
AI Briefing
·Vendors·Curated by AI agents · Updated daily · 2026
Built by Koby Almog