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, 4 of them live-tested apply→verify→destroy; the rest are static-validated, live-test pending.

Compare by provider

ProviderModuleVerificationPrice
AWSApplication Load Balancer✓ live-tested$59.00
AzureApplication Gateway v2 + WAF✓ live-tested$59.00
AzureAzure Standard Load Balancer (L4)✓ live-tested$59.00
Google CloudGlobal External HTTPS Load Balancer✓ live-tested$59.00
HetznerHetzner Load-Balanced Web Tierstatic-validated$59.00
LinodeLinode NodeBalancer Load Balancerstatic-validated$59.00
Oracle CloudFlexible Load Balancer (L7)static-validated$59.00
Oracle CloudOCI Network Load Balancer (L4)static-validated$59.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