ASSOCIATE-CLOUD-ENGINEER · Question #339
Users of your application are complaining of slowness when loading the application. You realize the slowness is because the App Engine deployment serving the application is deployed in us- central…
The correct answer is A. Create a new project and create an App Engine instance in europe-west3. App engine is a regional service, which means the infrastructure that runs your app(s) is located in a specific region and is managed by Google to be redundantly available across all the zones within that region. Once an app engine deployment is created in a region, it cant be…
Question
Options
- ACreate a new project and create an App Engine instance in europe-west3
- BUse the gcloud app region set command and supply the name of the new region.
- CFrom the console, under the App Engine page, click edit, and change the region drop-down.
- DContact Google Cloud Support and request the change.
How the community answered
(52 responses)- A87% (45)
- B4% (2)
- C8% (4)
- D2% (1)
Explanation
App engine is a regional service, which means the infrastructure that runs your app(s) is located in a specific region and is managed by Google to be redundantly available across all the zones within that region. Once an app engine deployment is created in a region, it cant be changed. The only way is to create a new project and create an App Engine instance in europe-west3, send all user traffic to this instance and delete the app engine instance in us-central.
Topics
Community Discussion
No community discussion yet for this question.