Skip to content

Commit a7929d4

Browse files
committed
fix(ins): update wording
1 parent 471b716 commit a7929d4

File tree

5 files changed

+25
-15
lines changed

5 files changed

+25
-15
lines changed

compute/instances/how-to/create-a-block-volume.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ categories:
3030
5. Enter the volume name and select a size.
3131
6. Configure the volume type. You can either create a **Block Storage** or ***Local Storage** volume.
3232
<Message type="note">
33-
To use **[Block Storage Low Latency](/storage/block/) 15k**, your Instance must have at least **3 Gbps of block bandwidth**.
34-
Check if an Instance type meets this requirement by referring to the `block_bandwidth` field in the [Instances API](https://www.scaleway.com/en/developers/api/instance/#path-instance-types-list-instance-types) at `/instance/v1/zones/{zone}/products/servers`.
35-
This field provides information about the block bandwidth for each Instance type to ensure compatibility with high-performance storage.
33+
To use **[Block Storage Low Latency](/storage/block/) 15k**, your Instance must have at least **3 Gbps of block bandwidth**.
34+
You can verify if an Instance type meets this requirement by consulting the [Scaleway Instances internet and Block Storage bandwidth overview](/compute/instances/reference-content/instances-bandwidth-overview/) documentation.
35+
36+
Alternatively, use the [Instances API](https://www.scaleway.com/en/developers/api/instance/#path-instance-types-list-instance-types) to check the `block_bandwidth` field at `/instance/v1/zones/{zone}/products/servers`.
37+
This field provides detailed information about block bandwidth for each Instance type, helping you ensure compatibility with high-performance storage.
3638
</Message>
3739
7. Click **Create volume** to confirm.
3840

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,11 @@ Select a tab below for instructions on how to create an Instance via either our
8181
- Booting from a volume that either lacks an OS or is among multiple volumes with identical operating systems can lead to inconsistent boot outcomes.
8282
</Message>
8383
<Message type="note">
84-
To use **[Block Storage Low Latency](/storage/block/) 15k**, your Instance must have at least **3 Gbps of block bandwidth**.
85-
Check if an Instance type meets this requirement by referring to the `block_bandwidth` field in the [Instances API](https://www.scaleway.com/en/developers/api/instance/#path-instance-types-list-instance-types) at `/instance/v1/zones/{zone}/products/servers`.
86-
This field provides information about the block bandwidth for each Instance type to ensure compatibility with high-performance storage.
84+
To use **[Block Storage Low Latency](/storage/block/) 15k**, your Instance must have at least **3 Gbps of block bandwidth**.
85+
You can verify if an Instance type meets this requirement by consulting the [Scaleway Instances internet and Block Storage bandwidth overview](/compute/instances/reference-content/instances-bandwidth-overview/) documentation.
86+
87+
Alternatively, use the [Instances API](https://www.scaleway.com/en/developers/api/instance/#path-instance-types-list-instance-types) to check the `block_bandwidth` field at `/instance/v1/zones/{zone}/products/servers`.
88+
This field provides detailed information about block bandwidth for each Instance type, helping you ensure compatibility with high-performance storage.
8789
</Message>
8890
- **Configure network** of the Instance.
8991
- 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.

compute/instances/how-to/manage-volumes.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,11 @@ categories:
3535
Find out [how to mount a Block Storage volume to your Instance](/storage/block/api-cli/managing-a-volume/#mounting-and-using-a-volume).
3636
</Message>
3737
<Message type="note">
38-
To use **[Block Storage Low Latency](/storage/block/) 15k**, your Instance must have at least **3 Gbps of block bandwidth**.
39-
Check if an Instance type meets this requirement by referring to the `block_bandwidth` field in the [Instances API](https://www.scaleway.com/en/developers/api/instance/#path-instance-types-list-instance-types) at `/instance/v1/zones/{zone}/products/servers`.
40-
This field provides information about the block bandwidth for each Instance type to ensure compatibility with high-performance storage.
38+
To use **[Block Storage Low Latency](/storage/block/) 15k**, your Instance must have at least **3 Gbps of block bandwidth**.
39+
You can verify if an Instance type meets this requirement by consulting the [Scaleway Instances internet and Block Storage bandwidth overview](/compute/instances/reference-content/instances-bandwidth-overview/) documentation.
40+
41+
Alternatively, use the [Instances API](https://www.scaleway.com/en/developers/api/instance/#path-instance-types-list-instance-types) to check the `block_bandwidth` field at `/instance/v1/zones/{zone}/products/servers`.
42+
This field provides detailed information about block bandwidth for each Instance type, helping you ensure compatibility with high-performance storage.
4143
</Message>
4244
## How to increase the volume size
4345

storage/block/how-to/attach-a-volume.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,11 @@ Alternatively, you can attach a Block Storage volume the following way:
4141
You can attach up to 15 volumes at a time to a single Instance.
4242
</Message>
4343
<Message type="note">
44-
To use **[Block Storage Low Latency](/storage/block/) 15k**, your Instance must have at least **3 Gbps of block bandwidth**.
45-
Check if an Instance type meets this requirement by referring to the `block_bandwidth` field in the [Instances API](https://www.scaleway.com/en/developers/api/instance/#path-instance-types-list-instance-types) at `/instance/v1/zones/{zone}/products/servers`.
46-
This field provides information about the block bandwidth for each Instance type to ensure compatibility with high-performance storage.
44+
To use **[Block Storage Low Latency](/storage/block/) 15k**, your Instance must have at least **3 Gbps of block bandwidth**.
45+
You can verify if an Instance type meets this requirement by consulting the [Scaleway Instances internet and Block Storage bandwidth overview](/compute/instances/reference-content/instances-bandwidth-overview/) documentation.
46+
47+
Alternatively, use the [Instances API](https://www.scaleway.com/en/developers/api/instance/#path-instance-types-list-instance-types) to check the `block_bandwidth` field at `/instance/v1/zones/{zone}/products/servers`.
48+
This field provides detailed information about block bandwidth for each Instance type, helping you ensure compatibility with high-performance storage.
4749
</Message>
4850

4951

storage/block/how-to/create-a-volume.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@ categories:
3434
You cannot edit the IOPS after you create your volume.
3535
</Message>
3636
<Message type="note">
37-
To use **[Block Storage Low Latency](/storage/block/) 15k**, your Instance must have at least **3 Gbps of block bandwidth**.
38-
Check if an Instance type meets this requirement by referring to the `block_bandwidth` field in the [Instances API](https://www.scaleway.com/en/developers/api/instance/#path-instance-types-list-instance-types) at `/instance/v1/zones/{zone}/products/servers`.
39-
This field provides information about the block bandwidth for each Instance type to ensure compatibility with high-performance storage.
37+
To use **[Block Storage Low Latency](/storage/block/) 15k**, your Instance must have at least **3 Gbps of block bandwidth**.
38+
You can verify if an Instance type meets this requirement by consulting the [Scaleway Instances internet and Block Storage bandwidth overview](/compute/instances/reference-content/instances-bandwidth-overview/) documentation.
39+
40+
Alternatively, use the [Instances API](https://www.scaleway.com/en/developers/api/instance/#path-instance-types-list-instance-types) to check the `block_bandwidth` field at `/instance/v1/zones/{zone}/products/servers`.
41+
This field provides detailed information about block bandwidth for each Instance type, helping you ensure compatibility with high-performance storage.
4042
</Message>
4143

4244
- Define a volume size.

0 commit comments

Comments
 (0)