Skip to content

Commit 10ebffc

Browse files
fix(instances): reword quickstart (#5927)
This fixes some wordings to accomodate with latest changes in the Instances product.
1 parent f59c0d0 commit 10ebffc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pages/instances/quickstart.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,22 @@ Scaleway [Instances](/instances/concepts/#instance) are computing units that pro
2626
- **Choose an Instance type**. <br />
2727
Instance offers vary in pricing, processing power, memory, storage, and bandwidth. [Discover the best Instance type for your needs](/instances/reference-content/choosing-instance-type/).
2828
- **Choose an image** to run on your Instance. <br />
29-
This can be an operating system, an InstantApp, or a custom image. [Check all available Linux distributions and InstantApps](/instances/reference-content/images-and-instantapps/).
29+
This can be an operating system, an InstantApp, or a custom image. [Check all available operating system images and InstantApps](/instances/reference-content/images-and-instantapps/).
3030
- **Name your Instance**, or leave the randomly-generated name in place. Optionally, you can add [tags](/instances/concepts/#tags) to help you organize your Instance.
3131
- **Add Volumes**, which are storage spaces used by your Instances. A block volume with a default name and 5,000 IOPS is automatically provided for your system volume. You can customize this volume and attach up to 16 local and/or block type volumes as needed.
3232
<Message type="important">
3333
- Ensure that the volume containing your OS image has a minimum size of 10 GB. For a GPU OS, the recommended size is 125 GB.
34-
- When multiple Block Storage volumes are linked to your Instance, the primary volume will host the OS and is essential for booting the Instance. Once the Instance is created can [modify your boot volume](/instances/how-to/use-boot-modes/#how-to-change-the-boot-volume).
34+
- When multiple Block Storage volumes are linked to your Instance, the primary volume will host the OS and is essential for booting the Instance. If needed, the boot volume can be changed after the creation of the Instance; [see how](/instances/how-to/use-boot-modes/#how-to-change-the-boot-volume).
3535
- Booting from a volume that either lacks an OS or is among multiple volumes with identical operating systems can lead to inconsistent boot outcomes.
3636
</Message>
3737
- **Configure network** of the Instance.
3838
- Leave the checkbox ticked to assign a **Public IPv4** to the Instance. You can either allocate a new IPv4 address or select one or multiple existing IPv4s. Alternatively, uncheck the box if you do not want an IPv4.
3939
- Leave the checkbox ticked to assign a **Public IPv6** to the Instance. You can either allocate a new IPv6 address or select one or multiple existing IPv6s. Alternatively, uncheck the box if you do not want an IPv6.
40-
<Message type="tip">
41-
You can attach up to 5 IPs to an Instance, combining IPv4 and IPv6 addresses, which is useful for running different services or applications on the same Instance.
40+
<Message type="note">
41+
You can attach up to 5 IPv4 and 5 IPv6 addresses to an Instance, which is useful for running different services or applications on the same Instance.
4242
</Message>
4343
- (Optional) Click **Cloud-init** to configure a [cloud-init configuration](/instances/concepts/#cloud-init). Otherwise, leave this option set to its default values.
44-
You can configure a cloud-init script to automate Instance setup, such as setting up software, users, and system configurations at the first boot.
44+
Cloud-init scripts are the standard way to automate Instance setup, such as setting up software, users, and system configurations at the first boot.
4545
- **Verify the [SSH keys](/organizations-and-projects/concepts/#ssh-key)** that will give you access to your Instance.
4646
- **Verify the Estimated cost** of your Instance, based on the specifications you chose.
4747
4. Click **Create Instance**. The creation of your Instance begins, and you will be informed when the Instance is ready.
@@ -58,7 +58,7 @@ Scaleway [Instances](/instances/concepts/#instance) are computing units that pro
5858
```
5959
3. If / when prompted, allow connection to the host by typing `yes`, then press **Enter**.
6060
```
61-
The authenticity of host 'myhost.ext (212.47.226.35)' can't be established.
61+
The authenticity of host 'myhost.ext (your_instance_ip)' can't be established.
6262
RSA key fingerprint is 4f:ba:65:cf:14:64:a7:1e:b6:07:7c:00:71:95:21:fa.
6363
Are you sure you want to continue connecting (yes/no)?
6464
```
@@ -81,7 +81,7 @@ To connect to your Instance from Windows, you will need to use a small applicati
8181

8282
You are now connected to your Instance.
8383

84-
<Message type="tip">
84+
<Message type="note">
8585
For instructions on how to connect to Instances running Microsoft Windows Server OS, refer to our dedicated documentation [How to connect to Instances running Microsoft Windows Server OS](/instances/how-to/connect-to-instance/).
8686
</Message>
8787

0 commit comments

Comments
 (0)