
Answer-first summary for fast verification
Answer: Initiate a new project and deploy an App Engine instance in us-west2.
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.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
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?
A
Initiate a new project and deploy an App Engine instance in us-west2.
B
Utilize the gcloud app region set command, specifying the new region.
C
Reach out to Google Cloud Support to request the region change.
D
Navigate to the App Engine page in the console, click edit, and select a new region from the drop-down menu.