2 of the 5 ways to run Claude can run inference in Europe.
Claude is neither GDPR compliant nor non-compliant by itself — the hosting platform decides. Only 2 of the 5 ways to run Claude can run inference in Europe: Amazon Bedrock EU inference profiles, whose documented region list also includes London and Zurich, and Google Cloud Vertex AI eu multi-region endpoints. Pexon deploys that inside your own cloud account.
Compliance is a platform decision, not a model decision.
There is no compliant version of Claude and no non-compliant one. The obligations stay with you as the controller whatever endpoint you call, and the only thing the platform decides is where a prompt is processed, which legal entity processes it, and whether anything is written down afterwards. That is a procurement question with a documented answer, and the answer is shorter than most vendor shortlists assume.
Anthropic documents five ways to reach Claude. Two of them can run inference in Europe. The other three will process a works council document or a patient record in the United States while every other part of the enterprise story — your identity provider, your invoice, your network boundary — remains perfectly true.
| Platform | European inference today | How the region is pinned | Who operates the inference |
|---|---|---|---|
| Amazon Bedrock | Yes, with one caveat — an EU cross-region inference profile, whose documented region list also contains London and Zurich | Model IDs carrying the eu. prefix, held in place by an IAM policy that names every destination Region and omits eu-west-2 and eu-central-2 if the requirement is EU or EEA | AWS, as a partner-operated platform |
| Google Cloud Vertex AI | Yes — the eu multi-region endpoint, documented as routing within the European Union | Region set to eu, which routes to aiplatform.eu.rep.googleapis.com across EU regions | Google, as a partner-operated platform |
| Microsoft Foundry | No European option as of August 2026 | Global Standard or Data Zone Standard (US) are the only two deployment types offered | Anthropic, as an independent processor for Microsoft |
| Claude API (first party) | No — European inference is not offered | inference_geo accepts us or global; workspace geo is us only | Anthropic |
| Claude Platform on AWS | No — European inference is not offered | The same us or global inference geos, billed through AWS Marketplace | Anthropic, with AWS Marketplace billing |
Checked against vendor documentation on 4 August 2026: Microsoft Learn, Claude models in Microsoft Foundry lists Global Standard and Data Zone Standard (US) as the only deployment types, and Anthropic’s data residency documentation states that inference_geo accepts only us and global, with workspace geo limited to us. Both pages change. Re-read them before a contract cites this table.
Europe is a geography. The EU is a jurisdiction. The docs answer the first one.
Read the vendor pages as an engineer and both EU options look identical. Read them as a data protection officer and they are not. Anthropic's own region table for Amazon Bedrock lists endpoint type EU for eight regions, and two of them are eu-west-2 (London) and eu-central-2 (Zurich). Neither the United Kingdom nor Switzerland is in the European Union or the EEA. AWS states that for EU cross-region inference all destination Regions lie within the European Union; Anthropic's table is the list your policy has to match, and it is the wider of the two.
The second omission is quieter. AWS documents that input prompts and output results may move outside the source Region during cross-region inference, and that any copies kept for abuse detection are stored in the destination Region. So the profile governs where inference runs, which is not the same statement as where the data comes to rest. On this page we say inference, not data, deliberately — the docs answer the first question and are silent on parts of the second.
Our position, from the deployments we run: the profile name is not the control. An account can be pointed at an EU inference profile and still hold an IAM policy that permits every other one, and that policy is what an auditor reads. We enumerate the permitted destination Regions in the policy, drop the two non-EU entries when the requirement is EU or EEA, mirror the list in a service control policy, and treat picking the endpoint as the smallest of the three steps.
Region table and endpoint types: Anthropic, Claude in Amazon Bedrock. Movement of prompts and abuse-detection storage in the destination Region: AWS, Geographic cross-Region inference. Both read on 4 August 2026.
Residency is a line item, not a project.
Google publishes the number: on Vertex AI, regional and multi-region endpoints — the eu multi-region endpoint among them — carry a 10 percent pricing premium over global endpoints. Amazon publishes the same 10 percent for single-region Bedrock endpoints. Neither Anthropic nor AWS publishes a separate price for the EU cross-region inference profile, so treat 10 percent as the planning figure and get the profile line confirmed in writing before it becomes a number in a business case.
Ten percent on 10,000 euros a month of model spend is 1,000 euros a month for a documented processing location — less than the internal cost of the meeting in which somebody proposes deferring the decision. The expensive part of residency has never been the tokens.
The expensive part is discovering the constraint late. A pilot that started on the first-party API and grew into three departments has to be moved platform, not reconfigured, because the first-party API has no European setting to switch on. Moving costs a migration. Starting on the right platform costs a line item you can name in advance.
Pricing premium as published by Anthropic: Claude on Google Cloud — “Regional and multi-region endpoints include a 10% pricing premium over global endpoints” — and Claude in Amazon Bedrock — “Regional endpoints carry a 10% pricing premium over global endpoints”. Read 4 August 2026.
Seven answers to have in writing before Claude touches personal data
This is the checklist we work through in a readiness review. Each line is either answered by a document or it is not; none of them are answered by a vendor assurance in a sales deck. If you take nothing else from this page, take the list and send it to whoever is proposing the rollout.
- The exact endpoint identifier every application calls — the inference profile ID or the endpoint host, not the vendor's brand name.
- The enumerated list of destination regions that endpoint is permitted to route to, region by region, with each one checked against EU or EEA membership rather than accepted as a geography label.
- The legal entity that operates inference on that platform, and the contract that covers it.
- Where safety- or abuse-detection copies of prompts and outputs are stored — on Bedrock cross-region inference AWS documents that as the destination Region, not the source Region — and for how long.
- Whether human review of flagged content can happen outside the EU, and under whose terms.
- The IAM or Entra policy that makes every other endpoint unreachable rather than merely unused.
- The per-request log that proves where inference actually ran, written to an account your security team already audits.
Line two is the one that takes work, because a geography name is not a region list. On Amazon Bedrock the list is machine-readable, so start there rather than with a screenshot of the console:
aws bedrock list-inference-profiles --type-equals SYSTEM_DEFINED \
--query "inferenceProfileSummaries[?starts_with(inferenceProfileId, 'eu.')].[inferenceProfileId, models[].modelArn]" \
--output textReturns every EU system-defined inference profile in the account together with the model ARNs it can route to. Those ARNs are exactly what belongs in the IAM policy and in your record of processing — the same list, in both places, produced by a command anyone can re-run.
Where EU hosting gets decided
eu hosting and gdpr
Bedrock, Vertex or Foundry: 1 of 3 Has No EU Option
Claude runs on Amazon Bedrock, Google Cloud Vertex AI and Microsoft Foundry. 1 of the 3 has no EU option. We pick the platform, deploy it and document the chain.
Anthropic DPA and Zero Data Retention: 9 Documented Exclusions
Anthropic's zero data retention arrangement has 9 documented exclusions and the DPA closes none of them. What to have in writing before Claude sees personal data.
What data protection officers ask
Is Claude GDPR compliant?
No AI model is compliant or non-compliant by itself, because the obligations sit with you as the controller. What the platform decides is where prompts are processed, which legal entity processes them and what evidence exists afterwards. Two of the five ways to run Claude can run inference in Europe; on the other three, European personal data is processed in the United States.
Which Claude platforms can run inference in Europe today?
Amazon Bedrock, through an EU cross-region inference profile whose model IDs carry the eu. prefix, and Google Cloud Vertex AI, through the eu multi-region endpoint at aiplatform.eu.rep.googleapis.com. Both are partner-operated. Check the Bedrock region list before you rely on it: Anthropic documents endpoint type EU for eu-west-2 (London) and eu-central-2 (Zurich), and neither the United Kingdom nor Switzerland is in the EU or the EEA.
Can we run Claude in the EU on Microsoft Azure?
Not as of August 2026. Microsoft's own model documentation lists exactly two deployment types for Claude in Foundry: Global Standard and Data Zone Standard (US). Anthropic's documentation states that selecting Data Zone creates a US Data Zone Standard deployment, which keeps inference within the United States. There is no European data zone to select, so an Azure-first estate still processes European prompts outside Europe.
Does the first-party Claude API have an EU option?
No. Anthropic's data residency documentation lists the inference_geo parameter as accepting exactly two values, us and global, and states under current limitations that workspace geo offers only us. If your requirement is European processing, the first-party API and Claude Platform on AWS are both out, and the decision narrows to Amazon Bedrock or Google Cloud.
What does European inference cost on top of normal token prices?
Plan on 10 percent. Anthropic documents a 10 percent pricing premium over global endpoints for regional and multi-region endpoints on Google Cloud Vertex AI, and the same 10 percent for regional endpoints on Amazon Bedrock. No separate price is published for the Bedrock EU cross-region inference profile, so confirm that line in writing. At 10,000 euros a month of model spend, 10 percent is 1,000 euros.
Is choosing an EU endpoint enough for our data protection officer to sign off?
No, it is one input to the argument rather than the argument. A sign-off needs the enumerated destination regions checked against EU or EEA membership, the legal entity that operates inference, where abuse-detection copies of prompts are stored — AWS documents that as the destination Region — whether human review can happen outside Europe, and a per-request log proving where inference actually ran.
What does Pexon actually deliver here?
A two-week Readiness Blueprint at €4,900 fixed price: we test your residency requirement against the platforms that can meet it, deploy against one real workload in your own cloud account, and hand back the enumerated region list, the policy that enforces it and the evidence trail your data protection officer asked for. All prices are net and exclude VAT.
Not a sales call. An architecture call.
Thirty minutes with the architect who would actually run the engagement.
