Blog

6 min read

Cloud for Regulated Financial Environments: Architecture Guide 2026

Cloud architecture patterns for financial services under DORA, SOC 2, PCI DSS, and MiFID II. Multi-cloud strategy, Kubernetes, zero-trust, IaC, and FinOps from tier-one bank experience.

Running cloud infrastructure for regulated financial services is not the same as running cloud for a SaaS startup. Every resource must be auditable. Every network path must be justified. Every configuration change must be traceable to an approved change request. This guide covers the architecture patterns, compliance frameworks, and operational practices we have used to build cloud platforms at HSBC, Credit Suisse, Deutsche Bank, and NatWest Markets.

The Regulatory Landscape

Financial services cloud infrastructure must satisfy multiple overlapping regulatory frameworks:

RegulationScopeKey Cloud Requirements
DORA (EU, 2025)ICT risk managementThird-party risk, incident reporting, resilience testing
SOC 2GlobalSecurity, availability, confidentiality controls
PCI DSS 4.0Payment dataNetwork segmentation, encryption, access control
MiFID IIEU tradingRecord keeping, transaction reporting, clock sync
GDPREU personal dataData residency, right to erasure, breach notification
SEC Reg SCIUS exchanges/ATSBusiness continuity, disaster recovery, change management

These frameworks are not independent — a single cloud resource may be jointly governed by four or five regulations. The architecture must satisfy all of them simultaneously.

Cloud Platform Architecture

The foundation of regulated cloud infrastructure is a well-architected landing zone that encodes compliance requirements as code:

Landing zone design principles:

  • Organisation hierarchy: Production, pre-production, development, and shared services in separate GCP folders / AWS OUs with distinct IAM policies and budget controls.

  • Guardrails as code: Compliance rules encoded as OPA/Rego policies or GCP Organisation Policy constraints. Every resource deployment is validated against guardrails before provisioning.

  • Network architecture: Hub-and-spoke with centralised egress, shared VPC / Transit Gateway, and strict network segmentation between environments. No direct internet access from production workloads.

Multi-Cloud Strategy

Most large financial institutions operate across multiple clouds — typically GCP and AWS, with Azure for Microsoft-heavy shops. Multi-cloud is rarely a strategic choice; it is the outcome of mergers, regulatory requirements, and business unit autonomy.

Kubernetes in Financial Services

Kubernetes is the de facto platform for financial workloads, but running it in regulated environments requires specific hardening:

Infrastructure as Code

Infrastructure as Code (IaC) is the mechanism that makes cloud infrastructure auditable. Every resource is declared in version-controlled code. Every change goes through code review. Every deployment leaves an audit trail.

IaC compliance patterns:

  • Drift detection: Automated scanning compares deployed resources against IaC definitions. Drifted resources are flagged for remediation or, for critical resources, automatically reconciled.

  • Immutable tags: Every provisioned resource carries mandatory tags (cost centre, environment, data classification, compliance tier). Missing tags block deployment.

  • Change approval workflows: Infrastructure changes follow a standard change management process with peer review, automated testing, and approval gates proportional to environment criticality.

Zero-Trust Security

Perimeter-based security models do not work in cloud environments. Zero-trust architectures verify every request, regardless of origin:

Compliance Automation

Manual compliance processes do not scale in cloud environments. Automated compliance monitoring, evidence collection, and reporting must be built into the platform:

FinOps for Financial Services

Cloud cost management in financial services is complicated by regulatory overhead. Compliance infrastructure adds 25-40% to base cloud costs. Without disciplined FinOps, cloud bills spiral uncontrollably:

Getting Started

The most important decision in regulated cloud architecture is the landing zone design — it encodes your compliance requirements into the platform itself, making compliance the default rather than an afterthought. Start with the Capital Markets Cloud Landing Zone case study to understand the architectural patterns, then work through the Cloud Migration Playbook for the end-to-end transformation framework.

For hands-on help building regulated cloud infrastructure, see our cloud modernization practice.