
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 and cannot have its region changed after deployment. The only efficient way to change the location is to create a new project in the desired region and redeploy the application there. 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 more details, refer to the GCP documentation on [App Engine locations](https://cloud.google.com/appengine/docs/locations).
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 application's location?
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.