IaC Bazaar

Serverless Containers across clouds

Run containers without managing servers (Cloud Run, Container Apps, ECS Fargate, App Platform), as verified modules.

6 verified modules, 4 of them live-tested apply→verify→destroy; the rest are static-validated, live-test pending.

Compare by provider

ProviderModuleVerificationPrice
AWSECS Fargate Service✓ live-tested$179.00
AzureAzure Container Apps Environment✓ live-tested$179.00
DigitalOceanDigitalOcean App Platform Servicestatic-validated$179.00
Google CloudCloud Run Job (v2)✓ live-tested$179.00
Google CloudCloud Run Service✓ live-tested$179.00
ScalewayScaleway Serverless Containerstatic-validated$179.00

How to choose

Pick scale-to-zero platforms (Cloud Run, Container Apps) for spiky traffic; pick Fargate-style when you want deep AWS networking/IAM integration.

When not to use

If you need full cluster control, custom schedulers, or DaemonSets, use managed Kubernetes instead.

Other solutions