Skip to content

Claude Enterprise & Deployment

📖 5 min read claudeenterprisedeploymentsecuritycompliance
Claude for Teams, enterprise deployment options (AWS Bedrock, Vertex AI, Claude Platform on AWS, Microsoft Foundry), data privacy, compliance (SOC 2, HIPAA), admin controls, and custom pricing.
Key Takeaways
  • Four deployment paths: Claude API (first-party), AWS Bedrock, Vertex AI, Claude Platform on AWS (CCU billing via Marketplace)
  • Zero-retention API for enterprises: prompts and outputs are not stored or used for training
  • SOC 2 Type II, HIPAA compliance. Claude Platform on AWS adds AWS-native security and billing
  • Data residency: US-only inference with 1.1x pricing multiplier on Opus 4.6+ and Sonnet 4.6+

Claude for Teams

Plans & Pricing

PlanPriceKey Features
Claude Pro$20/mo per seatAPI access, Claude Code (1 surface), Cowork (limited), Dispatch (limited)
Claude Max100/moindividual/100/mo individual / 200/mo teamAll surfaces, extended usage, priority access, advanced features
Claude for Teams (Enterprise)CustomAdmin console, SSO/SAML, audit logs, data retention controls, volume discounts

Enterprise Features

FeatureDescription
Admin ConsoleManage users, set policies, monitor usage
SSO/SAMLOkta, Azure AD, Google Workspace integration
Audit LogsTrack all API calls and user actions
Data ControlsZero-retention API, data residency, custom retention policies
Usage AnalyticsPer-user, per-model, per-project cost tracking
Custom Rate LimitsNegotiated based on your workload
Priority SupportDedicated support team, SLAs
Volume DiscountsCustom pricing for high-volume users

Deployment Options

1. Claude API (First-Party) — Anthropic Hosted

simplest → most control
Claude API → Claude Platform on AWS → Bedrock → Vertex AI
  • Best for: Quick startup, standard workloads, global access
  • Billing: Per-token via Anthropic Console
  • Infrastructure: Anthropic-managed
  • Data residency: US-only via inference_geo: "us" parameter (1.1x pricing on Opus 4.6+)

2. Claude Platform on AWS

  • Best for: AWS-native organizations wanting direct billing
  • Billing: Claude Consumption Units (CCU) via AWS Marketplace ($0.01/CCU)
  • Infrastructure: Co-managed — Anthropic serves, AWS bills
  • Key benefit: Single AWS bill, enterprise procurement, private offers
Token usage → USD pricing → CCU conversion → AWS Marketplace billing → Monthly invoice
| |
At standard API rates $0.01 per CCU

3. Amazon Bedrock

  • Best for: AWS organizations needing VPC-level security
  • Infrastructure: AWS-hosted, within your VPC
  • Features: IAM integration, CloudTrail, VPC endpoints, KMS encryption
  • Endpoints: Global (dynamic routing) and regional (data residency guarantee)
Model on BedrockGlobal EndpointRegional Endpoint
Claude Opus 4.8Standard pricing10% premium
Claude Sonnet 4.6Standard pricing10% premium

4. Vertex AI (Google Cloud)

  • Best for: GCP-native organizations
  • Infrastructure: Google-hosted
  • Endpoints: Global, multi-region, and regional
  • Features: IAM integration, Cloud Logging, VPC Service Controls

5. Microsoft Foundry

  • Best for: Azure-native organizations
  • Infrastructure: Microsoft-managed
  • Features: Azure AD integration, Azure Monitor

Data Privacy & Security

Zero-Retention API

Enterprise customers can enable zero-retention for the API:

  • Prompts and completions are NOT stored
  • Data is NOT used for model training
  • Data is NOT used to improve Anthropic services
  • Audit logs confirm zero-retention status per request

Compliance

StandardStatusNotes
SOC 2 Type II✅ CertifiedAnnual audit, report available to enterprise customers
HIPAA✅ EligibleBAA available for covered entities
GDPR✅ CompliantData processing agreements, EU hosting options
CCPA✅ CompliantData subject access requests supported
ISO 27001In progressCertification in review

Data Residency

For Opus 4.6+, Sonnet 4.6+, and later models:

# US-only inference (1.1x pricing multiplier)
client.messages.create(
model="claude-sonnet-4-6",
inference_geo="us", # Routes to US data centers only
...
)
# Global routing (default, standard pricing): inference_geo="global"

Model Deprecation Policy

Anthropic provides advance notice for model deprecations:

ModelStatusRetirement DateMigrate To
Claude Sonnet 4DeprecatedJune 15, 2026Sonnet 4.6
Claude Opus 4DeprecatedJune 15, 2026Opus 4.8
Claude Haiku 3.5Retired (except Bedrock/Vertex)Already retiredHaiku 4.5

See Anthropic’s deprecation policy for full schedule.

Cost Comparison — Deployment Options

ScenarioAPI (First-Party)AWS BedrockVertex AI
Per-token costStandard ratesStandard + 10% (regional)Standard + 10% (regional)
Billing integrationAnthropic ConsoleAWS billGCP bill
Setup timeMinutesHours (AWS config)Hours (GCP config)
Security modelAnthropic-managedVPC-level (IAM + KMS)VPC-level (IAM)
Best forQuick startAWS-native, compliance-heavyGCP-native
Prompt caching✅ (cache writes only)✅ (cache writes only)
Batch API✅ 50% discount

Recommendation: Start with the API. Move to Bedrock/Vertical when you need VPC-level security or want to consolidate on a single cloud bill.

Enterprise Contact