
Answer-first summary for fast verification
Answer: Create a new GCP project and create an App Engine application inside this new project. Specify asia-northeast1 as the region to serve your application.
The correct answer is D. Each Google Cloud project can only contain a single App Engine application, and once the location of the App Engine application is set, it cannot be changed. Therefore, to serve your application from the asia-northeast1 region, you must create a new GCP project and create an App Engine application inside this new project, specifying asia-northeast1 as the region.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You have developed a Google Cloud Platform project that includes an App Engine application. This application was originally set up to operate from the us-central region. Your current objective is to change the application's serving location to the asia-northeast1 region. What steps should you take to accomplish this relocation?
A
Change the default region property setting in the existing GCP project to asia-northeast1.
B
Change the region property setting in the existing App Engine application from us-central to asia-northeast1.
C
Create a second App Engine application in the existing GCP project and specify asia-northeast1 as the region to serve your application.
D
Create a new GCP project and create an App Engine application inside this new project. Specify asia-northeast1 as the region to serve your application.