Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
O App Engine é regional. Isso significa que a infraestrutura que executa os aplicativos está
em uma determinada região que é gerenciada pelo Google para estar disponível
de modo redundante em
todas as zonas dessa região.
Atender aos requisitos de latência, disponibilidade ou durabilidade são os principais fatores para selecionar a região de execução dos aplicativos. Geralmente, é possível
selecionar a região mais próxima dos usuários do aplicativo, mas considere os
locais em que o App Engine está disponível
e os locais dos outros
Google Cloud produtos e serviços usados pelo app. O uso de serviços
em vários locais pode afetar a latência e o
preço do seu aplicativo.
Não é possível alterar a região de um aplicativo depois de defini-la.
Se você já criou um aplicativo do App Engine, será possível ver a
região dele com um dos seguintes procedimentos:
Para selecionar uma região, crie um aplicativo do App Engine no
Google Cloud projeto. Consulte Gerenciar projetos, aplicativos e faturamento
para conferir mais detalhes no seu idioma sobre o
padrão
ou o ambiente
flexível.
Local no Cloud Storage
Ao criar um aplicativo, o App Engine cria um bucket padrão no Cloud Storage.
Geralmente, o local desse bucket é a região correspondente ao local do seu aplicativo do App Engine.
Os seguintes locais do aplicativo do App Engine criam buckets multirregionais:
Os aplicativos localizados em us-central criam um bucket na multirregião US.
Os aplicativos localizados em europe-west criam um bucket na multirregião EU.
Para saber mais sobre os locais do bucket do Cloud Storage, consulte Locais de buckets.
Local do Firestore
Ao criar um aplicativo, o App Engine cria um banco de dados padrão no Firestore.
Geralmente, o local desse banco de dados é a região correspondente ao local do seu aplicativo do App Engine.
Os seguintes locais do aplicativo do App Engine criam banco de dados multirregionais:
Os aplicativos localizados em us-central criam um banco de dados na multirregião nam5.
Os aplicativos localizados em europe-west criam um banco de dados na multirregião eur3.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-08-11 UTC."],[[["\u003cp\u003eApp Engine is regional, meaning your app's infrastructure is located in a specific region, managed redundantly across all zones within that region.\u003c/p\u003e\n"],["\u003cp\u003eChoosing the right region for your app depends on factors like latency, availability, and durability needs, often aligning with the location closest to your users, while also considering the locations of other integrated Google Cloud services.\u003c/p\u003e\n"],["\u003cp\u003eOnce you set your app's region, it cannot be changed, so you should make your initial choice with care.\u003c/p\u003e\n"],["\u003cp\u003eUpon app creation, App Engine automatically generates a default Cloud Storage bucket and Firestore database, typically in the same region as your app, although \u003ccode\u003eus-central\u003c/code\u003e and \u003ccode\u003eeurope-west\u003c/code\u003e app locations will create multi-regional resources.\u003c/p\u003e\n"]]],[],null,["# App Engine locations\n\nApp Engine is *regional* , which means the infrastructure that runs your apps is\nlocated in a specific region, and Google manages it so that it is available\nredundantly across\n[all of the zones within that region](/docs/geography-and-regions).\n\nMeeting your latency, availability, or durability requirements are primary\nfactors for selecting the region where your apps are run. You can generally\nselect the region nearest to your app's users, but you should consider [the\nlocations where App Engine is available](/about/locations#region)\nas well as the [locations](/about/locations#region) of the other\nGoogle Cloud products and services that your app uses. Using services\nacross multiple locations can affect your app's latency as well as its\n[pricing](/appengine/pricing).\n\nYou cannot change an app's region after you set it.\n| **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.\n\nIf you already created an App Engine application, you can view its\nregion by doing one of the following:\n\n- Run the `gcloud app describe` command.\n\n- Open the\n [App Engine Dashboard in the Google Cloud console](https://console.cloud.google.com/appengine).\n The region appears near the top of the page.\n\nTo select a region, you create an App Engine application in your\nGoogle Cloud project. See *Manage projects, applications, and billing*\nfor details in your language for either the\n[standard](/appengine/docs/standard/managing-projects-apps-billing)\nor [flexible](/appengine/docs/flexible/managing-projects-apps-billing)\nenvironment.\n\nCloud Storage location\n----------------------\n\nWhen you create an app, App Engine creates a default\n[bucket](/storage/docs/buckets) in [Cloud Storage](/storage).\nGenerally, the location of this bucket is the region matching the location of\nyour App Engine app.\n\nThe following App Engine app locations create buckets that are multi-region:\n\n- Apps located in `us-central` create a bucket in the `US` multi-region.\n- Apps located in `europe-west` create a bucket in the `EU` multi-region.\n\nTo learn more about Cloud Storage bucket locations, see\n[Bucket locations](/storage/docs/locations).\n\nFirestore location\n------------------\n\nWhen you create an app, App Engine creates a default database in\n[Firestore](/firestore).\nGenerally, the location of this database is the region matching the location of\nyour App Engine app.\n\nThe following App Engine app locations create databases that are multi-region:\n\n- Apps located in `us-central` create a database in the `nam5` multi-region.\n- Apps located in `europe-west` create a database in the `eur3` multi-region.\n\nTo learn more about Firestore bucket locations, see\n[Database locations](/firestore/docs/locations)."]]