You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An Availability Zone refers to an isolated location within a specific region. Each Availability Zone provides its own services and infrastructure. For example, `fr-par-1`, `fr-par-2`, and `fr-par-3` are Availability Zones within the Paris region.
6
+
7
+
For an extensive list of which regions and AZ a resource is available in, refer to our [Product availability guide](/account/reference-content/products-availability/).
A snapshot takes a picture of a specific volume at one point in time. For example, you may have a server with one volume containing the OS and another containing the application data and want to use different snapshot strategies on both volumes. [Creating snapshots of your volumes](/block-storage/how-to/create-a-snapshot/) gives you total freedom of which volumes you want to back up, while [images](#image) are more convenient for full backups of your Instance.
Block volumes provide network-attached storage you can plug in/out of Instances like a virtual hard drive. From a user's point of view, block volumes behave like regular disks and can be used to increase the storage of an Instance.
The local volume of an Instance is an all-SSD-based storage solution, using a RAID array for redundancy and performance, hosted on the local hypervisor. On Scaleway Instances, the size of the local volume is fixed and depends on the Instance type. Some Instance types do not use local volumes and [boot directly on block volumes](#boot-on-block). In any case, it is always possible to increase the storage of an Instance by adding extra block volumes.
A region is a geographical area such as France (Paris: fr-par), the Netherlands (Amsterdam: nl-ams), or Poland (Warsaw: pl-waw) in which Scaleway products and resources are located. Each region contains multiple Availability Zones.
6
+
7
+
For an extensive list of which regions and AZs a resource is available in, refer to our [Product availability guide](/account/reference-content/products-availability/).
Volumes are the storage space of your Instances. Two types of volumes exist:
6
+
7
+
***[Local volumes](/local-storage/)**: The local volume of an Instance is an all-SSD-based storage solution, using a RAID array for redundancy and performance, hosted on the local hypervisor. On Scaleway Instances, the size of the local volume is fixed and depends on the Instance type. Some Instance types do not use local volumes and [boot directly on block volumes](/instances/concepts/#boot-on-block).
8
+
9
+
***[Block volumes](/block-storage/)**: Block volumes provide network-attached storage you can plug in and out of Instances like a virtual hard drive. Block volumes behave like regular disks and can be used to increase the storage of an Instance.
The local volume of an Instance is an all SSD-based storage solution, using a RAID array for redundancy and performance, that is hosted on the local hypervisor.
Copy file name to clipboardExpand all lines: pages/instances/concepts.mdx
+6-14Lines changed: 6 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,11 @@ categories:
14
14
15
15
## Availability Zone
16
16
17
-
An Availability Zone refers to an isolated location within a specific region. Each Availability Zone provides its own services and infrastructure. For example, `fr-par-1`, `fr-par-2`, and `fr-par-3` are Availability Zones within the Paris region.
18
-
19
-
For an extensive list of which regions and AZ a resource is available in, refer to our [Product availability guide](/account/reference-content/products-availability/)
17
+
<Macroid="availability-zone" />
20
18
21
19
## Block volumes
22
20
23
-
Block volumes provide network-attached storage you can plug in/out of Instances like a virtual hard drive. From a user's point of view, blockvolumes behave like regular disks and can be used to increase the storage of an Instance.
21
+
<Macroid="block-volumes" />
24
22
25
23
## Boot-on-block
26
24
@@ -88,7 +86,7 @@ With IP mobility, there are no NAT IPs anymore. The public IP is entirely routed
88
86
89
87
## Local volumes
90
88
91
-
The local volume of an Instance is an all-SSD-based storage solution, using a RAID array for redundancy and performance, hosted on the local hypervisor. On Scaleway Instances, the size of the local volume is fixed and depends on the Instance type. Some Instance types do not use local volumes and [boot directly on block volumes](#boot-on-block). In any case, it is always possible to increase the storage of an Instance by adding additional block volumes.
89
+
<Macroid="local-volumes" />
92
90
93
91
## Placement groups
94
92
@@ -128,9 +126,7 @@ Public IP addresses are routed on the internet. You can enter the public IP addr
128
126
129
127
## Region
130
128
131
-
A region is a geographical area such as France (Paris: fr-par), the Netherlands (Amsterdam: nl-ams), or Poland (Warsaw: pl-waw) in which Scaleway products and resources are located. Each region contains multiple Availability Zones.
132
-
133
-
For an extensive list of which regions and AZ a resource is available in, refer to our [Product availability guide](/account/reference-content/products-availability/)
129
+
<Macroid="region" />
134
130
135
131
## Rescue mode
136
132
@@ -154,7 +150,7 @@ Security groups allow you to [create rules to drop or allow public traffic comin
154
150
155
151
## Snapshot
156
152
157
-
A snapshot takes a picture of a specific volume at one point in time. For example, you may have a server with one volume containing the OS and another containing the application data and want to use different snapshot strategies on both volumes. [Creating snapshots of your volumes](/block-storage/how-to/create-a-snapshot/) gives you total freedom of which volumes you want to back up, while [images](#image) are more convenient for full backups of your Instance.
153
+
<Macroid="block-snapshot" />
158
154
159
155
## Snapshot type
160
156
@@ -178,8 +174,4 @@ Tags allow you to organize, sort, filter, and monitor your cloud resources using
178
174
179
175
## Volumes
180
176
181
-
Volumes are the storage space of your Instances. Two types of volumes exist:
182
-
183
-
***[Local volumes](/local-storage/)**: The local volume of an Instance is an all-SSD-based storage solution, using a RAID array for redundancy and performance, hosted on the local hypervisor. On Scaleway Instances, the size of the local volume is fixed and depends on the Instance type. Some Instance types do not use local volumes and [boot directly on block volumes](#boot-on-block).
184
-
185
-
***[Block volumes*](/block-storage/)**: Block volumes provide network-attached storage you can plug in and out of Instances like a virtual hard drive. Block volumes behave like regular disks and can be used to increase the storage of an Instance.
Copy file name to clipboardExpand all lines: pages/local-storage/concepts.mdx
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,15 @@ categories:
14
14
15
15
## Block volumes
16
16
17
-
Block volumes provide network-attached storage you can plug in and out of Instances like a virtual hard drive. From a user's point of view, blockvolumes behave like regular disks and can be used to increase the storage of an Instance.
17
+
<Macroid="block-volumes" />
18
18
19
-
## Boot-on-Block
19
+
## Boot-on-block
20
20
21
-
Some Instance types do not use local volumes and instead boot directly on block volumes.
21
+
<Macroid="storage-boot-on-block" />
22
22
23
23
## Local volumes
24
24
25
-
The local volume of an Instance is an all-SSD-based storage solution, using a RAID array for redundancy and performance, hosted on the local hypervisor. On Scaleway Instances, the size of the local volume is fixed and depends on the Instance type. Some Instance types do not use local volumes and [boot directly on block volumes](#boot-on-block). In any case, it is always possible to increase the storage of an Instance by adding additional block volumes.
25
+
<Macroid="local-volumes" />
26
26
27
27
## Power-off mode
28
28
@@ -34,7 +34,4 @@ Standby mode is a way to stop an Instance temporarily. When you put an Instance
34
34
35
35
## Volumes
36
36
37
-
Volumes are the storage space of your Instances. Two types of volumes exist:
38
-
39
-
-**[Local volumes](/local-storage/)**: The local volume of an Instance is an all-SSD-based storage solution, using a RAID array for redundancy and performance, hosted on the local hypervisor. On Scaleway Instances, the size of the local volume is fixed and depends on the Instance type. Some Instance types do not use local volumes and [boot directly on block volumes](#boot-on-block).
40
-
-**[Block volumes](/block-storage/)**: Block volumes provide network-attached storage you can plug in and out of Instances like a virtual hard drive. Block volumes behave like regular disks and can be used to increase the storage of an Instance.
0 commit comments