gcloud
コマンドでいろいろ試していたりすると毎度リージョンを指定しわすれてUSになったりすることがあって面倒だったので調べた
- 設定の変更
$ gcloud compute project-info add-metadata \
--metadata google-compute-default-region=asia-northeast1,google-compute-default-zone=asia-northeast1-a
- 確認
$ gcloud compute project-info describe --project sample-project-1111111
commonInstanceMetadata:
fingerprint: 4HM7BFP53kU=
items:
- key: google-compute-default-region
value: asia-northeast1
- key: google-compute-default-zone
value: asia-northeast1-a
kind: compute#metadata
.....
.....
.....