AWS Releases Reference Architecture for Enterprise Claude Apps Gateway

AWS ML Blog · rss · 2026-08-11

The AWS Machine Learning Blog published a reference architecture for deploying the Anthropic Claude apps gateway for enterprise workloads. The gateway provides administrators with centralized governance features like authentication, model access control, cost attribution, and spend enforcement for deploying Claude Code and Claude Desktop at scale.

Architecture & Deployment: The gateway runs as a stateless container on AWS Fargate (EKS/EC2 also supported), using RDS for PostgreSQL for short-lived sign-in state and spend counters. It terminates TLS via an internal ALB and resolves via Route 53 private hosted zones. It authenticates to Amazon Bedrock using IAM roles, keeping static credentials in Secrets Manager so no upstream credentials reside on developer machines.

Governance Features:

Original post →

More from coding & agent

coding & agent channel →