Skip to main content

Check out Interactive Visual Stories to gain hands-on experience with the SSE product features. Click here.

Skyhigh Security

Copy Custom Image from Skyhigh GCP Project

Perform the steps below to copy the Custom Image from the Skyhigh GCP project.

Prerequisites 
  • Install G-Cloud CLI.
  • Log in to the G-Cloud using the CLI and select the project to copy the SWG custom image. 
  • Refer to the Content & Cloud Security Portal for the project and image name. 
Steps to Copy Custom Image from Skyhigh GCP Project
  1. Copy the CLI command and modify as required.
    Sample command: 
    gcloud compute images create swg-copy-12-2-18-54125 \
        --source-image=swg-12-2-18-54125 \
        --source-image-project=svc-swg-prod-05 \
        --project=<your GCP project>
  2. Run the modified command in the CLI.

image (52).png
The newly created image details are displayed. 

  1. To verify the copied image on the GCP, navigate to Menu > Compute Engine > Images.

12.png

  1. Verify that the image is created using the name specified in the command (Step 1). 

image (54)_1.png

  1. Click on the copied image.

image (54)_11.png

image (55)_1.png

  1. To deploy the instance using the copied image, click Create instance and follow the steps as Deploy SWG Instance Using Custom Image.

image (55)_11.png

  • Was this article helpful?