Topic 1 Question 37
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?
Change the default region property setting in the existing GCP project to asia-northeast1.
Change the region property setting in the existing App Engine application from us-central to asia-northeast1.
Create a second App Engine application in the existing GCP project and specify asia-northeast1 as the region to serve your application.
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.
ユーザの投票
コメント(17)
Option D is correct, as there can be only one App Engine application inside a project . C is incorrect, as GCP can't have two app engine applications..
👍 78Bharathy2020/03/23Each 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
👍 33saurabh18052020/06/04- 正解だと思う選択肢: D
The answer is 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.
Therefore, answer D is the correct answer as it involves creating a new GCP project and App Engine application with the desired region specified from the start.
Answer A is incorrect because changing the default region property setting in the existing GCP project does not automatically change the region in which your App Engine application is served.
Answer B is incorrect because changing the region property setting in the existing App Engine application from us-central to asia-northeast1 only changes the default region for the App Engine app, but it does not actually move the app to the new region. The app would continue to be served from the original region until it is moved to the new region.
Answer C is incorrect because creating a second App Engine application in the existing GCP project does not change the region in which the original App Engine application is served.
👍 3Buruguduystunstugudunstuy2023/02/18
シャッフルモード