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
Copy file name to clipboardexpand all lines: docs/guides/regions_and_zones.md
+10-5
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,19 @@ description: |-
8
8
9
9
Scaleway's products are deployed across multiple datacenter in the world.
10
10
11
-
For technical and legal reasons, some products are splitted by Region or by Availability Zones. When using such product, you can choose the location that better fits your need (country, latency, ...).
11
+
For technical and legal reasons, some products are splitted by Region or by Availability Zones.
12
+
When using such product, you can choose the location that better fits your need (country, latency, ...).
12
13
13
14
## Regions
14
15
15
-
A Region is represented as a Geographical area such as France (Paris: `fr-par`) or the Netherlands (Amsterdam: `nl-ams`). It can contain multiple Availability Zones.
16
+
A Region is represented as a Geographical area such as France (Paris: `fr-par`) or the Netherlands (Amsterdam: `nl-ams`).
17
+
It can contain multiple Availability Zones.
16
18
17
19
18
20
## Zones
19
21
20
-
In order to deploy highly available application, a region can be splitted in many Availability Zones (AZ). Latency between multiple AZ of the same region are low as they have a common network layer.
22
+
In order to deploy highly available application, a region can be splitted in many Availability Zones (AZ).
23
+
Latency between multiple AZ of the same region are low as they have a common network layer.
21
24
22
25
List of availability zones by regions:
23
26
@@ -26,12 +29,14 @@ List of availability zones by regions:
26
29
-`fr-par-2`
27
30
- The Netherlands - Amsterdam (`nl-ams`)
28
31
-`nl-ams-1`
32
+
- Poland - Warsaw (`pl-waw`)
33
+
-`pl-waw-1`
29
34
30
35
## Resource IDs
31
36
32
37
To save this notion of regions and zones in the state, all the Terraform IDs of Scaleway contain the region or zone.
33
-
This is saved in the following format: `{zone|region}/{resource_id}`. Where `zone` or `region` is the place where the resource is created and where `resource_id` is the ID that is used on Scaleway's console/API.
34
-
38
+
This is saved in the following format: `{zone|region}/{resource_id}`.
39
+
Where `zone` or `region` is the place where the resource is created and where `resource_id` is the ID that is used on Scaleway's console/API.
0 commit comments