Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

carlosgomezmx's avatar

Deploy to multiple regions with one domain?

Correct me if I'm wrong, it's my understanding that lambdas can only have 1K concurrency at most per region. Is it possible to deploy to multiple regions and have a load balancer taking care of the regions with one domain?

I was thinking on pre warming several instances in at least 2 different regions to handle the heat

Has anyone done something similar?

0 likes
1 reply
carlosgomezmx's avatar

What I tough as an option would be to create an aws global accelerator that send traffic to load balancers in different regions and deploy a project to each region, however buckets and cache can' be reused and creating one for each project + the NAT drives up the cost and makes it really complicated to maintain

There has to be a better way to do this, would Forge be a better fit to my project?

Please or to participate in this conversation.