Importing an image to Cloud Compute Engine

Last Updated : Jun 19, 2023 |
Prolog information
  1. Run the following command to upload the image to Google Cloud Storage:
    ADDITIONAL INFORMATION:
    gsutil cp disk.raw.tar.gz gs://asbce-images/
  2. Run the following command to import the image to Google Compute Engine:
    ADDITIONAL INFORMATION:
    gcloud compute images create asbce-813ga --source-uri gs://asbce-images/disk.raw.tar.gz --guest-os-features MULTI_IP_SUBNET,UEFI_COMPATIBLE