Google
ASSOCIATE-CLOUD-ENGINEER · Question #14
You created a Google Cloud Platform project with an App Engine application inside the project. You initially configured the application to be served from the us-central region. Now you want the applic
The correct answer is D. Create a new GCP project and create an App Engine application inside this new project.. Each Cloud project can contain only a single App Engine application, and once created you cannot change the location of your App Engine application. https://cloud.google.com/appengine/docs/flexible/nodejs/managing-projects-apps-billing#create
Submitted by dimitri_ru· Mar 30, 2026Setting up a cloud solution environment
Question
You created a Google Cloud Platform project with an App Engine application inside the project. You initially configured the application to be served from the us-central region. Now you want the application to be served from the asia-northeast1 region. What should you do?
Options
- AChange the default region property setting in the existing GCP project to asia-northeast1.
- BChange the region property setting in the existing App Engine application from us-central to asia-
- CCreate a second App Engine application in the existing GCP project and specify asia-northeast1
- DCreate a new GCP project and create an App Engine application inside this new project.
How the community answered
(35 responses)- A3% (1)
- B9% (3)
- C14% (5)
- D74% (26)
Explanation
Each Cloud project can contain only a single App Engine application, and once created you cannot change the location of your App Engine application. https://cloud.google.com/appengine/docs/flexible/nodejs/managing-projects-apps-billing#create
Topics
#App Engine#region configuration#regional immutability#project setup
Community Discussion
No community discussion yet for this question.