AWS Lambda vs ECS Fargate vs App Runner — UK Serverless Compute (2026)

Updated: March 20269 min read
🇬🇧 UK💷 GBP📊 Comparison🔒 UK GDPR⚖️ UK Law

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.

FactorECS FargateAWS LambdaAWS App Runner
UK GDPR data residency (eu-west-2)✅ VPC private subnet — stays in account✅ VPC Lambda — private subnet availableNo VPC — public endpoint
NHS DTAC Domain 3 (network isolation)✅ Security Groups, private subnet — strongest✅ VPC Lambda — availableNot suitable for clinical data
FCA PS21/3 (consistent latency)✅ No cold start — persistent containerCold start (up to 3s) — unsuitable for IBSWarm start — better than Lambda
FCA PS21/3 (availability measurement)✅ ALB health check — continuous IBS monitoringLambda concurrency limits — less predictableApp 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 supportLambda container images — supported✅ Full Docker support
Auto-scaling✅ ECS Service Auto Scaling — fine-grained✅ Automatic concurrency scaling✅ Automatic scaling
Deployment complexityMedium — CDK task definitionLow — Lambda function zip/image✅ Lowest — just push Docker image
ClickMasters default✅ All NHS/FCA/GDS regulated workloadsS3/SQS/scheduled event-driven jobsNon-regulated APIs (demo, public docs)

Book a Free Consultation Honest advice. → clickmasterssoftwaredevelopmentcompany.co.uk/contact/

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