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: network/ipam/concepts.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
meta:
3
3
title: IPAM - Concepts
4
-
description: This page explains all the concepts related to IPAM
4
+
description: Learn about IP Address Management (IPAM) concepts with Scaleway. Understand how to organize, allocate, and manage IP resources efficiently in your cloud infrastructure.
5
5
content:
6
6
h1: IPAM - Concepts
7
-
paragraph: This page explains all the concepts related to IPAM
7
+
paragraph: Learn about IP Address Management (IPAM) concepts with Scaleway. Understand how to organize, allocate, and manage IP resources efficiently in your cloud infrastructure.
@@ -37,7 +37,7 @@ Scaleway resources may have a [public](#public-flexible-ip-address) IPv4 address
37
37
38
38
Internet Protocol Version 6 is the most recent version of the IP protocol used for IP addresses. Each IPv6 address has 128 bits. Written in human-readable form, an IPv6 address can be shown as eight groups of four hexadecimal digits, each group representing 16 bits and separated by a colon, e.g. `2001:0DB8:0000:0003:0000:01FF:0000:002E`. This can also be notated as `2001:DB8::3:0:1FF:0:2E`.
39
39
40
-
IPv6-compatible Scaleway resources may have a [public](#public-flexible-ip-address) IPv6 address (flexible IP) for accessibility from the public internet, and will have a [private](#private-ip-address) IPv6 address for each Private Network they are attached to.
40
+
IPv6-compatible Scaleway resources may have a [public](#public-flexible-ip-address) IPv6 address (flexible IP) for accessibility from the public internet, and will have a [private](#private-ip-address) IPv6 address for each Private Network they are attached to. [Find out more about IPv6 in the Scaleway ecosystem](/network/ipam/reference-content/ipv6/).
41
41
42
42
## Private IP address
43
43
@@ -51,7 +51,7 @@ Four IP addresses from each CIDR block are unavailable for reservation/use: the
51
51
52
52
Public IP addresses identify devices on the public internet. You can enter the public IP address of an Instance into any browser connected to the Internet, and access content being served from that Instance.
53
53
54
-
Depending on the type of resource and its configuration, it may or may not have a public IP address. For example, you can choose to give an [Instance](/compute/instances/) one or more public IP addresses ([IPv4](#ipv4) and/or IPv6), or alternatively, no public IP address at all. Find out more about how to manage public connectivity in our [best practices guide](/network/ipam/reference-content/public-connectivity-best-practices/).
54
+
Depending on the type of resource and its configuration, it may or may not have a public IP address. For example, you can choose to give an [Instance](/compute/instances/) one or more public IP addresses ([IPv4](#ipv4) and/or IPv6), or alternatively, no public IP address at all. Find out more about managing public connectivity in our [best practices guide](/network/ipam/reference-content/public-connectivity-best-practices/).
55
55
56
56
Public IP addresses at Scaleway are often called flexible IP addresses, because you can move them between different resources. However, flexible IP addresses are scoped to a single product and to a single Availability Zone. If you create a flexible IP address for an Instance in `PAR-2`, you can move it to a different Instance in `PAR-2`, but not to an Instance in `PAR-1`, nor to an Elastic Metal server in any AZ.
Copy file name to clipboardExpand all lines: network/load-balancer/how-to/manage-frontends-and-backends.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
meta:
3
3
title: How to manage frontends and backends
4
-
description: This page explains how to add frontends and backends
4
+
description: Learn how to manage frontends and backends with Scaleway Load Balancer. Configure endpoints, optimize traffic flow, and ensure seamless application performance.
5
5
content:
6
6
h1: How to manage frontends and backends
7
-
paragraph: This page explains how to add frontends and backends
7
+
paragraph: Learn how to manage frontends and backends with Scaleway Load Balancer. Configure endpoints, optimize traffic flow, and ensure seamless application performance.
Copy file name to clipboardExpand all lines: network/load-balancer/quickstart.mdx
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
meta:
3
3
title: Load Balancers - Quickstart
4
-
description: This page shows you how to get started with Scaleway Load Balancers.
4
+
description: Get started with Scaleway Load Balancer in minutes. Follow this quickstart guide to set up, configure, and optimize traffic distribution for your applications.
5
5
content:
6
6
h1: Load Balancers - Quickstart
7
-
paragraph: This page shows you how to get started with Scaleway Load Balancers.
7
+
paragraph: TGet started with Scaleway Load Balancer in minutes. Follow this quickstart guide to set up, configure, and optimize traffic distribution for your applications.
3. Enter a **name** for your Load Balancer. Optionally, you can also add a **description** and assign **tags** to help organize your Load Balancers.
30
30
31
-
4. Choose the **Availability Zone** in which your Load Balancer will be deployed geographically. Currently, we provide the following Availability Zones:
32
-
-`PAR1`: Paris 1, France.
33
-
-`PAR2`: Paris 2, France (innovative and sustainable Availability Zone).
34
-
-`AMS1`: Amsterdam, The Netherlands.
35
-
-`AMS2`: Amsterdam 2, The Netherlands.
36
-
-`AMS3`: Amsterdam 3, The Netherlands.
37
-
-`WAW1`: Warsaw, Poland.
38
-
-`WAW2`: Warsaw, Poland.
39
-
-`WAW3`: Warsaw, Poland.
31
+
4. Choose the **Availability Zone** in which your Load Balancer will be deployed geographically.
40
32
41
33
5. Select a Load Balancer **type**, according to your needs in terms of **bandwidth** and whether you want to be able to attach backend servers from other cloud providers than Scaleway (**Multi-cloud provider**).
42
34
@@ -92,6 +84,15 @@ Continue to the next section for configuring health checks.
92
84
93
85
When you have finished configuring your frontend and backend, click **Create frontend and backend** at the bottom of the page to finish.
94
86
87
+
## How to finish configuring your Load Balancer
88
+
89
+
Depending on your use case, you may need to carry out further configuration on your Load Balancer. Refer to the following documentation:
90
+
91
+
-[Add an SSL/TLS certificate](/network/load-balancer/how-to/add-certificate/), necessary for [SSL offloading or bridging](/network/load-balancer/reference-content/ssl-bridging-offloading-passthrough/)
92
+
-[Attach a Load Balancer to a Private Network](/network/load-balancer/how-to/use-with-private-network/)
93
+
- Set up Load Balancer [ACLs](/network/load-balancer/how-to/create-manage-acls/) or [routes](/network/load-balancer/how-to/create-manage-routes/)
94
+
-[Create an Edge Services pipeline](/network/load-balancer/how-to/use-edge-services/) for your Load Balancer
95
+
95
96
## How to delete a Load Balancer
96
97
97
98
1. Click **Load Balancers** in the **Network** section of the [Scaleway console](https://console.scaleway.com) side menu. The Load Balancer dashboard displays.
Copy file name to clipboardExpand all lines: network/vpc/concepts.mdx
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
---
2
2
meta:
3
3
title: VPC - Concepts
4
-
description: This page explains all the concepts related to VPC
4
+
description: Discover the key concepts of Scaleway Virtual Private Cloud (VPC). Learn how to isolate, secure, and manage your cloud resources effectively.
5
5
content:
6
6
h1: VPC - Concepts
7
-
paragraph: This page explains all the concepts related to VPC
paragraph: Discover the key concepts of Scaleway Virtual Private Cloud (VPC). Learn how to isolate, secure, and manage your cloud resources effectively.
@@ -30,9 +30,9 @@ Scaleway currently has three regions: Paris, Amsterdam and Warsaw. One default V
30
30
31
31
**D**ynamic **H**ost **C**onfiguration **P**rotocol (DHCP) is a network management protocol for dynamically assigning IP addresses and other configuration parameters to devices in a Private Network.
32
32
33
-
Managed DHCP was previously a feature of Scaleway's [Public Gateway](/network/public-gateways/concepts/#public-gateway), but is now built into Private Networks. A [CIDR block](#cidr-block) representing a range of available IP addresses is defined when creating the Private Network, and when you attach a resource to the network it is assigned a static, private IP address from this subnet. These IP addresses are managed by our internal [IPAM](#ipam), which acts a single source of truth and ensures full consistency. There is no need for users to manually assign private IP addresses to their resources as they join or leave the network.
33
+
Managed DHCP was previously a feature of Scaleway's [Public Gateway](/network/public-gateways/concepts/#public-gateway), but is now built into Private Networks. A [CIDR block](#cidr-block) representing a range of available IP addresses is defined when creating the Private Network, and when you attach a resource to the network it is assigned a static, private IP address from this subnet. These IP addresses are managed by our internal [IPAM](#ipam), which acts a single source of truth and ensures full consistency. There is no need for users to manually assign private IP addresses to their resources as they join or leave the network. However, you can choose to assign particular [reserved IP addresses](/network/ipam/how-to/reserve-ip/) if you wish.
34
34
35
-
With managed DHCP, a resource's IP address will never change as long as that resource is not detached from the Private Network. It remains stable across reboots and long poweroffs. The IP is allocated when the resource is attached, and released only when the resource is detached or deleted.
35
+
Even with automatic IP address assignment, thanks to managed DHCP, a resource's IP address will never change as long as that resource is not detached from the Private Network. It remains stable across reboots and long poweroffs. The IP is allocated when the resource is attached, and released only when the resource is detached or deleted.
36
36
37
37
The IPv4 address of Private Networks' DHCP server is `169.254.169.254`. The IPv6 address is `fe80:200:22ff:fe05:ca1e`.
38
38
@@ -56,13 +56,13 @@ Private Networks benefit from managed DNS, which resolves the hostnames of attac
56
56
57
57
Internet Protocol Version 4 is the standard protocol used for IP addresses. Composed of 32 bits, when written in human-readable form an IPv4 address is generally shown as four octets separated by periods, e.g. `151.115.59.87`.
58
58
59
-
When a resource is attached to a Private Network, it has a private IPv4 address on that network. Scaleway Private Networks' [DHCP](#dhcp) functionality assigns this private IPv4 address (as well as an IPv6 address, if the resource is IPv6-compatible) when the resource joins the network. [IPAM](/network/ipam/) allows you to list and manage your resources' private IP addresses.
59
+
When a resource is attached to a Private Network, it has a private IPv4 address on that network. Scaleway Private Networks' [DHCP](#dhcp) functionality assigns this private IPv4 address (as well as an IPv6 address, if the resource is IPv6-compatible) when the resource joins the network. Alternatively you can reserve and attach an IP address of your choice with [IPAM](/network/ipam/how-to/reserve-ip/).
60
60
61
61
## IPv6
62
62
63
63
Internet Protocol Version 6 is the most recent version of the IP protocol used for IP addresses. Composed of 128 bits, written in human-readable form, an IPv6 address can be shown as eight groups of four hexadecimal digits separated by a colon, e.g. `2001:0DB8:0000:0003:0000:01FF:0000:002E`. This can also be notated as `2001:DB8::3:0:1FF:0:2E`.
64
64
65
-
When an IPv6-compatible resource is attached to a Private Network, it has a private IPv6 address on that network. Scaleway Private Networks' [DHCP](#dhcp) functionality assigns this private IPv6 address when the resource joins the network. [IPAM](/network/ipam/) allows you to list and manage your resources' private IP addresses.
65
+
When an IPv6-compatible resource is attached to a Private Network, it has a private IPv6 address on that network. Scaleway Private Networks' [DHCP](#dhcp) functionality assigns this private IPv6 address when the resource joins the network. Alternatively you can reserve and attach an IP address of your choice with [IPAM](/network/ipam/how-to/reserve-ip/).
Copy file name to clipboardExpand all lines: network/vpc/how-to/manage-routing.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
meta:
3
3
title: How to manage routing
4
-
description: This page explains how to manage routing in your Scaleway VPC
4
+
description: Learn how to manage routing in Scaleway Virtual Private Cloud (VPC). Configure custom routes to control traffic flow and optimize network performance.
5
5
content:
6
6
h1: How to manage routing
7
-
paragraph: This page explains how to manage routing in your Scaleway VPC
7
+
paragraph: Learn how to manage routing in Scaleway Virtual Private Cloud (VPC). Configure custom routes to control traffic flow and optimize network performance.
Copy file name to clipboardExpand all lines: network/vpc/reference-content/understanding-routing.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
meta:
3
3
title: Understanding VPC routing
4
-
description: This page provides detailed information about the VPC routing feature, which connects Private Networks within the same VPC.
4
+
description: Explore the fundamentals of VPC routing with Scaleway. Understand how to manage traffic flow and optimize network routes within your Virtual Private Cloud
5
5
content:
6
6
h1: Understanding VPC routing
7
-
paragraph: This page provides detailed information about the VPC routing feature, which connects Private Networks within the same VPC.
7
+
paragraph: Explore the fundamentals of VPC routing with Scaleway. Understand how to manage traffic flow and optimize network routes within your Virtual Private Cloud
0 commit comments