Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/09/04 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Difficile à comprendre","hardToUnderstand","thumb-down"],["Informations ou exemple de code incorrects","incorrectInformationOrSampleCode","thumb-down"],["Il n'y a pas l'information/les exemples dont j'ai besoin","missingTheInformationSamplesINeed","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/09/04 (UTC)."],[[["\u003cp\u003eThis page guides users on creating a Compute Engine VM, which is the initial step for creating a connector VM.\u003c/p\u003e\n"],["\u003cp\u003ePre-General Availability (Pre-GA) offerings, including products and features, are subject to specific terms and are provided "as is" with potentially limited support.\u003c/p\u003e\n"],["\u003cp\u003eUse the provided \u003ccode\u003egcloud compute instances create\u003c/code\u003e command to create a Compute Engine VM, replacing \u003ccode\u003eVM_NAME\u003c/code\u003e, \u003ccode\u003eZONE\u003c/code\u003e, and \u003ccode\u003ePARTNER_PROJECT\u003c/code\u003e with appropriate values.\u003c/p\u003e\n"],["\u003cp\u003eEstablish an SSH connection to the newly created VM using the \u003ccode\u003egcloud compute ssh\u003c/code\u003e command, ensuring TCP ingress on port 22 is permitted by the firewall.\u003c/p\u003e\n"]]],[],null,["# Create a Compute Engine VM\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\nCreate a Compute Engine VM\n==========================\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)."]]