Skip to content

Commit 639dbf4

Browse files
authored
fix(ins): fix 404 (#4985)
1 parent 233b83f commit 639dbf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/instances/reference-content/choosing-instance-type.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Instances are virtual machines: multiple Instances can run on one "real" physica
2727

2828
* **vCPU**: A **v**irtual **C**entralized **P**rocessing **U**nit represents a part of the underlying physical CPU that is assigned to a particular Instance.
2929

30-
Each vCPU may be [shared or dedicated](/docs/instances/reference-content/choosing-shared-vs-dedicated-cpus/).
30+
Each vCPU may be [shared or dedicated](/instances/reference-content/choosing-shared-vs-dedicated-cpus/).
3131
- **Shared**: A [context-switching mechanism](https://en.wikipedia.org/wiki/Context_switch) allows a physical core to be shared between multiple vCPUs for multitasking. Instances with shared vCPU can be more cost-effective for running small, non-resource-intensive applications than dedicated vCPU Instances. Our different types of shared vCPU Instances offer a variety of options to balance price and performance depending on your use case.
3232
- **Dedicated**: Instances with dedicated vCPU do not share their compute resources with other Instances (1 vCPU = 1 CPU thread dedicated to that Instance). This type of Instance is particularly recommended for running production-grade compute-intensive applications.
3333

@@ -58,7 +58,7 @@ Use this table to help identify the right Instance range for your use case and c
5858
| **Use cases** | Discovering the Scaleway ecosystem<br />Hosting personal projects | Scaling your development and testing environment<br />Hosting CI/CD runners and containerized worker nodes | Hosting production workloads and business-critical applications<br />Ensuring predictable CPU performance in the face of high traffic | Hosting high-demanding analysis, in-memory calculation, big-data processing, high-performance or cache databases<br />Designed for high-performance web-serving, video encoding, machine learning, batch processing, CI/CD |
5959
| **Supported storage** | Resilient Block Storage or Local Storage | Resilient Block Storage or Local Storage, OR Resilient Block Storage only (depending on Instance type) | Resilient Block Storage | Resilient Block Storage |
6060
| **vCPU** | 1 core | From 1 to 32 cores | From 2 to 96 cores | From 2 to 64 cores |
61-
| **Shared/Dedicated** | [Shared vCPU](/docs/instances/reference-content/choosing-shared-vs-dedicated-cpus/#shared-vcpu-instances) | [Shared vCPU](/docs/instances/reference-content/choosing-shared-vs-dedicated-cpus/#shared-vcpu-instances) | [Dedicated vCPU](/instances/reference-content/choosing-shared-vs-dedicated-cpus/#dedicated-vcpu-instances) | [Dedicated vCPU](/instances/reference-content/choosing-shared-vs-dedicated-cpus/#dedicated-vcpu-instances) |
61+
| **Shared/Dedicated** | [Shared vCPU](/instances/reference-content/choosing-shared-vs-dedicated-cpus/#shared-vcpu-instances) | [Shared vCPU](/instances/reference-content/choosing-shared-vs-dedicated-cpus/#shared-vcpu-instances) | [Dedicated vCPU](/instances/reference-content/choosing-shared-vs-dedicated-cpus/#dedicated-vcpu-instances) | [Dedicated vCPU](/instances/reference-content/choosing-shared-vs-dedicated-cpus/#dedicated-vcpu-instances) |
6262
| **RAM** | 1 GiB | From 2 GiB to 128 GiB | From 8 GiB to 384 GiB | From 4 GiB to 512 GiB |
6363
| **Maximum Bandwidth** | 100 Mbit/s | From 100 Mbps to 6 Gbps | From 400 Mbps to 20 Gbps | From 400 Mbps to 12.8 Gbps |
6464

0 commit comments

Comments
 (0)