The previous answer is a workaround available for GAE and it is not without issues. This route is usually taken by developers who wants to mimic the load balancing capability of Compute Engine into App Engine apps. The real solution is for your application to use Google Compute Engine <https://cloud.google.com/compute/> and tap capabilities like global scaling, load-balanced computing, and the flexibility to configure your environment based on your needs.
When using automatic scaling, the F1, F2, F4 and F4_1G instance classes are available. You can change/upgrade your instance class <https://cloud.google.com/appengine/docs/standard/python/config/appref#instance_class> by modifying the 'instance_class' element on your configuration file (app.yaml). -- 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/c8384258-a605-43a9-8456-07f10d68b266%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
