Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

App Engine multiregion

Greetings,

for the first time I am using App Engine. I have created App Engine in us-central1 + added Global Application Load Balancer with fixed IP.

I don't understand how to satisfy latency issues in Europe and Asia.

Do I need to create new project + new app, one for for EU, one for Asia? And then span it under this one Global Load Balancer?

 

0 1 462
1 REPLY 1

Hi @szandala,

Welcome to Google Cloud Community!

Please be advised that Google App Engine is regional, meaning that the app that you're running is deployed on the region you've selected when you set it up. It would only be available across the zones within that region.

No need to create a new project. You just need to deploy your app in a different region. Multi-region load balancing with outlier detection isn't supported with App Engine because you can't deploy a project's App Engine in multiple regions. You can check this documentation on additional configuration options for more information.

A feature request was previously filed similar to your setup and you can keep track of its progress by checking out this issue tracker.

Hope this helps.