From 9bcf234d9bbbf917b529ce7c9cc25aa45b785c0a Mon Sep 17 00:00:00 2001 From: Rowena Date: Mon, 16 Dec 2024 15:20:05 +0100 Subject: [PATCH 1/2] fix(docs): nw docs review --- faq/vpc.mdx | 2 +- .../load-balancer/how-to/create-manage-flex-ips.mdx | 6 ++---- .../public-private-accessibility.mdx | 11 +++++------ 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/faq/vpc.mdx b/faq/vpc.mdx index 742735eec6..77dda9fd28 100644 --- a/faq/vpc.mdx +++ b/faq/vpc.mdx @@ -5,7 +5,7 @@ meta: content: h1: VPC dates: - validation: 2024-05-28 + validation: 2024-12-16 category: network productIcon: VpcProductIcon --- diff --git a/network/load-balancer/how-to/create-manage-flex-ips.mdx b/network/load-balancer/how-to/create-manage-flex-ips.mdx index fc30a5be4b..793cb6bd8d 100644 --- a/network/load-balancer/how-to/create-manage-flex-ips.mdx +++ b/network/load-balancer/how-to/create-manage-flex-ips.mdx @@ -7,7 +7,7 @@ content: paragraph: This page explains how to create and manage flexible IP addresses for your Scaleway Load Balancer tags: load-balancer flexible-ip failover-ip flex-ip ip-address reverse reverse-dns dates: - validation: 2024-06-10 + validation: 2024-12-16 posted: 2023-12-05 categories: - network @@ -92,6 +92,4 @@ The steps below show how to delete a flexible IP that is not attached to a Load 4. Click **Delete flexible IP** to confirm. - The flexible IP is deleted. - - + The flexible IP is deleted. \ No newline at end of file diff --git a/network/load-balancer/reference-content/public-private-accessibility.mdx b/network/load-balancer/reference-content/public-private-accessibility.mdx index 6170409d1a..15016f3310 100644 --- a/network/load-balancer/reference-content/public-private-accessibility.mdx +++ b/network/load-balancer/reference-content/public-private-accessibility.mdx @@ -1,16 +1,15 @@ --- meta: title: Public vs private Load Balancers - description: Learn how to choose an appropriate accessibility setting for your Load Balancer -content: + description: Learn how to choose an appropriate accessibility setting for your Scaleway Load Balancer, favouring security and isolating with a private Load Balancer, or public accessibility over the internet with a public Load Balancer. h1: Public vs private Load Balancers - paragraph: Learn how to choose an appropriate accessibility setting for your Load Balancer + paragraph: Learn how to choose an appropriate accessibility setting for your Scaleway Load Balancer, favouring security and isolating with a private Load Balancer, or public accessibility over the internet with a public Load Balancer. tags: load-balancer public private accessibility categories: - load-balancer - network dates: - validation: 2024-06-14 + validation: 2024-12-16 posted: 2024-06-14 --- @@ -48,10 +47,10 @@ A Load Balancer is defined as private when you choose the "private" accessibilit - It does not allow the use of a Let's Encrypt [certificate](/network/load-balancer/concepts/#certificate) - only imported certificates are supported. - It does not support multi-cloud IP addresses for its backend servers, since it is not directly connected to the internet. Routes to them are thus, not guaranteed. -A private Load Balancer can be used to balance requests between backends internally, where your backends' clients are in the same Private Network as the Load Balancer. The security of your infrastructure is strengthened, as the Load Balancer does not have a public IP address and is not accessible over the public internet. +A private Load Balancer can be used to balance requests between backends internally, where your backends' clients are in the same VPC as the Load Balancer. The security of your infrastructure is strengthened, as the Load Balancer does not have a public IP address and is not accessible over the public internet. -When you attach a private Load Balancer to multiple Private Networks, it has an IP address in each one. The Load Balancer can then forward traffic to any resource or service attached to any of its Private Networks, thus allowing inter-Private-Networks load balancing. Scaleway's managed DNS also makes it possible to contact the Load Balancer over the Private Network without knowing its IP address (using `lb-name.pn-name`, which then resolves to its private IP address). +When you attach a private Load Balancer to multiple Private Networks, it has an IP address in each one. The Load Balancer can then forward traffic to any resource or service attached to any of its Private Networks, thus allowing inter-Private-Networks load balancing. Scaleway's managed DNS also makes it possible to contact the Load Balancer over the Private Network without knowing its IP address (using `lb-name.pn-name`, which then resolves to its private IP address). [VPC routing](/network/vpc/concepts/#routing) also allows Load Balancers on different Private Networks in the same VPC to communicate. \ No newline at end of file From d3ddcacfa763053ca1d331c040478a819a963356 Mon Sep 17 00:00:00 2001 From: Rowena Jones <36301604+RoRoJ@users.noreply.github.com> Date: Thu, 19 Dec 2024 15:09:42 +0100 Subject: [PATCH 2/2] Update network/load-balancer/reference-content/public-private-accessibility.mdx Co-authored-by: nerda-codes <87707325+nerda-codes@users.noreply.github.com> --- .../reference-content/public-private-accessibility.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/load-balancer/reference-content/public-private-accessibility.mdx b/network/load-balancer/reference-content/public-private-accessibility.mdx index 15016f3310..a876c1f971 100644 --- a/network/load-balancer/reference-content/public-private-accessibility.mdx +++ b/network/load-balancer/reference-content/public-private-accessibility.mdx @@ -3,7 +3,7 @@ meta: title: Public vs private Load Balancers description: Learn how to choose an appropriate accessibility setting for your Scaleway Load Balancer, favouring security and isolating with a private Load Balancer, or public accessibility over the internet with a public Load Balancer. h1: Public vs private Load Balancers - paragraph: Learn how to choose an appropriate accessibility setting for your Scaleway Load Balancer, favouring security and isolating with a private Load Balancer, or public accessibility over the internet with a public Load Balancer. + paragraph: Learn how to choose an appropriate accessibility setting for your Scaleway Load Balancer, favoring security and isolating with a private Load Balancer, or public accessibility over the internet with a public Load Balancer. tags: load-balancer public private accessibility categories: - load-balancer