Google Associate Cloud Engineer

Google Associate Cloud Engineer

Get started today

Ultimate access to all questions.


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?




Explanation:

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 cannot be changed for an existing App Engine application. Therefore, creating a new project in the asia-east2 region and deploying App Engine there is the only viable option. Options A, B, and C are incorrect as they suggest modifying the region post-deployment, which is not supported by App Engine's regional model. For optimal performance and cost, consider the location of your app's users and other GCP services used by your app when selecting a region.