Ultimate access to all questions.
Your App Engine application is currently running in us-east1, but you've observed that 90% of your traffic originates from the West Coast. You wish to relocate the application to a region closer to your users. What is the most effective method to change the App Engine region?
Explanation:
The correct answer is A because App Engine is a regional resource, meaning it must be redeployed to a different region to change its location. According to GCP documentation, once an App Engine's region is set, it cannot be modified. Options B, C, and D are incorrect as they suggest methods to change the region that are not supported by App Engine's regional resource model. Selecting a region near your users can help meet latency, availability, or durability requirements, but it's important to consider the locations of other GCP services your app uses, as cross-location services can impact latency and pricing.