Send feedback
Stay organized with collections
Save and categorize content based on your preferences.
See the supported connectors for Application Integration.
Create a Compute Engine VM
Preview
This product or feature is subject to the "Pre-GA Offerings Terms" in the General Service Terms section
of the Service Specific Terms .
Pre-GA products and features are available "as is" and might have limited support.
For more information, see the
launch stage descriptions .
This page describes how to create a Compute Engine VM.
As the first step to create a connector VM, create a Compute Engine VM.
To create a Compute Engine VM in your Google Cloud project, run the following gcloud command:
gcloud compute instances create VM_NAME --zone= ZONE --project= PARTNER_PROJECT
To create an SSH connection to the created VM, run the following gcloud command:
gcloud compute ssh --zone ZONE VM_NAME --project PARTNER_PROJECT
Ensure that the firewall allows TCP ingress on port 22 of the VM.
What's next
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-19 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-19 UTC."],[],[]]