Compute Engine VM を作成する

このページでは、Compute Engine VM を作成する方法について説明します。

    コネクタ VM を作成する最初のステップとして、Compute Engine VM を作成します。
  1. Google Cloud プロジェクトに Compute Engine VM を作成するには、次の gcloud コマンドを実行します。
    gcloud compute instances create VM_NAME --zone=ZONE --project=PARTNER_PROJECT
      
  2. 作成した VM への SSH 接続を作成するには、次の gcloud コマンドを実行します。
    gcloud compute ssh --zone ZONE VM_NAME --project PARTNER_PROJECT
      

    ファイアウォールで VM のポート 22 での TCP 上り(内向き)が許可されていることを確認します。

次のステップ