Skip to main content

AI & assistant-friendly summary

This section provides structured content for AI assistants and search engines. You can cite or summarize it when referencing this page.

Summary

The AWS European Sovereign Cloud reached GA in Brandenburg on January 15, 2026—but most EU SaaS workloads still fit standard EU regions plus DPA/SCC. This guide separates data at rest, inference routing (Bedrock geographic vs global profiles), and when sovereign cloud is worth the premium.

Key Facts

  • The AWS European Sovereign Cloud reached GA in Brandenburg on January 15, 2026—but most EU SaaS workloads still fit standard EU regions plus DPA/SCC
  • This guide separates data at rest, inference routing (Bedrock geographic vs global profiles), and when sovereign cloud is worth the premium
  • January 15, 2026 — AWS announced general availability of the first AWS European Sovereign Cloud Region in Brandenburg, Germany (press release, AWS News Blog)
  • That date matters because procurement decks written in 2024 still say “sovereign cloud coming soon
  • For Amazon Bedrock workloads, the inference-profile choice (next section) matters more than the region badge

Entity Definitions

Amazon Bedrock
Amazon Bedrock is an AWS service discussed in this article.
Bedrock
Bedrock is an AWS service discussed in this article.
SageMaker
SageMaker is an AWS service discussed in this article.
S3
S3 is an AWS service discussed in this article.
RDS
RDS is an AWS service discussed in this article.
cost optimization
cost optimization is a cloud computing concept discussed in this article.
compliance
compliance is a cloud computing concept discussed in this article.
HIPAA
HIPAA is a cloud computing concept discussed in this article.

AWS Data Residency and Sovereignty in 2026: Regions, Inference Boundaries, and What Actually Stays in Country

Quick summary: The AWS European Sovereign Cloud reached GA in Brandenburg on January 15, 2026—but most EU SaaS workloads still fit standard EU regions plus DPA/SCC. This guide separates data at rest, inference routing (Bedrock geographic vs global profiles), and when sovereign cloud is worth the premium.

Key Takeaways

  • The AWS European Sovereign Cloud reached GA in Brandenburg on January 15, 2026—but most EU SaaS workloads still fit standard EU regions plus DPA/SCC
  • This guide separates data at rest, inference routing (Bedrock geographic vs global profiles), and when sovereign cloud is worth the premium
  • January 15, 2026 — AWS announced general availability of the first AWS European Sovereign Cloud Region in Brandenburg, Germany (press release, AWS News Blog)
  • That date matters because procurement decks written in 2024 still say “sovereign cloud coming soon
  • For Amazon Bedrock workloads, the inference-profile choice (next section) matters more than the region badge
AWS Data Residency and Sovereignty in 2026: Regions, Inference Boundaries, and What Actually Stays in Country
Table of Contents

January 15, 2026 — AWS announced general availability of the first AWS European Sovereign Cloud Region in Brandenburg, Germany (press release, AWS News Blog). That date matters because procurement decks written in 2024 still say “sovereign cloud coming soon.”

This article is the single sovereignty reference for architects: residency vs sovereignty, region matrix, GenAI inference boundaries, and when to pay for sovereign cloud. For GDPR operational steps (DSAR, RoPA, DPA), use the dedicated GDPR SaaS guide—do not duplicate that checklist here.

Benchmark pattern (not a cited client) — EU B2B SaaS with ~70% EU tenants: primary data in eu-central-1, Bedrock geographic EU inference profile, no Sovereign Cloud requirement in 2026 contracts reviewed—~15–25% premium quoted for sovereign-only RFPs we have seen in market materials (vendor quotes vary; validate for your procurement).

Definitions (stop conflating these)

TermQuestion it answersAWS example
ResidencyWhere bits at rest liveS3 bucket in eu-west-1
LocalizationProcessing in same jurisdictionRDS + app tier in same region
SovereigntyWho operates cloud under which lawEuropean Sovereign Cloud vs commercial EU
Inference boundaryWhere model runs on promptsBedrock single-region vs geographic profile

2026 region matrix (data at rest)

BoundaryRegions (representative)Notes
EU commercialeu-central-1, eu-west-1, eu-west-3, eu-north-1, eu-south-1, eu-south-2 (Spain commercial), eu-central-2Default for most GDPR processing + AWS DPA
EU sovereignEuropean Sovereign Cloud (Brandenburg GA Jan 2026); planned sovereign Local Zones (BE, NL, PT announced)EU-operated; separate opt-in
UKeu-west-2 (London)UK GDPR
US commercialus-east-1, us-west-2, …Standard US processing
US GovAWS GovCloud (US)Federal/state regulated

