Skip to content

Commit 3bb5975

Browse files
docs(instance): update servers section documentation (#2535)
Co-authored-by: Jules Castéran <[email protected]>
1 parent 5811fc0 commit 3bb5975

File tree

3 files changed

+57
-45
lines changed

3 files changed

+57
-45
lines changed

cmd/scw/testdata/test-all-usage-instance-server-usage.golden

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,31 @@ Scaleway offers **Virtual Cloud** and **dedicated GPU** instances.
55

66
**Virtual Cloud Instances**
77

8-
Virtual cloud instances are offering the best performance/price ratio for most workloads. Different CPU architectures are proposed: The **Development** and **General Purpose** ranges are based on AMD EPYC CPUs. The **ARM64** range is based on Cavium Thunder X ARM CPUs.
8+
Virtual cloud instances are offering the best performance/price ratio for most workloads.
9+
Different instance ranges are proposed:
910

10-
* The **Development** instances range provides stable and consistent performance for development needs.
11-
Spin up a development or test environment within seconds.
12-
Refer to the [Development Instance offer details](https://www.scaleway.com/en/development-instances/) for more information.
11+
* The **Development** instances range provides stable and consistent performance for
12+
development and testing needs. Spin up a development or test environment within seconds.
13+
Refer to the [Development Instance offer details](https://www.scaleway.com/en/virtual-instances/play2/)
14+
for more information.
1315

14-
* The **General Purpose** instances range is the solution for demanding workloads.
15-
Powerful AMD EPYC CPUs back those instances and offer up to 48 Cores, 256GB of RAM and 600GB of replicated local NVMe SSD storage.
16-
Refer to the [General Purpose offer details](https://www.scaleway.com/en/general-purpose-instances/) for more information.
16+
* The General Purpose instances range is the solution for production workloads. Powerful
17+
AMD EPYC CPUs back those instances and offer up to 48 Cores, 256GB of RAM and storage
18+
options up to 600GB of replicated local NVMe SSD storage and/or up to 10TB of Block Storage.
19+
Refer to the [General Purpose offer details](https://www.scaleway.com/en/virtual-instances/pro2/) for more information.
1720

18-
* The **ARM** instances range is based on Cavium ThunderX SoCs and provides up to 64 Cores ARM 64bit, 128GB of RAM and 1TB SSD storage.
19-
Refer to the [ARM offer details](https://www.scaleway.com/en/arm-instances) for more information.
21+
* The Enterprise instances range is the solution for most demanding workloads and
22+
mission-critical applications. Powerful AMD EPYC CPUs back those instances and
23+
offer up to 96 Cores, 384GB of RAM and up to 10TB of Block Storage. Refer to the
24+
[Enterprise offer details](https://www.scaleway.com/en/virtual-instances/enterprise/) for more information.
2025

2126
**Dedicated GPU Instances**
2227

23-
GPU instances are very powerful compute instances, providing lots of RAM, vCPU, and storage.
24-
25-
They are equipped with Nvidia Tesla P100 GPUs, which are designed for handling rapidly, a massive amount of data.
26-
They are useful for heavy data processing, artificial intelligence and machine learning, video encoding, rendering, and so on.
27-
The GPU is dedicated to each instance and directly exposed through PCI-e.
28-
For more information, refer to [GPU Instances](https://www.scaleway.com/en/gpu-instances/).
28+
Scaleway GPU Instances are virtual compute instances equipped with dedicated high-end
29+
Nvidia graphical processing unit (GPUs). They are ideal for data processing, artificial
30+
intelligence, rendering and video encoding. The GPU is dedicated to each instance and
31+
directly exposed through PCI-e. For more information, refer to the
32+
[GPU Instances Developper Documentation](https://www.scaleway.com/en/docs/compute/gpu/quickstart/).
2933

3034
USAGE:
3135
scw instance server <command>

docs/commands/instance.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,27 +1142,31 @@ Scaleway offers **Virtual Cloud** and **dedicated GPU** instances.
11421142

11431143
**Virtual Cloud Instances**
11441144

1145-
Virtual cloud instances are offering the best performance/price ratio for most workloads. Different CPU architectures are proposed: The **Development** and **General Purpose** ranges are based on AMD EPYC CPUs. The **ARM64** range is based on Cavium Thunder X ARM CPUs.
1145+
Virtual cloud instances are offering the best performance/price ratio for most workloads.
1146+
Different instance ranges are proposed:
11461147

1147-
* The **Development** instances range provides stable and consistent performance for development needs.
1148-
Spin up a development or test environment within seconds.
1149-
Refer to the [Development Instance offer details](https://www.scaleway.com/en/development-instances/) for more information.
1148+
* The **Development** instances range provides stable and consistent performance for
1149+
development and testing needs. Spin up a development or test environment within seconds.
1150+
Refer to the [Development Instance offer details](https://www.scaleway.com/en/virtual-instances/play2/)
1151+
for more information.
11501152

1151-
* The **General Purpose** instances range is the solution for demanding workloads.
1152-
Powerful AMD EPYC CPUs back those instances and offer up to 48 Cores, 256GB of RAM and 600GB of replicated local NVMe SSD storage.
1153-
Refer to the [General Purpose offer details](https://www.scaleway.com/en/general-purpose-instances/) for more information.
1153+
* The General Purpose instances range is the solution for production workloads. Powerful
1154+
AMD EPYC CPUs back those instances and offer up to 48 Cores, 256GB of RAM and storage
1155+
options up to 600GB of replicated local NVMe SSD storage and/or up to 10TB of Block Storage.
1156+
Refer to the [General Purpose offer details](https://www.scaleway.com/en/virtual-instances/pro2/) for more information.
11541157

1155-
* The **ARM** instances range is based on Cavium ThunderX SoCs and provides up to 64 Cores ARM 64bit, 128GB of RAM and 1TB SSD storage.
1156-
Refer to the [ARM offer details](https://www.scaleway.com/en/arm-instances) for more information.
1158+
* The Enterprise instances range is the solution for most demanding workloads and
1159+
mission-critical applications. Powerful AMD EPYC CPUs back those instances and
1160+
offer up to 96 Cores, 384GB of RAM and up to 10TB of Block Storage. Refer to the
1161+
[Enterprise offer details](https://www.scaleway.com/en/virtual-instances/enterprise/) for more information.
11571162

11581163
**Dedicated GPU Instances**
11591164

1160-
GPU instances are very powerful compute instances, providing lots of RAM, vCPU, and storage.
1161-
1162-
They are equipped with Nvidia Tesla P100 GPUs, which are designed for handling rapidly, a massive amount of data.
1163-
They are useful for heavy data processing, artificial intelligence and machine learning, video encoding, rendering, and so on.
1164-
The GPU is dedicated to each instance and directly exposed through PCI-e.
1165-
For more information, refer to [GPU Instances](https://www.scaleway.com/en/gpu-instances/).
1165+
Scaleway GPU Instances are virtual compute instances equipped with dedicated high-end
1166+
Nvidia graphical processing unit (GPUs). They are ideal for data processing, artificial
1167+
intelligence, rendering and video encoding. The GPU is dedicated to each instance and
1168+
directly exposed through PCI-e. For more information, refer to the
1169+
[GPU Instances Developper Documentation](https://www.scaleway.com/en/docs/compute/gpu/quickstart/).
11661170

11671171

11681172

internal/namespaces/instance/v1/instance_cli.go

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -157,27 +157,31 @@ Scaleway offers **Virtual Cloud** and **dedicated GPU** instances.
157157
158158
**Virtual Cloud Instances**
159159
160-
Virtual cloud instances are offering the best performance/price ratio for most workloads. Different CPU architectures are proposed: The **Development** and **General Purpose** ranges are based on AMD EPYC CPUs. The **ARM64** range is based on Cavium Thunder X ARM CPUs.
160+
Virtual cloud instances are offering the best performance/price ratio for most workloads.
161+
Different instance ranges are proposed:
161162
162-
* The **Development** instances range provides stable and consistent performance for development needs.
163-
Spin up a development or test environment within seconds.
164-
Refer to the [Development Instance offer details](https://www.scaleway.com/en/development-instances/) for more information.
163+
* The **Development** instances range provides stable and consistent performance for
164+
development and testing needs. Spin up a development or test environment within seconds.
165+
Refer to the [Development Instance offer details](https://www.scaleway.com/en/virtual-instances/play2/)
166+
for more information.
165167
166-
* The **General Purpose** instances range is the solution for demanding workloads.
167-
Powerful AMD EPYC CPUs back those instances and offer up to 48 Cores, 256GB of RAM and 600GB of replicated local NVMe SSD storage.
168-
Refer to the [General Purpose offer details](https://www.scaleway.com/en/general-purpose-instances/) for more information.
168+
* The General Purpose instances range is the solution for production workloads. Powerful
169+
AMD EPYC CPUs back those instances and offer up to 48 Cores, 256GB of RAM and storage
170+
options up to 600GB of replicated local NVMe SSD storage and/or up to 10TB of Block Storage.
171+
Refer to the [General Purpose offer details](https://www.scaleway.com/en/virtual-instances/pro2/) for more information.
169172
170-
* The **ARM** instances range is based on Cavium ThunderX SoCs and provides up to 64 Cores ARM 64bit, 128GB of RAM and 1TB SSD storage.
171-
Refer to the [ARM offer details](https://www.scaleway.com/en/arm-instances) for more information.
173+
* The Enterprise instances range is the solution for most demanding workloads and
174+
mission-critical applications. Powerful AMD EPYC CPUs back those instances and
175+
offer up to 96 Cores, 384GB of RAM and up to 10TB of Block Storage. Refer to the
176+
[Enterprise offer details](https://www.scaleway.com/en/virtual-instances/enterprise/) for more information.
172177
173178
**Dedicated GPU Instances**
174179
175-
GPU instances are very powerful compute instances, providing lots of RAM, vCPU, and storage.
176-
177-
They are equipped with Nvidia Tesla P100 GPUs, which are designed for handling rapidly, a massive amount of data.
178-
They are useful for heavy data processing, artificial intelligence and machine learning, video encoding, rendering, and so on.
179-
The GPU is dedicated to each instance and directly exposed through PCI-e.
180-
For more information, refer to [GPU Instances](https://www.scaleway.com/en/gpu-instances/).
180+
Scaleway GPU Instances are virtual compute instances equipped with dedicated high-end
181+
Nvidia graphical processing unit (GPUs). They are ideal for data processing, artificial
182+
intelligence, rendering and video encoding. The GPU is dedicated to each instance and
183+
directly exposed through PCI-e. For more information, refer to the
184+
[GPU Instances Developper Documentation](https://www.scaleway.com/en/docs/compute/gpu/quickstart/).
181185
`,
182186
Namespace: "instance",
183187
Resource: "server",

0 commit comments

Comments
 (0)