From 1b476e22d31ed2870cc50c766f468db944464151 Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Tue, 11 Feb 2025 09:49:53 +0100 Subject: [PATCH] feat(ins): add tip to windows create --- pages/instances/how-to/create-an-instance.mdx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pages/instances/how-to/create-an-instance.mdx b/pages/instances/how-to/create-an-instance.mdx index 670fba5c00..907b06edff 100644 --- a/pages/instances/how-to/create-an-instance.mdx +++ b/pages/instances/how-to/create-an-instance.mdx @@ -1,13 +1,13 @@ --- meta: title: How to create an Instance - description: This page explains how to create an Instance + description: This page explains how to create a Scaleway Instance content: h1: How to create an Instance - paragraph: This page explains how to create an Instance + paragraph: This page explains how to create a Scaleway Instance tags: instance create dates: - validation: 2024-12-09 + validation: 2025-02-11 posted: 2021-05-26 categories: - compute @@ -96,6 +96,9 @@ Select a tab below for instructions on how to create an Instance via either our - (Optional) Click **Advanced options** to configure a [cloud-init configuration](/instances/concepts/#cloud-init). Otherwise, leave these options at their default values. You can configure a cloud-init script to automate Instance setup, such as setting up software, users, and system configurations at the first boot. - **Choose the [RSA SSH key](/organizations-and-projects/how-to/create-ssh-key/#how-to-generate-a-rsa-ssh-key-pair)** that will give you access to your Instance. If you do not have an RSA SSH key yet, click **Add RSA SSH key** and follow the steps indicated. + + To activate the OpenSSH Server during Instance creation, add a `with-ssh` tag before launching the Instance. + - Verify the **Estimated cost** of your Instance, based on the specifications you chose. 4. Click **Create Instance**. The creation of your Instance begins, and you will be informed when the Instance is ready.