IaC Bazaar

Load Balancer across clouds

Application and network load balancers across clouds (ALB, Application Gateway, Cloud Load Balancing and more), as verified modules.

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

Compare by provider

ProviderModuleVerificationPrice
AWSApplication Load Balancer✓ live-tested$129.00
AzureApplication Gateway v2 + WAF✓ live-tested$129.00
AzureAzure Standard Load Balancer (L4)✓ live-tested$129.00
Google CloudGlobal External HTTPS Load Balancerstatic-validated$299.00
HetznerHetzner Load-Balanced Web Tierstatic-validated$129.00
LinodeLinode NodeBalancer Load Balancerstatic-validated$129.00
Oracle CloudFlexible Load Balancer (L7)static-validated$129.00
Oracle CloudNetwork Load Balancer (L4)static-validated$49.00

How to choose

Use an L7 (application) balancer when you need host/path routing, TLS termination and WAF hooks; an L4 (network) balancer when you need raw throughput and static IPs.

When not to use

A serverless platform or managed Kubernetes ingress often includes load balancing — adding a standalone one then just duplicates cost.

Other solutions