Hello Andy, App Engine is a regional service <https://cloud.google.com/appengine/docs/locations> and while it is replicated to all zones of a region to reduce potential downtime, it cannot span to more than a region. The recommended way to deploy your application to several regions is to use one region per project, but there is no good way to load balance between those projects if you use App Engine Standard.
This means that the real answer to accomplish what you want to do is to use Compute Engine, or at the very least App Engine Flexible. Compute Engine gives you more liberty to create instances in any region of the world and to load balance between them however you like. Read more on this subject in these articles: - Building Scalable and Resilient Web Applications on Google Cloud Platform <https://cloud.google.com/solutions/scalable-and-resilient-apps> - Designing Robust Systems <https://cloud.google.com/compute/docs/tutorials/robustsystems> I hope this helps. On Tuesday, July 25, 2017 at 9:12:51 AM UTC-4, andy wrote: > > Hi , > > I am planning to deploy an Enterprise Grade Application in Google App > Engine. With both Standard & Flex environment. > > How do I ensure the DR in case a region goes down. > > Example : I deploy my application in AppEngine "N.Virginia" region & if > there is an outage in the region , how to do I serve the requests from > another region ? > Could anyone explain on how do I setup a DR site for AppEngine > Applications. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/36e59083-e353-44fd-8436-62a9deab1e9a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
