Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ins): add tip to windows create #4388

Merged
merged 1 commit into from
Feb 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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