Hey Yon,

App Engine instances are scaled in zones within the region the application 
is created in 
<https://cloud.google.com/appengine/docs/python/console/#create>. If you'd 
like to follow a pattern which others have made use of, you can deploy 
another project in the EU to handle traffic there. As you point out, an 
HTTP Load Balancer is a very useful in this situation, and you can use 
Container 
Engine <https://cloud.google.com/container-engine/> to deploy Docker images 
of your applications, using Custom Runtimes 
<https://cloud.google.com/appengine/docs/flexible/custom-runtimes/>.

I hope this has helped answer your question. Let me know if you have any 
further questions, and I'll be happy to assist.

Sincerely,

Nick
Cloud Platform Community Support

On Monday, June 20, 2016 at 5:13:12 AM UTC-4, Yon Dev wrote:
>
> I am evaluating whether GAE would be a good fit for an upcoming project.
>
> I was wondering how scaling across regions work with GAE? If I set my 
> project location to US and then create an GAE instance and most access to 
> the GAE is from EU will it automatically scale out to Europe? 
> Or how does it work?
> If it was a on Compute Engine I believe I could have created multiple 
> instances and then made a HTTP Load Balancer that would route the user to 
> the closest instance based on proximity.
>
> https://cloud.google.com/about/locations/
> Reading the link above it says that it scales automatically within or 
> accross multi-regional locations.
> What does that mean? Do I have to enable automatic scaling across regions? 
> If so, how do I do that?
> And secondly, if it does handle automatic scaling across regions, the 
> choice one makes for App engine location when creating a new project, is 
> that irrelevant for a Google App Engine instance?
>
> I tried asking on Stackoverflow but without answer so I am turning to you 
> in hope for an answer.
>
> http://stackoverflow.com/questions/37849433/google-app-engine-multiple-regions
>
> Thank you in advance,
> Yon
>

-- 
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/fcc1f6d3-7b11-4231-8f33-18ceae127d68%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to