Skip to content

Commit a6fb3d1

Browse files
committed
fix(blk): update
1 parent 21f7121 commit a6fb3d1

File tree

7 files changed

+410
-435
lines changed

7 files changed

+410
-435
lines changed

macros/compute/how-to-migrate-to-sbs.mdx

Lines changed: 0 additions & 300 deletions
This file was deleted.

pages/block-storage/faq.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,6 @@ Although there is no direct way to change the storage class of a volume while pr
7979
2. [Export the snapshot](/instances/api-cli/snapshot-import-export-feature/#exporting-snapshots).
8080
3. [Import the snapshot into a new Low Latency volume](https://www.scaleway.com/en/developers/api/block/#path-snapshot-import-a-snapshot-from-a-scaleway-object-storage-bucket).
8181

82-
Find out how to [migrate your Block Storage volumes and snapshots](/instances/how-to/migrate-volumes-snapshots-to-sbs/) from the Instance API to the Block Storage API.
83-
84-
Find out about the [advantages of migrating the management of your volumes and snapshots](/block-storage/reference-content/advantages-migrating-to-sbs) from the Instance API to the Block Storage API.
85-
8682
## Compatibility and integration
8783

8884
### What other Scaleway resources are compatible with Block Storage?

pages/block-storage/how-to/migrate-volumes-snapshots-to-sbs.mdx

Lines changed: 296 additions & 2 deletions
Large diffs are not rendered by default.

pages/block-storage/reference-content/advantages-migrating-to-sbs.mdx

Lines changed: 0 additions & 108 deletions
This file was deleted.

pages/block-storage/reference-content/block-instances-bandwidth-overview.mdx

Lines changed: 113 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,117 @@ categories:
1313
- compute
1414
---
1515

16-
import InstancesBLockBandwidthOverview from '@macros/compute/instances-block-bandwidth-overview.mdx'
16+
This guide provides a complete overview of internet and Block Storage bandwidth for Scaleway Instances.
17+
Understanding these specifications is crucial for optimizing your infrastructure for performance and compatibility.
1718

18-
<InstancesBLockBandwidthOverview />
19+
### Why bandwidth matters
20+
21+
Bandwidth impacts how your applications perform and interact with other systems.
22+
- **Internet bandwidth**: Affects how fast your Instance can send or receive data over the internet.
23+
- **Block bandwidth**: Determines the read/write speed to Block Storage, essential for storage-heavy workloads like databases and analytics.
24+
25+
<Message type="important">
26+
Bandwidth specifications listed here are for informational purposes. To validate the exact bandwidth capacity of your Instance type, refer to the `block_bandwidth` field in the [Instances API](https://www.scaleway.com/en/developers/api/instance/#path-instance-types-list-instance-types). Use the endpoint `/instance/v1/zones/{zone}/products/servers` to retrieve Instance type specifications.
27+
</Message>
28+
29+
<Message type="tip">
30+
To maximize compatibility with [Block Storage Low Latency 15k](/block-storage/), select an Instance with **at least 3 GiB/s** of Block bandwidth.
31+
</Message>
32+
33+
## COPARM1 range
34+
35+
| Instance Type | Internet Bandwidth (up to) | Block Bandwidth (up to) |
36+
|-----------------------|-------------------------|---------------------|
37+
| COPARM1-2C-8G | 200 Mbit/s | 80 MiB/s |
38+
| COPARM1-4C-16G | 400 Mbit/s | 160 MiB/s |
39+
| COPARM1-8C-32G | 800 Mbit/s | 320 MiB/s |
40+
| COPARM1-16C-64G | 1.6 Gbit/s | 640 MiB/s |
41+
| COPARM1-32C-128G | 3.2 Gbit/s | 1.25 GiB/s |
42+
43+
## DEV1 range
44+
45+
| Instance Type | Internet Bandwidth (up to) | Block Bandwidth (up to) |
46+
|-----------------------|-------------------------|---------------------|
47+
| DEV1-S | 200 Mbit/s | 100 MiB/s |
48+
| DEV1-M | 300 Mbit/s | 150 MiB/s |
49+
| DEV1-L | 400 Mbit/s | 200 MiB/s |
50+
| DEV1-XL | 500 Mbit/s | 250 MiB/s |
51+
52+
## GP1 range
53+
54+
| Instance Type | Internet Bandwidth (up to) | Block Bandwidth (up to) |
55+
|-----------------------|-------------------------|---------------------|
56+
| GP1-XS | 500 Mbit/s | 300 MiB/s |
57+
| GP1-S | 800 Mbit/s | 500 MiB/s |
58+
| GP1-M | 1.5 Gbit/s | 800 MiB/s |
59+
| GP1-L | 5 Gbit/s | 1 GiB/s |
60+
| GP1-XL | 10 Gbit/s | 2 GiB/s |
61+
62+
## PLAY2 range
63+
64+
| Instance Type | Internet Bandwidth (up to) | Block Bandwidth (up to) |
65+
|-----------------------|-------------------------|---------------------|
66+
| PLAY2-PICO | 100 Mbit/s | 40 MiB/s |
67+
| PLAY2-NANO | 200 Mbit/s | 80 MiB/s |
68+
| PLAY2-MICRO | 400 Mbit/s | 160 MiB/s |
69+
70+
## PRO2 range
71+
72+
| Instance Type | Internet Bandwidth (up to) | Block Bandwidth (up to) |
73+
|-----------------------|-------------------------|---------------------|
74+
| PRO2-XXS | 350 Mbit/s | 125 MiB/s |
75+
| PRO2-XS | 700 Mbit/s | 250 MiB/s |
76+
| PRO2-S | 1.5 Gbit/s | 500 MiB/s |
77+
| PRO2-M | 3 Gbit/s | 1 GiB/s |
78+
| PRO2-L | 6 Gbit/s | 2 GiB/s |
79+
80+
## POP2 range
81+
82+
| Instance Type | Internet Bandwidth (up to) | Block Bandwidth (up to) |
83+
|-----------------------|-------------------------|---------------------|
84+
| POP2-2C-8G | 400 Mbit/s | 400 MiB/s |
85+
| POP2-4C-16G | 800 Mbit/s | 800 MiB/s |
86+
| POP2-8C-32G | 1.6 Gbit/s | 1.56 GiB/s |
87+
| POP2-16C-64G | 3.2 Gbit/s | 3.12 GiB/s |
88+
| POP2-32C-128G | 6.4 Gbit/s | 5.5 GiB/s |
89+
| POP2-64C-256G | 12.8 Gbit/s | 5.5 GiB/s |
90+
91+
## POP2-WIN range (Windows Server OS)
92+
93+
| Instance Type | Internet Bandwidth (up to) | Block Bandwidth (up to) |
94+
|-----------------------|-------------------------|---------------------|
95+
| POP2-2C-8G-WIN | 400 Mbit/s | 400 MiB/s |
96+
| POP2-4C-16G-WIN | 800 Mbit/s | 800 MiB/s |
97+
| POP2-8C-32G-WIN | 1.6 Gbit/s | 1.56 GiB/s |
98+
| POP2-16C-64G-WIN | 3.2 Gbit/s | 3.12 GiB/s |
99+
| POP2-32C-128G-WIN | 6.4 Gbit/s | 5.5 GiB/s |
100+
101+
## POP2-HC range (High Compute)
102+
103+
| Instance Type | Internet Bandwidth (up to) | Block Bandwidth (up to) |
104+
|-----------------------|-------------------------|---------------------|
105+
| POP2-HC-2C-4G | 400 Mbit/s | 400 MiB/s |
106+
| POP2-HC-4C-8G | 800 Mbit/s | 800 MiB/s |
107+
| POP2-HC-8C-16G | 1.6 Gbit/s | 1.56 GiB/s |
108+
| POP2-HC-16C-32G | 3.2 Gbit/s | 3.12 GiB/s |
109+
| POP2-HC-32C-64G | 6.4 Gbit/s | 5.5 GiB/s |
110+
| POP2-HC-64C-128G | 12.8 Gbit/s | 5.5 GiB/s |
111+
112+
## POP2-HM range (High Memory)
113+
114+
| Instance Type | Internet Bandwidth (up to) | Block Bandwidth (up to) |
115+
|-----------------------|-------------------------|---------------------|
116+
| POP2-HM-2C-16G | 400 Mbit/s | 400 MiB/s |
117+
| POP2-HM-4C-32G | 800 Mbit/s | 800 MiB/s |
118+
| POP2-HM-8C-64G | 1.6 Gbit/s | 1.56 GiB/s |
119+
| POP2-HM-16C-128G | 3.2 Gbit/s | 3.12 GiB/s |
120+
| POP2-HM-32C-256G | 6.4 Gbit/s | 5.5 GiB/s |
121+
| POP2-HM-64C-512G | 12.8 Gbit/s | 5.5 GiB/s |
122+
123+
## POP2-HN range (High Network)
124+
125+
| Instance Type | Internet Bandwidth (up to) | Block Bandwidth (up to) |
126+
|-----------------------|-------------------------|---------------------|
127+
| POP2-HN-3 | 3 Gbit/s | 400 MiB/s |
128+
| POP2-HN-5 | 5 Gbit/s | 800 MiB/s |
129+
| POP2-HN-10 | 10 Gbit/s | 800 MiB/s |

pages/block-storage/troubleshooting/index.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Block Storage
33
description: Find troubleshooting resources for resolving issues with Scaleway Block Storage.
44
dates:
55
posted: 2025-03-12
6-
validation: 2025-03-12
6+
validation: 2025-09-25
77
productIcon: BlockStorageProductIcon
88
---
99
<ProductHeader
@@ -25,10 +25,4 @@ productIcon: BlockStorageProductIcon
2525
url="/block-storage/reference-content/differences-between-5kiops-volumes/"
2626
label="See more"
2727
/>
28-
<Card
29-
title="Migrating from Instances API to Block Storage API"
30-
description="Advantages of migration."
31-
url="/#"
32-
label="See more"
33-
/>
3428
</Grid>

pages/instances/how-to/migrate-volumes-snapshots-to-sbs.mdx

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)