Skip to content

Commit 46b03df

Browse files
fix(ins): fix create doc for windows and typos (#3854)
* fix(ins): fix create doc for windows and typos * Update compute/instances/how-to/create-an-instance.mdx * docs(ins): fix typo * Apply suggestions from code review Co-authored-by: ldecarvalho-doc <[email protected]> --------- Co-authored-by: ldecarvalho-doc <[email protected]>
1 parent c9be44d commit 46b03df

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

compute/instances/how-to/create-an-instance.mdx

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ Select a tab below for instructions on how to create an Instance via either our
3434
- **Choose an Availability Zone**, which represents the geographical region where your Instance will be deployed.
3535
- **Choose an Instance type**. <br />
3636
Instance offers vary in pricing, processing power, memory, storage, and bandwidth. [Discover the best Instance type for your needs](/compute/instances/reference-content/choosing-instance-type/).
37-
- ***Choose an Image** to run on your Instance. <br />
37+
- **Choose an image** to run on your Instance. <br />
3838
This can be an operating system, an InstantApp, or a custom image. [Check all available Linux distributions and InstantApps](/compute/instances/reference-content/images-and-instantapps/).
39-
- **Name** your Instance, or leave the randomly-generated name in place. Optionally, you can add [tags](/compute/instances/concepts/#tags) to help you organize your Instance.
40-
- **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 up to 16 local and/or block type volumes as needed.
39+
- **Name your Instance**, or leave the randomly-generated name in place. Optionally, you can add [tags](/compute/instances/concepts/#tags) to help you organize your Instance.
40+
- **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.
4141
<Message type="important">
4242
- 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.
4343
- 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](/compute/instances/how-to/use-boot-modes/#how-to-change-the-boot-volume).
@@ -50,7 +50,7 @@ Select a tab below for instructions on how to create an Instance via either our
5050
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.
5151
</Message>
5252
- (Optional) Click **Advanced options** to configure a [cloud-init configuration](/compute/instances/concepts/#cloud-init). Otherwise, leave these options at their default values.
53-
You can configure a cloud-init script to automate instance setup, such as setting up software, users, and system configurations at the first boot.
53+
You can configure a cloud-init script to automate Instance setup, such as setting up software, users, and system configurations at the first boot.
5454
- **Verify the [SSH keys](/console/account/concepts/#ssh-key)** that will give you access to your Instance.
5555
- **Verify the Estimated cost** of your Instance, based on the specifications you chose.
5656
4. Click **Create Instance**. The creation of your Instance begins, and you will be informed when the Instance is ready.
@@ -71,23 +71,24 @@ Select a tab below for instructions on how to create an Instance via either our
7171
2. Click **Create Instance**. The [Instance creation page](https://console.scaleway.com/instance/servers) displays.
7272
3. Complete the following steps:
7373
- Choose an **Availability Zone**, which represents the geographical region where your Instance will be deployed.
74-
- Choose a **POP2-WIN** Instance type from the **Production-Optimized** range.
75-
- Choose a **Windows Server** Image to run on your Instance.
76-
- Add **Volumes**, which are storage spaces used by your Instances. You can add several block volumes and define how much storage you want for each.
74+
- **Choose a POP2-WIN** Instance type from the **Production-Optimized** range.
75+
- **Choose a Windows Server image** to run on your Instance.
76+
- **Name your Instance**, or leave the randomly-generated name in place. Optionally, you can add [tags](/compute/instances/concepts/#tags) to help you organize your Instance.
77+
- **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.
7778
<Message type="important">
78-
- Ensure that a volume with a Windows image has a minimum capacity of 25 GB.
79+
- Ensure that a volume containing a Windows Server image has a minimum capacity of 25 GB.
7980
- 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](/compute/instances/how-to/use-boot-modes/#how-to-change-the-boot-volume).
8081
- Booting from a volume that either lacks an OS or is among multiple volumes with identical operating systems can lead to inconsistent boot outcomes.
8182
</Message>
82-
- Configure the network of the Instance. You can either select to use **Routed public IP** (a dedicated public IP address routed to your Instance that allows direct communication between the Instance and the Internet) or a **NAT public IP** (a public IP address that uses a carrier-grade NAT to translate the Instances NAT IP address). If you are unsure which to use, we recommend a routed public IP for ease of use and improved performance.
83+
- **Configure network** of the Instance.
8384
- 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.
8485
- 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.
8586
<Message type="tip">
86-
You can attach up to 5 IPs to an Instance, combining IPv4 and IPv6 addresses.
87+
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.
8788
</Message>
88-
- Enter a **Name** for your Instance, or leave the randomly-generated name in place. Optionally, you can add [tags](/compute/instances/concepts/#tags) to help you organize your Instance.
89-
- Click **Advanced options** if you want to configure a [cloud-init configuration](/compute/instances/concepts/#cloud-init). Otherwise, leave these options at their default values.
90-
- Choose the [RSA SSH key](/identity-and-access-management/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.
89+
- (Optional) Click **Advanced options** to configure a [cloud-init configuration](/compute/instances/concepts/#cloud-init). Otherwise, leave these options at their default values.
90+
You can configure a cloud-init script to automate Instance setup, such as setting up software, users, and system configurations at the first boot.
91+
- **Choose the [RSA SSH key](/identity-and-access-management/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.
9192
- Verify the **Estimated cost** of your Instance, based on the specifications you chose.
9293
4. Click **Create Instance**. The creation of your Instance begins, and you will be informed when the Instance is ready.
9394

compute/instances/quickstart.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ Scaleway [Instances](/compute/instances/concepts/#instance) are computing units
2929
- **Choose an Availability Zone**, which represents the geographical region where your Instance will be deployed.
3030
- **Choose an Instance type**. <br />
3131
Instance offers vary in pricing, processing power, memory, storage, and bandwidth. [Discover the best Instance type for your needs](/compute/instances/reference-content/choosing-instance-type/).
32-
- ***Choose an Image** to run on your Instance. <br />
32+
- ***Choose an image** to run on your Instance. <br />
3333
This can be an operating system, an InstantApp, or a custom image. [Check all available Linux distributions and InstantApps](/compute/instances/reference-content/images-and-instantapps/).
34-
- **Name** your Instance, or leave the randomly-generated name in place. Optionally, you can add [tags](/compute/instances/concepts/#tags) to help you organize your Instance.
35-
- **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 up to 16 local and/or block type volumes as needed.
34+
- **Name your Instance**, or leave the randomly-generated name in place. Optionally, you can add [tags](/compute/instances/concepts/#tags) to help you organize your Instance.
35+
- **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.
3636
<Message type="important">
3737
- 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.
3838
- 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](/compute/instances/how-to/use-boot-modes/#how-to-change-the-boot-volume).
@@ -45,7 +45,7 @@ Scaleway [Instances](/compute/instances/concepts/#instance) are computing units
4545
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.
4646
</Message>
4747
- (Optional) Click **Advanced options** to configure a [cloud-init configuration](/compute/instances/concepts/#cloud-init). Otherwise, leave these options at their default values.
48-
You can configure a cloud-init script to automate instance setup, such as setting up software, users, and system configurations at the first boot.
48+
You can configure a cloud-init script to automate Instance setup, such as setting up software, users, and system configurations at the first boot.
4949
- **Verify the [SSH keys](/console/account/concepts/#ssh-key)** that will give you access to your Instance.
5050
- **Verify the Estimated cost** of your Instance, based on the specifications you chose.
5151
4. Click **Create Instance**. The creation of your Instance begins, and you will be informed when the Instance is ready.

0 commit comments

Comments
 (0)