
Answer-first summary for fast verification
Answer: Initiate a new project in the asia-east2 region and deploy the App Engine application there.
The correct answer is **D** because App Engine is a regional resource, meaning it must be deployed in the desired region from the start. Once set, the region of an App Engine application cannot be changed. Options A, B, and C are incorrect as they suggest methods to change the region post-deployment, which is not supported by App Engine. For optimal performance and compliance with network configurations, deploying a new App Engine application in the correct region is the recommended approach. Refer to the [GCP documentation on App Engine locations](https://cloud.google.com/appengine/docs/locations) for more details.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You've deployed an App Engine application in the us-central region, but your network team has all VPN connections configured in the asia-east2 region, which cannot be relocated. What is the most efficient way to change the location of your App Engine application?
A
Modify the region in app.yaml and redeploy the application.
B
Use the App Engine console to change the application's region.
C
Adjust the region in application.xml within the application and redeploy.
D
Initiate a new project in the asia-east2 region and deploy the App Engine application there.