Skip to content

docs: add pl-waw-1 in region/zone guide #671

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 2, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions docs/guides/regions_and_zones.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,19 @@ description: |-

Scaleway's products are deployed across multiple datacenter in the world.

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, ...).
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, ...).

## Regions

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.
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.


## Zones

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.
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.

List of availability zones by regions:

Expand All @@ -26,12 +29,14 @@ List of availability zones by regions:
- `fr-par-2`
- The Netherlands - Amsterdam (`nl-ams`)
- `nl-ams-1`
- Poland - Warsaw (`pl-waw`)
- `pl-waw-1`

## Resource IDs

To save this notion of regions and zones in the state, all the Terraform IDs of Scaleway contain the region or zone.
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.

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.

---

Expand Down