Home icon

Building multi-tenant agents with Amazon Bedrock AgentCore

Machine Learning Blog



This article explores architectural design considerations for building production-ready multi-tenant agentic applications using Amazon Bedrock AgentCore, covering ten key components and three deployment patterns.

  • Agent runtime deployment: session-isolated microVMs provide tenant isolation without full VM overhead
  • Model selection: shared, tier-specific, or fine-tuned models balance cost, performance, and customization
  • Workflows: silo, pool, and bridge patterns manage tenant-specific business logic and processes
  • Multi-tenant RAG: dedicated or shared vector databases with metadata-based tenant filtering
  • Tenant context: JWT tokens encode security, tenant, and request context for secure propagation
  • Act-on-behalf pattern: recommended over impersonation for least-privilege agent authorization
  • Fine-grained access control: policies, tool interceptors, and ABAC enforce tenant isolation
  • Memory: hierarchical namespace isolation across global, strategy, tenant, user, and session levels
  • Agent identity and discovery: AgentCore Identity, Agent Registry, and ANS v2 framework
  • Cost tracking and observability: tenant-tagged metrics and OpenTelemetry integration for attribution
  • Guardrails: pre/post-processing safety controls prevent prompt injection and data leakage
  • Silo model: dedicated resources per tenant maximize isolation for compliance-sensitive workloads
  • Pool model: shared resources across tenants optimize cost and efficiency for many small tenants
  • Bridge model: hybrid approach combines siloed and pooled components at different architectural layers

AgentCore provides integrated Runtime, Gateway, Memory, Identity, and Observability components enabling secure, scalable multi-tenant agent architectures without reinventing foundational infrastructure.



Go to article

The AWS News Feed is currently looking for gold sponsors. If you want to support the AWS community and reach a large audience of AWS professionals, consider sponsoring the AWS News Feed.

Related articles

Jun 2
2026
Secure multi-tenant AI agents with Amazon Bedrock AgentCore resource-based policies
Aug 28
2024
Implementing tenant isolation using Agents for Amazon Bedrock in a multi-tenant environment
May 27
2026
Building AI agents for business support using Amazon Bedrock AgentCore
Oct 13
2025
Make agents a reality with Amazon Bedrock AgentCore: Now generally available

The AWS News Feed is currently looking for silver sponsors. If you want to support the AWS community and reach a large audience of AWS professionals, consider sponsoring the AWS News Feed.