A product only creates value when it runs in production – under real traffic, under real law, in the hands of whoever operates it. The path from a signed-off staging environment into sovereign ongoing operations decides whether a finished system becomes a viable business. Take that path on a US hyperscaler and you trade speed for dependency: unpredictable egress costs, foreign law over your own data, a latent GDPR risk. Launch & Operations, Step L in the ANVIL system, instead takes a system live on EU-sovereign infrastructure and keeps it stable there – turning data sovereignty into an argument you can pass on to your own customers.
No sovereign operations, no real scaling
An MVP that only runs in a staging environment creates no value. And a production system that sits on US hyperscalers under foreign law creates dependency instead of scale. Two burdens accumulate out of sight: cost, because egress and oversized managed services only surface at the end of the month, and law, because a foreign jurisdiction holds sway over every personal record.
No sovereign operations → dependency instead of scale.
Step L removes both entirely: the launch runs on EU-sovereign infrastructure, and operations continue with monitoring, incident response and scaling. The result: the platform runs live, sovereign and under EU law. Your data stays in Europe, your costs stay predictable.
Step L is the final step of the ANVIL system. Every path – whichever entry point it begins on – ends here: in a production-ready go-live and stable operations.
Go-live on EU-sovereign infrastructure
The launch runs on Hetzner in a German data center – reproducible through infrastructure-as-code and with zero downtime:
- Compute: Containerized application on Hetzner (German data center), as a K3s cluster with health checks and rolling deployments where needed
- Database: Self-hosted PostgreSQL on Hetzner with automated backups
- Infrastructure-as-code: Terraform for versioned, reproducible infrastructure instead of manually assembled servers
- Zero-downtime launch: Blue-green deployment, with staging sign-off before the DNS cutover
- GDPR-compliant configuration: Data processing exclusively in the EU, encryption at rest and in transit, logging without PII
Provisioning itself is AI-positive: automation and AI-assisted tooling produce reproducible Terraform modules in hours rather than days – while sign-off, hardening and the operational judgment come from a senior team. Speed in the build, experience at the point where a mistake would get expensive.
US government access to data held by US cloud providers "cannot be reliably ruled out," according to an internal report by the German Federal Ministry of the Interior. Igor's Lab: BMI report on US data access (2025) On EU-sovereign infrastructure, this exposure disappears entirely. If you're coming from a US hyperscaler, the migration to EU-sovereign infrastructure is part of Step L. Commissioning typically takes two to five days; operations then run continuously.
The real payoff of Step L is commercial, not technical.
Three concrete levers turn sovereignty into a sales instrument:
- Guarantee instead of disclaimer: You can contractually guarantee that customer data never leaves Europe – no third-country transfer, no CLOUD Act exposure. Igor's Lab: BMI report on US data access (2025)
- NIS2 supply chains: Since December 2025, NIS2 has required roughly 29,500 German companies to maintain documented cybersecurity measures – including those of their service providers. A sovereign platform makes you a low-friction supplier. BSI: NIS2 Implementation in Germany
- Planning certainty against political risk: FISA Section 702 is up for reauthorization again in 2026, with an open outcome. Should that lead to a Schrems III decision, competitors on US infrastructure would be under immediate pressure to act – a sovereignly operated system would not. Brennan Center: Section 702 FISA 2026 Resource Page
For more background, see our pages on the CLOUD Act data risk and the GDPR vendor audit.
Predictable costs: Hetzner vs. AWS
Sovereignty also lowers your operating costs and makes them predictable – with no egress surprises at the end of the month. The direct comparison of comparable configurations:
| Kriterium | Hetzner (DE) | AWS Frankfurt |
|---|---|---|
| 8 vCPU / 16 GB RAM | ~€16/month (CX43, shared) | ~€148/month (m6i.xlarge On-Demand) |
| 8 vCPU / 32 GB RAM (dedicated) | ~€138/month (CCX33) | ~€296/month (m6i.2xlarge) |
| 1 TB block storage | ~€57/month | ~€84/month (gp3) |
| Traffic (20 TB/month) | Included | ~€1,584 (egress costs) |
| Self-hosted PostgreSQL (16 GB) | ~€86/month (CCX23) | From ~€243/month (RDS managed) |
| CLOUD Act exposure | None | Full |
The largest line in this table isn't the server, it's the traffic – and that's exactly where the surprises live. According to Flexera, organizations estimate that an average of 27% of their IaaS and PaaS cloud spend is wasted, for example on idle or oversized resources. Flexera: 2024 State of the Cloud Report An infrastructure-as-code approach on Hetzner meets that waste with precise capacity planning and a transparent cost structure you can lay out for investors and customers. See the details in our Hetzner vs. AWS comparison.
Ongoing operations: monitoring, incident response, scaling
The go-live leads into an ongoing operations partnership – no handover vacuum, but a stably operated system:
- Monitoring with OpenTelemetry, Grafana and Prometheus: health checks, distributed tracing and automated alerts on anomalies
- Incident response with defined escalation tiers and response times
- Regular security updates and dependency patches – the hardening from Step I is preserved in operation
- Scaling and capacity planning based on real usage data, handled by the same senior team that built the system
Following Google's SRE principles, an error budget of 0.1% applies – 99.9% availability for production-critical systems. Google: SRE Book – Embracing Risk That's not a marketing promise but an operating discipline: it defines how much downtime is permissible over a period, making availability measurable rather than merely asserted.
In operation, the MVP grows into a platform
The terms follow a clear ladder: the prototype is the starting point, the MVP from Step I is the production-ready first version – and in live operation, that MVP grows into a platform. The system is designed from the outset to grow with you: from the first real customers to an established platform.
A full-scale expansion to enterprise architecture – horizontal scaling with K3s, read replicas, a dedicated team – is explicitly not a fixed "Phase 6". It's an optional next step decided from within operations, based on real load data, if and when your growth justifies it. Which expansion stage makes sense, and when, is shown not by gut feel but by actual user behavior under load.
Who is Step L for?
Every project begins with the analysis (Step A) as the first step. Depending on what already exists, clients come in at different points – but all four entry paths ultimately run through Step L:
- Idea → entry at A, then the full path through to a sovereign launch
- Concept/design → entry at validation
- Prototype → entry at implementation & hardening, the typical core case
- Platform (broken or insecure) → direct entry at I/L: this is where Step L applies most directly, often as a migration to EU-sovereign infrastructure followed by operations
In every case the result is the same: a live, sovereign platform under EU law.
Want to take your system live sovereignly and know it's operated stably? Send us a short project description – we'll get back to you within 24 hours. The intro call is no-obligation.
Frequently asked questions
How does a zero-downtime go-live work?
How much cheaper is Hetzner compared to AWS?
Do I need EU infrastructure for GDPR compliance?
What does ongoing operations actually mean?
Does an MVP grow into a full-fledged platform in operation?
Is sovereignty really a selling point?
Sources
- Hetzner: Cloud pricing (as of June 2026)
- AWS: EC2 On-Demand Pricing (as of 2026)
- AWS: RDS for PostgreSQL Pricing
- Igor's Lab: BMI report on US data access (2025)
- Brennan Center: Section 702 FISA 2026 Resource Page
- BSI: NIS2 Implementation in Germany
- Flexera: 2024 State of the Cloud Report
- Google: SRE Book – Embracing Risk
- gehalt.de: DevOps engineer salary, Germany