Deploying AI across jurisdictions turns data residency from a storage question into an architecture question. The obligations no longer attach only to where data rests — they attach to where prompts are processed, where logs land, where embeddings live, and who can administratively reach any of it. This page provides the strategy layer: the six data flows every AI deployment moves, why in-region storage stopped being sufficient, and the four residency strategies with the selection frame that assigns them per workload.
The Flow Inventory: What Residency Law Sees in an AI System
An AI deployment moves regulated data through at least six flows — user prompts, model outputs, logs and telemetry, embeddings and caches, training or fine-tuning data, and cross-region operational traffic — and a residency strategy starts by inventorying where each flow originates, lands, and crosses a border, because obligations attach to flows, not to the model.
| Flow | What it carries | Common blind spot |
| User prompts | The regulated content users type or say | Processing region assumed to follow storage region |
| Model outputs | Generated content derived from regulated inputs | Output delivery networks spanning regions |
| Logs and telemetry | Prompt fragments, usage records, traces | Observability SaaS in a different jurisdiction |
| Embeddings and caches | Vector representations of regulated content | Treated as "derived" and ignored — they re-identify |
| Training and fine-tuning data | Corpora with the highest sensitivity | Preparation pipelines crossing borders before training |
| Operational traffic | Support access, backups, monitoring | Administrative reach from another jurisdiction |

The inventory is the first artifact of any residency strategy because regional requirement maps — which cover obligations across the EU, US, China, India, and beyond — bind these flows differently by jurisdiction and sector. Which law binds which flow is a jurisdiction-specific determination; the inventory is what makes that determination possible. Until the flows are mapped, every residency claim your organization makes is an assumption.
Why In-Region Storage Stopped Being Enough
Storage location was the old question; current coverage argues sovereignty must travel with the data — processing, access control, and administrative reach all create exposure regardless of where bytes rest, which is why an in-region bucket feeding an out-of-region model call still crosses the border in the way residency rules care about.
The distinction that changed the game:
- Storage residency asks where the data rests — answerable with a region selector.
- Processing residency asks where computation on the data happens — and in cloud AI, the compute is wherever the model runs.
- Access and administrative residency asks who can reach the data operationally — support staff, telemetry pipelines, subprocessors — regardless of storage.
Infrastructure coverage states the conclusion plainly: data staying in-region does not guarantee compliance anymore, because sovereignty of processing and access must travel with it. The architectural consequence is the point: an in-region storage bucket whose contents are fetched, processed in another region's model call, and logged to a third region's observability stack has crossed the border three times while the bucket never moved. Closing those flows is an architecture decision, which is what the strategies below enumerate.
Four Strategies and How to Choose
Four strategies cover the field: regional inference deployments (one environment per jurisdiction), centralized processing with data minimization (keep regulated data local, send only what's cleared), federated or on-device processing (data never moves), and sovereign in-country infrastructure (compute placed by construction) — selected per workload by data sensitivity, market priority, and operating capacity.
| Strategy | How it works | Costs | Fits when |
| Regional inference | One deployment per jurisdiction; regulated workloads processed in-region | Multiplied environments and operating overhead | Major regulated markets where in-country processing is required or strongly preferred |
| Centralized with minimization | One processing region; regulated data stays local, only cleared derivatives cross | Minimization engineering; strict flow discipline | Workloads where value survives data minimization |
| Federated / on-device | Data never leaves its source; processing comes to it | Architecture complexity; capability limits | Highest-sensitivity flows; jurisdictions effectively closed to export |
| Sovereign in-country infrastructure | Compute placed inside the jurisdiction by construction | Dedicated capacity; per-market commitments | Sectors and markets where residency must be provable by design |
Cloud coverage describes multi-region in-country inference deployments built explicitly for regional residency requirements, and sovereign-AI coverage argues residency is ultimately settled by where compute sits — which is why the sovereign strategy is the only one whose compliance argument is architectural rather than contractual. Most global estates combine strategies: regional inference for the largest regulated markets, centralized-with-minimization for the rest. Selection per workload follows three inputs — how sensitive the data is, how important the market is, and how much your team can operate — and dedicated environments such as OneSource Cloud's private AI infrastructure are one way to implement the sovereign leg for US-based processing under a single boundary.
FAQ
Can we serve every market from one region?
For unregulated workloads, often yes; for workloads touching jurisdictions with localization obligations, no — those rules bind where processing happens, not just where your company sits, so the flow inventory (not your headquarters) decides which markets need regional deployments.
Are model weights subject to residency rules?
Weights are generally not regulated data, but training data, evaluation sets, and logs often are — the obligations attach to the flows in the inventory, and only weights that memorize regulated content under a documented risk finding pull obligations onto themselves. Treat weight movement as a risk-analysis item, not a residency default.
What is the first architecture move when entering a new regulated market?
Run the flow inventory for that market first: identify which of your AI products touch regulated data there, then choose the cheapest strategy that keeps the bound flows inside the jurisdiction — usually regional inference for the regulated product while everything else stays centralized.