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
- 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> - Run the modified command in the CLI.
The newly created image details are displayed.
- To verify the copied image on the GCP, navigate to Menu > Compute Engine > Images.
- Verify that the image is created using the name specified in the command (Step 1).
- Click on the copied image.
- To deploy the instance using the copied image, click Create instance and follow the steps as Deploy SWG Instance Using Custom Image.