[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-09-03 UTC."],[],[],null,["# Create a Compute Engine VM\n\nSee the [supported connectors](/integration-connectors/docs/connector-reference-overview) for Application Integration.\n\nCreate a Compute Engine VM\n==========================\n\n|\n| **Preview**\n|\n|\n| This product or feature is subject to the \"Pre-GA Offerings Terms\" in the General Service Terms section\n| of the [Service Specific Terms](/terms/service-terms#1).\n|\n| Pre-GA products and features are available \"as is\" and might have limited support.\n|\n| For more information, see the\n| [launch stage descriptions](/products#product-launch-stages).\n\nThis page describes how to create a Compute Engine VM.\n\nAs the first step to create a connector VM, create a Compute Engine VM.\n1. To create a Compute Engine VM in your Google Cloud project, run the following gcloud command: \n\n ```bash\n gcloud compute instances create VM_NAME --zone=ZONE --project=PARTNER_PROJECT\n \n ```\n2. To create an SSH connection to the created VM, run the following gcloud command: \n\n ```bash\n gcloud compute ssh --zone ZONE VM_NAME --project PARTNER_PROJECT\n \n ```\n\n\n Ensure that the firewall allows TCP ingress on port 22 of the VM.\n\nWhat's next\n-----------\n\n- Learn how to [create a web service and deploy it on a Compute Engine VM instance](/integration-connectors/docs/marketplace/create-webservice)."]]