Opinionated take: Start on standard EU commercial regions unless a contract explicitly requires sovereign cloud operations. Sovereign Cloud is a premium, narrower service roadmap—not the default EU button. For Amazon Bedrock workloads, the inference-profile choice (next section) matters more than the region badge.

GenAI: Bedrock inference boundaries (2026)

Model availability is region-specific—see Model support by Region before architecture sign-off.

ModeResidency behaviorWhen to use
Single-region inferenceProcessing in chosen regionStrictest interpretation
Geographic cross-Region inferenceProcessing stays within geography (EU, US, APAC, Japan, Australia)Higher throughput; EU GDPR estates often acceptable with legal review
Global cross-Region inferenceMay use commercial regions worldwideNot for residency-sensitive workloads; ~10% cost/throughput tradeoff per AWS

AWS states geographic profiles keep processing within the defined geography while prompts/responses may traverse Regions encrypted; stored artifacts (knowledge bases, configs) remain in the source Region—read geographic cross-Region inference and the security blog before DPAs reference them.

Failure mode: Static app in eu-central-1 calling global profile to chase latency—DPA says EU-only; legal review fails in procurement.

EU Sovereign Cloud vs standard EU regions

Sovereign Cloud (2026 GA):

  • EU-isolated operations model (separate from commercial partition).
  • For public sector, defense, and enterprises with sovereign operations contractual clauses.

Standard EU regions:

  • Mature service breadth, lower friction, AWS DPA, established auditor familiarity.
  • Pair with SCC + TIA when US support/subprocessors remain in scope (GDPR guide).

When NOT to jump to Sovereign Cloud: early-stage startup, no contractual sovereign clause, need for full commercial service catalog on day one.

Schrems II / DPF / SCC (executive summary)

  • Adequacy / DPF frames US transfers at legal layer; architecture still minimizes transfers.
  • SCC + Transfer Impact Assessment when using US regions or US-based support paths for EU data.
  • Technical measures: encryption, access logging, region pinning, inference profile choice.

We do not provide legal advice—pair this section with counsel.

Decision tree (contract → architecture)

Contract requires EU-only operations & EU-governed cloud?
  YES → Evaluate European Sovereign Cloud + legal review of service roadmap
  NO  → EU commercial region + DPA + minimize US processing

GenAI in scope?
  YES → Match Bedrock region + geographic profile; block global profile via IAM/SCP if needed
  NO  → Region-pin data stores + backups + replicas

UK + EU users?
  YES → Split tenant routing or dual-region strategy (London vs Frankfurt/Ireland)

Full tree: examples/architecture-blog-2026/data-residency/region-decision-tree.md.

What broke: residency on paper only

What broke — A fintech-adjacent SaaS stored RDS in eu-west-1 but invoked us-east-1 Bedrock (global profile) for ~6 weeks during a hackathon-style ship. DPA review flagged sub-processor location mismatch; feature flag killed US inference, ~$4k wasted sprint (internal estimate). Remediation: geographic EU profile + SCP deny on non-EU bedrock:InvokeModel ARNs.

What to do this week

  1. Inventory data classes (PII, PHI, PCI, model prompts).
  2. Export region per datastore + Bedrock invocation region from CloudTrail sample.
  3. Walk the decision tree with legal for one enterprise contract.
  4. Update RFP boilerplate: separate residency, sovereignty, inference.

Reproduce this — Copy examples/architecture-blog-2026/data-residency/region-decision-tree.md. Verify against AWS data residency, Sovereign Cloud FAQ, and current Bedrock Region tables (May 2026).

Need a second pair of eyes against your contracts? AWS cloud security consulting and cloud compliance services.

What this post does not cover


Related: NIS2 on AWS · DORA for financial services · Security & compliance hub

If you only do one thing: Align Bedrock inference profile with the same geography you promised for S3/RDS—before legal reviews the demo environment.

PP
Palaniappan P

AWS Cloud Architect & AI Expert

AWS-certified cloud architect and AI expert with deep expertise in cloud migrations, cost optimization, and generative AI on AWS.

AWS ArchitectureCloud MigrationGenAI on AWSCost OptimizationDevOps

Ready to discuss your AWS strategy?

Our certified architects can help you implement these solutions.

Recommended Reading

Explore All Articles »