[GAE] 現在のリージョンを確認する方法
1. リージョン確認コマンド
以下のコマンドで現在のリージョンを確認できる。
> gcloud app describe --project <プロジェクトID>
-
<プロジェクトID>
にはGCP上のプロジェクトに割り当てられたIDを指定する
authDomain: gmail.com
codeBucket: staging.****.appspot.com
defaultBucket: ****.appspot.com
defaultHostname: ****.appspot.com
featureSettings:
splitHealthChecks: true
gcrDomain: us.gcr.io
id: ****
locationId: us-central
name: apps/****
servingStatus: SERVING
2. 海外リージョンだと遅い
Firebaseでプロジェクト作成するとlocationId
がus-central
になってた。
us-central
リージョンだと日本からのアクセスでTTFB 531.93msかかる。遅い。
3. 東京リージョン(asia-northeast1)にする
GAE側からプロジェクトを作成する際にasia-northeast1
などの東京リージョンすると爆速になる。
Author And Source
この問題について([GAE] 現在のリージョンを確認する方法), 我々は、より多くの情報をここで見つけました https://qiita.com/alclimb/items/81ae9d9d262507e856f1著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .