Skip to content

Commit

Permalink
feat(ins): add tip to windows create
Browse files Browse the repository at this point in the history
  • Loading branch information
bene2k1 committed Feb 11, 2025
1 parent 7c7bd99 commit 1b476e2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pages/instances/how-to/create-an-instance.mdx
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
<Message type="tip">
To activate the OpenSSH Server during Instance creation, add a `with-ssh` tag before launching the Instance.
</Message>
- 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.

Expand Down

0 comments on commit 1b476e2

Please sign in to comment.