AWS Lambda vs Fargate vs App Runner -- UK Serverless (2026)
ECS Fargate is ClickMasters default for UK regulated production workloads (NHS patient-facing, FCA IBS, GDS live services): no cold starts (critical for clinical applications), predictable latency, NHS DTAC compliance evidence, and FCA PS21/3 IBS availability. Lambda is right for event-driven background jobs (S3 triggers, SQS consumers, scheduled tasks). App Runner is right for simple containerised APIs with automatic scaling and zero ECS operational overhead. Compute choice affects NHS DTAC Domain 3 evidence, FCA PS21/3 IBS availability, and UK GDPR data residency in AWS eu-west-2.
| Factor | ECS Fargate | AWS Lambda | AWS App Runner |
|---|---|---|---|
| NHS DTAC clinical application (no cold start) | BEST -- no cold start, consistent latency | Cold start 200ms-2s -- not acceptable for clinical | Auto-scaling but App Runner has warm containers |
| FCA PS21/3 IBS availability | BEST -- CloudWatch Synthetics monitoring, multi-AZ | Lambda retries on failure -- IBS availability harder to monitor | App Runner has health checks -- PS21/3 possible |
| UK GDPR data residency (eu-west-2) | BEST -- VPC private subnets, eu-west-2 | eu-west-2 available -- but VPC Lambda adds latency | eu-west-2 available |
| Cost (light traffic, < 100 req/min) | Higher -- Fargate tasks always running | BEST -- pay per invocation, free tier | Low -- App Runner scales to zero (v2 feature) |
| Cost (heavy traffic, > 1000 req/min) | Predictable -- flat rate per task | Can be expensive -- per-invocation at scale | Predictable -- per vCPU/memory hour |
| Operational overhead | Medium -- ECS task definitions, CDK | Low -- just function code + trigger | LOWEST -- container image, no task config |
| NHS DTAC Domain 3 VPC isolation | BEST -- private subnets, security groups | VPC Lambda available but adds cold start | Limited VPC integration |
| Event-driven background jobs | Overkill -- use Lambda | BEST -- S3 triggers, SQS, EventBridge, scheduled | Not designed for event-driven |
| ClickMasters default | Patient-facing NHS, FCA IBS, GDS live services | S3/SQS event processing, scheduled jobs, ML inference | Simple containerised APIs, internal tools |
Book a Free Consultation Honest advice. -> clickmasterssoftwaredevelopmentcompany.co.uk/contact/
More Technology Comparisons
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,
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,
Kubernetes vs Serverless for UK Cloud Applications — Honest Comparison (2025)
Serverless (AWS Lambda/Azure Functions) is better for most UK startup and SMB workloads: no infrastr
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
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