😃
【GCP】Compute EngineのVMインスタンスにssh接続できない時の対処法
メモとして書いておきます
以下のコマンドのprojectとzoneを埋めて実行しましょう。診断してくれます。
gcloud compute ssh video \
--project= \
--zone= \
--troubleshoot
自分の場合はNetwork Management APIが有効化されていないだけでした。
gcloud services enable networkmanagement.googleapis.com --project=
Discussion