-
Notifications
You must be signed in to change notification settings - Fork 64
locations
App Engine is regional, which means the infrastructure that runs your apps is located in a specific region, and Google manages it so that it is available redundantly across all of the zones within that region.
Meeting your latency, availability, or durability requirements are primary factors for selecting the region where your apps are run. You can generally select the region nearest to your app's users, but you should consider the locations where App Engine is available as well as the locations of the other Google Cloud products and services that your app uses. Using services across multiple locations can affect your app's latency as well as its pricing.
You cannot change an app's region after you set it.
Note: Two locations, which are called europe-west and us-central in App
Engine commands and in the Google Cloud console, are called europe-west1 and
us-central1, respectively, elsewhere in Google documentation.
If you already created an App Engine application, you can view its region by doing one of the following:
-
Run the
gcloud app describecommand. -
Open the App Engine Dashboard in the Google Cloud console. The region appears near the top of the page.