Skip to content

Commit b3b59eb

Browse files
RoRoJnerda-codes
andauthored
fix(docs): nw docs review (#4122)
* fix(docs): nw docs review * Update network/load-balancer/reference-content/public-private-accessibility.mdx Co-authored-by: nerda-codes <[email protected]> --------- Co-authored-by: nerda-codes <[email protected]>
1 parent c236fb3 commit b3b59eb

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

faq/vpc.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ meta:
55
content:
66
h1: VPC
77
dates:
8-
validation: 2024-05-28
8+
validation: 2024-12-16
99
category: network
1010
productIcon: VpcProductIcon
1111
---

network/load-balancer/how-to/create-manage-flex-ips.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains how to create and manage flexible IP addresses for your Scaleway Load Balancer
88
tags: load-balancer flexible-ip failover-ip flex-ip ip-address reverse reverse-dns
99
dates:
10-
validation: 2024-06-10
10+
validation: 2024-12-16
1111
posted: 2023-12-05
1212
categories:
1313
- network
@@ -92,6 +92,4 @@ The steps below show how to delete a flexible IP that is not attached to a Load
9292

9393
4. Click **Delete flexible IP** to confirm.
9494

95-
The flexible IP is deleted.
96-
97-
95+
The flexible IP is deleted.

network/load-balancer/reference-content/public-private-accessibility.mdx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
---
22
meta:
33
title: Public vs private Load Balancers
4-
description: Learn how to choose an appropriate accessibility setting for your Load Balancer
5-
content:
4+
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.
65
h1: Public vs private Load Balancers
7-
paragraph: Learn how to choose an appropriate accessibility setting for your Load Balancer
6+
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.
87
tags: load-balancer public private accessibility
98
categories:
109
- load-balancer
1110
- network
1211
dates:
13-
validation: 2024-06-14
12+
validation: 2024-12-16
1413
posted: 2024-06-14
1514
---
1615

@@ -48,10 +47,10 @@ A Load Balancer is defined as private when you choose the "private" accessibilit
4847
- It does not allow the use of a Let's Encrypt [certificate](/network/load-balancer/concepts/#certificate) - only imported certificates are supported.
4948
- 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.
5049

51-
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.
50+
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.
5251

5352
<Lightbox src="scaleway-private-lb.webp" alt="" />
5453

55-
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).
54+
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.
5655

5756
<Lightbox src="scaleway-privatelb-multipn.webp" alt="" />

0 commit comments

Comments
 (0)