
Answer-first summary for fast verification
Answer: Initiate a new GCP project and deploy an App Engine application in the asia-northwest1 region.
Option A is incorrect because altering the project's default region does not relocate existing App Engine applications; it only affects new resources. Option B is incorrect as the default region of an existing App Engine application cannot be changed after creation. Option C, while feasible, does not meet the requirement to move the existing application, as it would create a separate application. Option D is correct because relocating an existing App Engine application to a new region requires creating a new application in the desired region within a new project, aligning with the director's request.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Your company is testing its application from different regions to match customer usage patterns. Currently, your App Engine application operates in the us-central region. The director has requested a relocation to the asia-northwest1 region. What is the best way to implement this change?
A
Modify the project’s default region to asia-northwest1.
B
Adjust the App Engine application’s default region to asia-northwest1.
C
Establish a second App Engine application within the same GCP project, located in the asia-northwest1 region.
D
Initiate a new GCP project and deploy an App Engine application in the asia-northwest1 region.