AWS Lambda vs ECS Fargate vs App Runner — UK Serverless Compute (2026)
ECS Fargate is ClickMasters' default for UK regulated applications (NHS, FCA): predictable latency, persistent container, and full VPC control (private subnets, Security Groups). Lambda is right for event-driven workloads (S3 triggers, SQS consumers, scheduled jobs). App Runner is right for simple public APIs where you want zero infrastructure configuration. Lambda cold starts disqualify it from NHS patient-facing applications where consistent response time is required. Compute platform choice affects UK GDPR data residency, NHS DTAC Domain 3 security controls, FCA PS21/3 availability, and operational cost.
| Factor | ECS Fargate | AWS Lambda | AWS App Runner |
|---|---|---|---|
| UK GDPR data residency (eu-west-2) | ✅ VPC private subnet — stays in account | ✅ VPC Lambda — private subnet available | No VPC — public endpoint |
| NHS DTAC Domain 3 (network isolation) | ✅ Security Groups, private subnet — strongest | ✅ VPC Lambda — available | Not suitable for clinical data |
| FCA PS21/3 (consistent latency) | ✅ No cold start — persistent container | Cold start (up to 3s) — unsuitable for IBS | Warm start — better than Lambda |
| FCA PS21/3 (availability measurement) | ✅ ALB health check — continuous IBS monitoring | Lambda concurrency limits — less predictable | App Runner health check available |
| Cost at medium scale (UK startup) | ~£200–£400/month (2 tasks) | ✅ £0 to ~£100/month (< 1M invocations free tier) | ~£80–£200/month |
| Container image (Docker) | ✅ Full Docker support | Lambda container images — supported | ✅ Full Docker support |
| Auto-scaling | ✅ ECS Service Auto Scaling — fine-grained | ✅ Automatic concurrency scaling | ✅ Automatic scaling |
| Deployment complexity | Medium — CDK task definition | Low — Lambda function zip/image | ✅ Lowest — just push Docker image |
| ClickMasters default | ✅ All NHS/FCA/GDS regulated workloads | S3/SQS/scheduled event-driven jobs | Non-regulated APIs (demo, public docs) |
Book a Free Consultation Honest advice. → clickmasterssoftwaredevelopmentcompany.co.uk/contact/
More Technology Comparisons
AWS Lambda vs Fargate vs App Runner -- UK Serverless (2026)
ECS Fargate is ClickMasters default for UK regulated production workloads (NHS patient-facing, FCA I
Kubernetes vs ECS Fargate vs AWS App Runner — UK Container Orchestration (2025)
ECS Fargate is the right default for most UK regulated software: no Kubernetes operational overhead,
AWS Lambda vs ECS Fargate vs EC2 — Which Compute for UK Software? (2025)
AWS Lambda is the right default for most UK API workloads: zero infrastructure management, automatic
Kubernetes vs AWS ECS vs AWS Lambda — Container Orchestration for UK Software (2025)
AWS ECS Fargate is the right default for most UK containerised workloads: no Kubernetes complexity,
Get Unbiased Technology Advice
Our architects are certified across all major platforms. We recommend what's actually right for your business — no commission, no bias.
Book Free Consultation