How to deploy senhasegura on Google Cloud Platform
- 1 minute to read
- Print
- DarkLight
- PDF
How to deploy senhasegura on Google Cloud Platform
- 1 minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
In this article, you’ll learn how to deploy senhasegura on Google Cloud Platform (GCP).
Requirements
The following firewall ports must be open:
- 80 (HTTP).
- 443 (HTTPS).
- 59022 (SSH).
- 22 (Proxy SSH).
- 3389 (Proxy RDP).
How to deploy senhasegura on GCP
To deploy senhasegura on GCP, follow these steps:
Step 1: Create a disk image
- On GCP, access Cloud Storage > Create Bucket and click Create Bucket. This step isn’t necessary if you already have a Cloud Bucket.
- Upload the
.tar.gz
file in Cloud Storage > Upload File. - Access Compute Engine > Storage > Images and click Create Image.
- Enter the Image Name.
- Choose Cloud Storage File as the source.
- Select the
.tar.gz
file you uploaded in step 2. - Click Create and wait until the process is completed.
- The disk image will be displayed in the Images list.
Step 2: Create a new instance
- Access Compute Engine > VM Instances and click Create Instance.
- Under Boot Disk, select Custom Image.
- Select the image created in Step 1.
- Configure VM parameters and policies according to your organization’s needs.
After creation, the VM will be displayed in the Instance listing.
Was this article helpful?