
The Hard Part of Leaving AWS: How to Move Your Databases and Object Storage to European Cloud
March 26, 2026
Why European Cloud Providers Should Lead Your Technology Roadmap
April 9, 2026European cloud providers now offer a real path to serverless architecture while keeping your data fully compliant with local laws. This guide maps out the best sovereign alternatives for databases, compute, and messaging – helping you decide if a managed service or a custom setup fits your team best.
The promise of serverless computing — abstracted infrastructure, automatic scaling, and pay-per-use pricing — has historically been the domain of AWS, Google Cloud, and Azure. But in 2026, growing demands for digital sovereignty, increasingly concrete EU regulations, and the push for transparent pricing are driving engineering teams to seriously evaluate European cloud providers.
Can you build a highly scalable, serverless-like architecture relying on European infrastructure? Yes — with caveats. By thoughtfully combining managed Functions-as-a-Service, Kubernetes-based serverless frameworks, managed databases, and event-driven messaging from European providers, teams can achieve the serverless experience without compromising on data sovereignty. But the path you choose depends heavily on your team’s operational maturity and how much infrastructure plumbing you’re willing to manage yourself.
Why Sovereignty Matters More in 2026 Than Ever
Before diving into architecture, it’s worth understanding why European serverless is no longer just a philosophical preference — it’s a commercial and regulatory necessity for a growing number of organisations.
NIS2, which applies to essential and important entities across sectors including energy, transport, banking, health, and digital infrastructure, mandates cybersecurity risk management, incident reporting, and supply chain security. DORA imposes strict operational resilience requirements on financial services. The EU AI Act, which takes full effect in August 2026, introduces rules around securing the data that powers AI applications. And the EU Product Liability Directive, with cybersecurity provisions, goes into force at the end of 2026.
Under the U.S. CLOUD Act, American cloud providers can be legally compelled to hand over data to U.S. authorities regardless of where the servers are physically located. For organisations handling regulated data, this creates a genuine compliance tension that European infrastructure resolves structurally.
The demand is real and accelerating. European companies have begun actively migrating workloads to sovereign providers, driven not by ideology but by customer requirements and procurement policies. The European Alternatives directory saw 1,100% traffic growth in 2025, and search queries for “European alternatives” have grown over 600% year-on-year.
Mapping Hyperscaler Services to European Alternatives
To replicate a traditional serverless stack — the equivalent of AWS Lambda, API Gateway, DynamoDB, SQS, and S3 — you need to identify which services genuinely exist as managed offerings in the European ecosystem and where you’ll need to build your own abstraction layer.
Here’s an honest assessment.
Compute: Functions and Serverless Containers
The hyperscaler way: AWS Lambda, AWS Fargate, Google Cloud Run.
The European alternative: Scaleway Serverless Functions and Serverless Containers are the most mature European FaaS offerings available today. They scale to zero, bill by the millisecond, support Python, Node.js, Go, PHP, and Rust, and integrate natively with Scaleway’s managed databases, object storage, and messaging services. Scaleway also offers Serverless Jobs for batch processing workloads, rounding out a genuinely comprehensive serverless compute portfolio. With their Milan region launch in March 2026, geographic coverage continues to improve.
Clever Cloud, a French PaaS provider, has also entered the FaaS space with Clever Functions, built on WASM/WASI. This approach enables multiple languages within a single project and fits naturally into Clever Cloud’s managed deployment model. It’s still early-stage compared to Scaleway’s offering, but worth watching as a second native European FaaS option.
What doesn’t exist natively: OVHcloud and Hetzner do not offer managed FaaS services. If you’re on these providers and want serverless compute, you’ll need to build it yourself using Kubernetes (more on that below).
For teams seeking a cloud-agnostic approach with deeper control, combining a European managed Kubernetes offering with Knative or OpenFaaS gives you the serverless developer experience while retaining full infrastructure control. But this path comes with meaningful operational overhead that shouldn’t be underestimated — as we’ve discussed before, smaller teams should think carefully before adopting Kubernetes (see also the trade-offs section below).
The Data Layer: Managed Databases
The hyperscaler way: Amazon RDS, DynamoDB, Aurora.
The European alternative: The managed database ecosystem in Europe is genuinely strong — arguably the most mature layer of the sovereign stack.
European providers offer fully managed PostgreSQL, MySQL, and Redis with high availability and automated backups. Scaleway Managed Databases provides relational databases as well as a serverless database offering. Exoscale DBaaS includes PostgreSQL, MySQL, Redis, Apache Kafka, OpenSearch, and Grafana.
For highly scalable, distributed data needs, Aiven — a Finnish DBaaS unicorn with $421M in funding and a $3B valuation — offers managed PostgreSQL, Apache Kafka, ClickHouse, Apache Cassandra, OpenSearch, and more, deployable across multiple European data centres. Their partnership with Exoscale provides an additional sovereignty-focused deployment option.
What about DynamoDB? A direct, infinitely scaling proprietary NoSQL equivalent doesn’t exist in the sovereign market. But it’s worth questioning whether you actually need one. For many workloads where teams reflexively reach for DynamoDB, managed PostgreSQL with proper indexing handles the load well. For analytics-heavy use cases, managed ClickHouse (available through Aiven or self-hosted) is often the better fit. The absence of a DynamoDB clone is less of a gap and more of an architectural nudge toward open-source data technologies that avoid vendor lock-in entirely. If you’re planning to move existing databases off AWS as part of this shift, our guide on migrating your databases and object storage to European cloud covers the practical steps.
Event-Driven Messaging and Queues
The hyperscaler way: Amazon SQS, SNS, EventBridge.
The European alternative: Scaleway Messaging and Queuing supports NATS, SQS, and SNS protocols natively, making it straightforward to migrate existing AWS event-driven workloads. Scaleway’s serverless products — Functions, Containers, and Jobs — can be triggered directly by events from these queues, creating a coherent event-driven architecture within a single European provider.
For enterprise-grade event streaming, deploying managed Apache Kafka via Aiven or managed RabbitMQ via Clever Cloud provides a robust event bus capable of choreographing microservices across your sovereign stack. Exoscale’s managed Kafka offering is another solid option for teams already on that platform.
Object Storage
The hyperscaler way: Amazon S3.
The European alternative: This is the easiest layer to migrate. Nearly all major European cloud providers offer S3-compatible APIs: Scaleway Object Storage, OVHcloud Object Storage, Exoscale SOS, and others. Migration is often as simple as updating your endpoint URL and access keys.
These services typically offer dramatically lower egress fees compared to hyperscalers — a meaningful cost advantage for applications serving large volumes of static assets, media, or backups.
API Gateway
The hyperscaler way: Amazon API Gateway, Google Cloud Endpoints.
The European alternative: No European provider currently offers a fully managed, standalone API Gateway service equivalent to AWS API Gateway. However, Scaleway’s Serverless Containers and Functions expose HTTP endpoints natively, which covers most use cases. For more complex routing, rate limiting, and authentication requirements, deploying Kong, Traefik (a European-built API gateway from the French company Traefik Labs), or Apache APISIX on managed Kubernetes is the standard approach. This is one area where the European ecosystem requires you to bring your own tooling.
Building a Kubernetes-Backed Serverless Abstraction
For teams that need serverless-like behaviour on providers without native FaaS, or that require deeper control over the runtime environment, managed Kubernetes with Knative is the proven pattern.
Provision the cluster. Spin up a managed Kubernetes cluster on Scaleway Kapsule, OVHcloud Managed Kubernetes, Exoscale SKS, or Civo (UK-based, known for fast, lightweight clusters). Use auto-scaling node pools so the underlying compute scales with traffic.
Install the serverless framework. Deploy Knative Serving and Eventing. Knative abstracts Kubernetes complexities from your developers, allowing them to deploy applications as container images that can scale to zero.
Wire the event mesh. Use an in-cluster message broker or a managed European Kafka offering as the event source. Knative Eventing can ingest messages from these queues and automatically spin up your containerised functions to process workloads on demand.
Be realistic about the operational cost. This approach gives you genuine portability and control. But maintaining Knative, tuning cluster autoscalers, managing ingress controllers, and handling certificate rotation is a non-trivial operational commitment. If your team isn’t already running Kubernetes in production, the overhead of maintaining this stack may negate the benefits of going serverless in the first place. Managing all of this repeatably across environments is where Infrastructure as Code and configuration management tooling become essential.
This is where working with a managed cloud hosting partner can bridge the gap. A team experienced in Kubernetes operations can handle the infrastructure layer — cluster management, scaling policies, security patching, round-the-clock monitoring — while your developers get the serverless deployment experience without needing to become Kubernetes specialists.
The Broader European Provider Landscape
The European cloud ecosystem extends beyond the providers most commonly discussed. The European Cloud directory provides a comprehensive overview, but several providers deserve specific attention:
STACKIT, backed by the Schwarz Group (Europe’s largest retailer), has been adding services at a rapid pace and is becoming an attractive choice for enterprises in the DACH region.
IONOS, the German hosting provider formerly known as 1&1, has expanded its cloud computing portfolio significantly, with managed Kubernetes and a growing set of PaaS services.
Open Telekom Cloud, operated by Deutsche Telekom, offers managed Kubernetes, big data services, managed AI, and serverless functions — one of the few non-Scaleway European providers with native FaaS capabilities.
UpCloud, headquartered in Helsinki, Finland, focuses on core cloud primitives with rich developer tooling across 15 data centres on four continents.
Each of these providers strengthens the argument that European cloud is no longer a compromise — it’s a maturing ecosystem with genuine breadth. For a full feature comparison, the EU Cloud Alternatives guide provides useful side-by-side analysis.
The Hybrid Reality: You Don’t Have to Choose One Side
The article so far presents a binary: build everything on European providers, or stay on hyperscalers. In practice, the smartest approach for most organisations in 2026 is hybrid.
Many teams adopt a multi-cloud strategy: sovereign European providers for workloads involving regulated data, personal information, or sovereignty-sensitive operations, combined with hyperscalers for specialised services where European providers haven’t yet reached feature parity — advanced AI/ML pipelines, globally distributed edge computing, or niche managed services.
This is particularly relevant for teams using AWS. You might run your core application stack and customer-facing databases on European infrastructure for sovereignty, while leveraging AWS services like SageMaker, Bedrock, or CloudFront for specific workloads that benefit from hyperscaler scale and ecosystem depth. For teams staying partly on AWS, keeping your hybrid cloud costs optimised becomes even more important.
A managed hosting partner experienced across both hyperscalers and European providers can architect this hybrid approach — ensuring that data flows between environments are secure and compliant, that networking is properly configured, and that the operational burden of managing multiple providers doesn’t fall entirely on your development team.
Challenges and Honest Trade-Offs
Building a sovereign serverless architecture is entirely feasible, but it comes with trade-offs that shouldn’t be glossed over.
Integration maturity. The ecosystem of native, out-of-the-box integrations is less rich than on hyperscalers. Connecting an S3 bucket to a Lambda function on AWS is a single configuration step. Wiring equivalent services on European providers may require custom event bridges, Terraform configurations, or additional glue code.
Operational burden. If you go the Kubernetes route, you’re trading managed serverless simplicity for infrastructure you need to maintain. Autoscaler tuning, Knative version upgrades, certificate management, and monitoring all become your responsibility — unless you work with a managed hosting partner.
Native FaaS options are limited. Scaleway is the only European provider with a mature, production-ready FaaS offering. Clever Cloud’s Clever Functions is promising but early. If Scaleway’s regions or pricing don’t fit your needs, you’re building on Kubernetes.
Ecosystem breadth. European providers excel at core infrastructure — compute, storage, databases, Kubernetes. But specialised services (managed ML platforms, IoT services, advanced analytics) are either nascent or absent. For these workloads, hyperscalers or specialised European SaaS providers like Aiven are the pragmatic choice.
Cost structure. Egress costs are significantly lower on European providers and pricing is generally more transparent. But the upfront operational investment in architecture and infrastructure-as-code (Terraform, Pulumi) requires a team comfortable with DevOps practices.
The Bottom Line
The European cloud ecosystem has matured far beyond basic bare-metal servers and VPS hosting. Scaleway’s serverless compute suite, robust DBaaS offerings from Aiven and others, S3-compatible storage across nearly every provider, and mature managed Kubernetes options make it entirely possible to build and run serverless architectures on sovereign European infrastructure.
But the honest picture is nuanced. Pure European serverless works best when you’re willing to invest in operational expertise — either building it internally or partnering with a managed hosting team that handles the infrastructure complexity. The hybrid approach, combining European sovereignty for regulated workloads with hyperscaler capabilities where needed, is often the most pragmatic path.
What matters isn’t dogmatic provider loyalty. It’s making deliberate architectural decisions that align your infrastructure with your regulatory reality, your team’s capacity, and the actual needs of the applications you’re building. The European ecosystem is now mature enough to be a genuine choice rather than a compromise — and that’s a meaningful shift from even two years ago.
