ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 206 - Associate Cloud Engineer discussion

Report
Export

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 whereas all users of this application are closest to europe-west3. You want to change the region of the App Engine application to europe-west3 to minimize latency. What's the best way to change the App Engine region?

A.
Create a new project and create an App Engine instance in europe-west3
Answers
A.
Create a new project and create an App Engine instance in europe-west3
B.
Use the gcloud app region set command and supply the name of the new region.
Answers
B.
Use the gcloud app region set command and supply the name of the new region.
C.
From the console, under the App Engine page, click edit, and change the region drop-down.
Answers
C.
From the console, under the App Engine page, click edit, and change the region drop-down.
D.
Contact Google Cloud Support and request the change.
Answers
D.
Contact Google Cloud Support and request the change.
Suggested answer: A

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.

Ref:https://cloud.google.com/appengine/docs/locations

asked 18/09/2024
sailakshmi KM
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first