Skip to content

Commit 66435eb

Browse files
authored
fix(network): doc review (#4803)
* fix(lb): start reviews * fix(network): doc review
1 parent 9b1600a commit 66435eb

File tree

8 files changed

+22
-20
lines changed

8 files changed

+22
-20
lines changed

pages/ipam/reference-content/public-connectivity-best-practices.mdx

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Discover essential best practices for securing and optimizing public connectivity in your Scaleway cloud environment. Learn how to enhance performance and ensure robust protection.
88
tags: flexible-ip public-ip private-network connectivity best-practice
99
dates:
10-
validation: 2024-09-30
10+
validation: 2025-04-07
1111
posted: 2024-09-30
1212
categories:
1313
- network
@@ -20,7 +20,7 @@ This document sets out best practices for securing and optimizing public connect
2020
Public vs private connectivity defines how resources are accessed and exposed over networks.
2121

2222
- **Public connectivity**: Your resource has a [public IP address](/ipam/concepts/#public-flexible-ip-address) and is reachable over the public internet. Anyone with the right credentials can access the resource via its public IP address, e.g. over an [SSH connection](/instances/how-to/connect-to-instance/) or simply by directly accessing its IP address in a browser to retrieve and display any content it is serving, e.g. over HTTP.
23-
- **Private connectivity**: Your resources is reachable over an attached [Private Network](/vpc/concepts/#private-networks). The resource has a [private IP address](/vpc/concepts/#private-ip-address), but it can only be accessed via this address from within the VPC of the Private Network. Such a resource may or may not also have a public IP address.
23+
- **Private connectivity**: Your resource is reachable over an attached [Private Network](/vpc/concepts/#private-networks). The resource has a [private IP address](/vpc/concepts/#private-ip-address), but it can only be accessed via this address from within the VPC of the Private Network. Such a resource may or may not also have a public IP address.
2424

2525
## Effectively managing IP addresses
2626

@@ -58,7 +58,7 @@ Depending on the resource type, public connectivity can be disabled by:
5858
- Deactivating public connectivity (after resource creation)
5959

6060
<Message type="note">
61-
For some products, e.g. Apple Silicon, public connectivity cannot be disabled at any stage, and for other resources, eg Managed Databases for Redis, public connectivity options cannot be modified after resource creation. Check the documentation for your specific product to learn more.
61+
For some products, e.g. Apple Silicon, public connectivity cannot be disabled at any stage, and for other resources, e.g. Managed Databases for Redis, public connectivity options cannot be modified after resource creation. Check the documentation for your specific product to learn more.
6262
</Message>
6363

6464
Favor resources such as Public Gateways and Load Balancers to provide access to the public internet over the Private Network. This allows Instances and other attached resources to send and receive packets to the internet through a single, secure point of access. You can use the Public Gateway's SSH bastion feature to [connect to your resource via its private IP address](/public-gateways/how-to/use-ssh-bastion/#how-to-connect-to-a-resource-behind-your-ssh-bastion).
@@ -73,18 +73,20 @@ Different products offer different security features and controls to help place
7373

7474
[Security groups](/instances/concepts/#security-group) act as firewalls, filtering public internet traffic on your Instances. They can be stateful or stateless, and allow you to create rules to drop or allow public traffic to and from your Instance. [Find out how to create and configure security groups](/instances/how-to/use-security-groups/).
7575

76-
### Load Balancers: ACLs
76+
### Load Balancers: ACLs and WAF
7777

7878
<Macro id="acls" />
7979

8080
Learn how to use the ACL feature in our [dedicated how-to](/load-balancer/how-to/create-manage-acls/) and go deeper with our [reference documentation](/load-balancer/reference-content/acls/).
8181

82+
You can also add a *W**eb **A**pplication **F**irewall to your Load Balancer via our [Edge Services](/edge-services/reference-content/understanding-waf/) product. This adds an extra level of protection to your Load Balancer, by filtering requests and blocking those judged to be malicious.
83+
8284
### Other controls
8385

8486
For resources such as Instances and Elastic Metal servers, you may wish to implement third-party manual solutions in front of your public services to enhance security, for example:
8587

8688
- Deploying a reverse proxy, e.g. Nginx (/tutorials/nginx-reverse-proxy/), and configuring it to enforce rate limits and to throttle traffic. This helps to prevent abuse and DDOS attacks on your public-facing services.
87-
- Installing a **W**eb **A**pplication **F**irewall that can filter out malicious traffic such as requests containing attack patterns, or requests from blacklisted IPs.
89+
- Installing a third-party **W**eb **A**pplication **F**irewall that can filter out malicious traffic such as requests containing attack patterns, or requests from blacklisted IPs.
8890

8991
## Handling traffic surges
9092

@@ -96,7 +98,7 @@ Scaleway currently offers Autoscaling in Public Beta. Autoscaling allows you to
9698

9799
### Load Balancer
98100

99-
Placing a Scaleway Load Balancer in front of your backend servers allows you to expose multiple Instances through a single public IP. The Load Balancer distributes workload across the servers in the backend pool, ensurable scalable and continuously available applications, even during heavy traffic. You can manually add and remove servers from the backend pool as necessary, and configure the best balancing method for your particular needs. Find out more in the [Load Balancer documentation](/load-balancer/).
101+
Placing a Scaleway Load Balancer in front of your backend servers allows you to expose multiple Instances through a single public IP. The Load Balancer distributes workload across the servers in the backend pool, ensuring scalable and continuously available applications, even during heavy traffic. You can manually add and remove servers from the backend pool as necessary, and configure the best balancing method for your particular needs. Find out more in the [Load Balancer documentation](/load-balancer/).
100102

101103
### Edge Services
102104

pages/load-balancer/faq.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ meta:
55
content:
66
h1: Load Balancer FAQ
77
dates:
8-
validation: 2024-09-25
8+
validation: 2025-04-07
99
category: network
1010
productIcon: LbProductIcon
1111
---
@@ -15,7 +15,7 @@ productIcon: LbProductIcon
1515
Load Balancers are highly available and fully managed Instances, configured to distribute workload across a set of backend servers. They ensure the scaling of applications while securing their continuous availability. Load Balancers are therefore commonly used to improve the performance and reliability of websites, applications, databases, and other services.
1616
Scaleway Load Balancer monitors the availability of your backend servers via health checks. If it detects that a server is down, it rebalances the load between the rest of the servers, making your applications highly available for users.
1717

18-
A Load Balancer can be used as frontend for any Instance type, even if it is not a Scaleway resource, thanks to the [multi-cloud feature](/load-balancer/faq/#what-is-the-difference-between-multi-cloud-and-non-multi-cloud-offers).
18+
A Load Balancer can be used as frontend for any type of backend server, even if it is not a Scaleway resource, thanks to the [multi-cloud feature](/load-balancer/faq/#what-is-the-difference-between-multi-cloud-and-non-multi-cloud-offers).
1919

2020
## Can I use Load Balancers with other products?
2121

@@ -92,4 +92,4 @@ Yes, this is possible with Scaleway's [Edge Services](/edge-services/) product,
9292

9393
## How can I add extra security such as a firewall or anti-DDOS to my Load Balancer?
9494

95-
This will be available soon via [Edge Services](/edge-services/), watch this space.
95+
You can add a **W**eb **A**pplication **F**irewall to your Load Balancer via [Edge Services](/edge-services/reference-content/understanding-waf/).

pages/load-balancer/how-to/create-load-balancer.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
meta:
33
title: How to create a Load Balancer
4-
description: This page explains how to create a Load Balancer
4+
description: Learn how to create a Load Balancer with Scaleway's step-by-step guide, ensuring scalable and continuously available applications.
55
content:
66
h1: How to create a Load Balancer
7-
paragraph: This page explains how to create a Load Balancer
7+
paragraph: Learn how to create a Load Balancer with Scaleway's step-by-step guide, ensuring scalable and continuously available applications.
88
tags: load-balancer load balancer
99
dates:
10-
validation: 2024-10-04
10+
validation: 2025-04-07
1111
posted: 2021-05-26
1212
categories:
1313
- network

pages/load-balancer/how-to/use-with-private-network.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
meta:
33
title: How to use your Load Balancer with a Private Network
4-
description: This page explains how to use your Load Balancer with a Private Network
4+
description: Learn how to use Scaleway Load Balancers with Private Networks to distribute workloads securely and efficiently.
55
content:
66
h1: How to use your Load Balancer with a Private Network
7-
paragraph: This page explains how to use your Load Balancer with a Private Network
7+
paragraph: Learn how to use Scaleway Load Balancers with Private Networks to distribute workloads securely and efficiently.
88
tags: load-balancer private-network load balancer private network
99
dates:
10-
validation: 2024-10-04
10+
validation: 2025-04-07
1111
posted: 2021-05-26
1212
categories:
1313
- network

pages/load-balancer/reference-content/configuring-backends.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories:
1010
- load-balancer
1111
- network
1212
dates:
13-
validation: 2024-10-04
13+
validation: 2025-04-07
1414
posted: 2023-06-05
1515
---
1616

pages/public-gateways/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ meta:
55
content:
66
h1: Public Gateways FAQ
77
dates:
8-
validation: 2024-09-25
8+
validation: 2025-04-07
99
category: network
1010
productIcon: PublicGatewayProductIcon
1111
---

pages/vpc/how-to/create-private-network.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Find out how to create a Private Network in a Scaleway VPC, and start building optimized, secure cloud infrastructures away from the public internet
88
tags: regional-private-network private-network vpc virtual-private-cloud region
99
dates:
10-
validation: 2024-10-07
10+
validation: 2025-04-07
1111
posted: 2023-03-21
1212
categories:
1313
- network

pages/vpc/how-to/delete-private-network.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains how to delete a Private Network
88
tags: regional-private-network private-network vpc virtual-private-cloud delete destroy
99
dates:
10-
validation: 2024-10-04
10+
validation: 2025-04-07
1111
posted: 2023-03-21
1212
categories:
1313
- network
@@ -18,7 +18,7 @@ categories:
1818
- A Scaleway account logged into the [console](https://console.scaleway.com)
1919
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
2020
- [Created a Private Network](/vpc/how-to/create-private-network/)
21-
- [Detached all resources](/vpc/how-to/attach-resources-to-pn/#how-to-detach-a-resource-from-a-private-network) from the Private Network you want to delete
21+
- [Detached all resources](/vpc/how-to/attach-resources-to-pn/#how-to-detach-a-resource-from-a-private-network) and [released all reserved IP addresses](/ipam/how-to/reserve-ip/#how-to-release-a-reserved-private-ip-address) from the Private Network you want to delete
2222

2323
## How to delete a Private Network
2424

0 commit comments

Comments
 (0)