Importing an image to Cloud Compute Engine

Last Updated : Jun 19, 2023 |

Procedure

  1. Run the following command to upload the image to Google Cloud Storage:

    gsutil cp disk.raw.tar.gz gs://asbce-images/

  2. Run the following command to import the image to Google Compute Engine:

    gcloud compute images create asbce-813ga --source-uri gs://asbce-images/disk.raw.tar.gz --guest-os-features MULTI_IP_SUBNET,UEFI_COMPATIBLE