Skip to content

Commit d73de90

Browse files
committed
fix(lb): add region selector
1 parent 4e77244 commit d73de90

12 files changed

+81
-73
lines changed

pages/load-balancer/how-to/add-certificate.mdx

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: How to add a certificate to your Load Balancer
33
description: Learn how to add an SSL/TLS certificate to your Scaleway Load Balancer to enable secure HTTPS traffic for your services
44
dates:
5-
validation: 2025-05-27
5+
validation: 2025-10-30
66
posted: 2022-10-20
77
---
88
import Requirements from '@macros/iam/requirements.mdx'
@@ -73,34 +73,36 @@ Bear in mind the following restrictions for creating Let's Encrypt certificates:
7373
- They cannot be created for Load Balancers which have a frontend listening on port 80 attached to a TCP backend. This is because the Let's Encrypt challenge would fail. Frontends listening on port 80 attached to an HTTP backend, or frontends listening on a port other than 80 and attached to a TCP backend, are both fine and compatible with Let's Encrypt certificates.
7474
</Message>
7575

76-
1. Click **Load Balancers** in the **Network** section of the [Scaleway console](https://console.scaleway.com) side menu. Click the Load Balancer you want to configure. The Load Balancer information page displays.
76+
1. Click **Load Balancers** in the **Network** section of the [Scaleway console](https://console.scaleway.com) side menu. A listing of your Load Balancers displays.
7777

78-
2. Click the Load Balancer you want to add a certificate to.
78+
2. Use the **region selector** at the top of the page to filter for the region of the Load Balancer you want to configure, then click the Load Balancer in the listing. The Load Balancer's **Overview** page displays.
7979

80-
3. Click the **SSL Certificates** tab.
80+
3. Click the Load Balancer you want to add a certificate to.
8181

82-
4. Click **Create SSL certificate**. A pop-up displays:
82+
4. Click the **SSL Certificates** tab.
83+
84+
5. Click **Create SSL certificate**. A pop-up displays:
8385

8486
<Lightbox image={image} alt="" />
8587

86-
5. Enter the required information:
88+
6. Enter the required information:
8789

8890
- Enter a name for your certificate, or use the auto-generated name suggested for you.
8991
- Select the **Let's Encrypt** certificate type.
9092
- Enter the main domain name associated with your Load Balancer, e.g. `my-website.com` using the Common Name box.
9193
- Enter additional domain names for the certificate using the **Subject Alternative Name** box if necessary.
9294

93-
6. Click **Create SSL certificate**.
95+
7. Click **Create SSL certificate**.
9496

9597
You are returned to the **SSL certificates** tab where your newly-created certificate now appears. You must now attach the certificate to your frontend:
9698

97-
7. Click the **Frontends** tab.
99+
8. Click the **Frontends** tab.
98100

99-
8. Click the three dot menu next to the frontend you want to add the certificate to, then click **Edit**.
101+
9. Click the three dot menu next to the frontend you want to add the certificate to, then click **Edit**.
100102

101103
<Lightbox image={image2} alt="" />
102104

103-
9. Select the certificate you just created from the **SSL Certificate(s)** drop-down, then click **Edit Frontend**.
105+
10. Select the certificate you just created from the **SSL Certificate(s)** drop-down, then click **Edit Frontend**.
104106

105107
Your certificate is added to your Load Balancer's frontend.
106108

@@ -119,35 +121,37 @@ Scaleway Load Balancers allow you to import **third party SSL certificates**. Th
119121

120122
Alternatively you can also choose to import a **[self-signed certificate](#how-to-create-a-self-signed-certificate)**, not signed by any publically-trusted Certificate Authority, but perhaps suitable for development and testing purposes, or internal use.
121123

122-
1. Click **Load Balancers** in the **Network** section of the [Scaleway console](https://console.scaleway.com) side menu. Click the Load Balancer you want to configure. The Load Balancer information page displays.
124+
1. Click **Load Balancers** in the **Network** section of the [Scaleway console](https://console.scaleway.com) side menu. A listing of your Load Balancers displays.
125+
126+
2. Use the **region selector** at the top of the page to filter for the region of the Load Balancer you want to configure, then click the Load Balancer in the listing. The Load Balancer's **Overview** page displays.
123127

124-
2. Click the Load Balancer you want to add a certificate to.
128+
3. Click the Load Balancer you want to add a certificate to.
125129

126-
3. Click the **SSL Certificates** tab.
130+
4. Click the **SSL Certificates** tab.
127131

128-
4. Click **Create an SSL certificate**. A pop-up displays:
132+
5. Click **Create an SSL certificate**. A pop-up displays:
129133

130134
<Lightbox image={image3} alt="" />
131135

132-
5. Enter the required information:
136+
6. Enter the required information:
133137

134138
- Enter a name for your certificate, or use the auto-generated name suggested for you.
135139
- Select **Import Certificate** under type.
136140
- Paste the full PEM-formatted certificate into the box provided. Include the entire certificate chain with public key, private key, and (optionally) Certificate Authorities. You may have received this information either in a combined file or in separate files from your CA. Contact them for more details on how to combine the information if you received the chain divided into multiple files.
137141

138-
6. Click **Create SSL certificate**.
142+
7. Click **Create SSL certificate**.
139143

140144
You are returned to the **SSL certificates** tab where your newly-created certificate now appears. You must now attach the certificate to your frontend:
141145

142146
<Lightbox image={image4} />
143147

144-
7. Click **Frontends**.
148+
8. Click **Frontends**.
145149

146-
8. Click the three dot menu next to the frontend you want to add the certificate to, then click **Edit**
150+
10. Click the three dot menu next to the frontend you want to add the certificate to, then click **Edit**
147151

148152
<Lightbox image={image5} alt="" />
149153

150-
9. Select the certificate you just created from the **SSL Certificate(s)** drop-down, then click **Edit Frontend**.
154+
11. Select the certificate you just created from the **SSL Certificate(s)** drop-down, then click **Edit Frontend**.
151155

152156
Your certificate is added to your Load Balancer's frontend.
153157

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to create frontends and backends
33
description: Learn how to set up frontends and backends with Scaleway Load Balancer. Step-by-step guide for configuring efficient network routing and load distribution.
44
tags: load-balancer load balancer
55
dates:
6-
validation: 2025-07-16
6+
validation: 2025-10-30
77
posted: 2021-05-26
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
@@ -74,9 +74,9 @@ When you have finished configuring your frontend and backend, click **Create fro
7474

7575
You can add one or many frontends to your Load Balancer after its creation. Follow the steps below.
7676

77-
1. Click **Load Balancers** in the **Network** section of the [Scaleway console](https://console.scaleway.com) side menu. The Load Balancer dashboard displays.
77+
1. Click **Load Balancers** in the **Network** section of the [Scaleway console](https://console.scaleway.com) side menu. A listing of your Load Balancers displays.
7878

79-
2. Click the Load Balancer you want to add frontends to. The Load Balancer information page displays.
79+
2. Use the **region selector** at the top of the page to filter for the region of the Load Balancer you want to configure, then click the Load Balancer in the listing. The Load Balancer's **Overview** page displays.
8080

8181
3. Click the **Frontends** tab.
8282

@@ -100,9 +100,9 @@ You can add one or many frontends to your Load Balancer after its creation. Foll
100100

101101
You can add one or many backends to your Load Balancer after its creation. Follow the steps below.
102102

103-
1. Click **Load Balancers** in the **Network** section of the [Scaleway console](https://console.scaleway.com) side menu. The Load Balancer dashboard displays.
103+
1. Click **Load Balancers** in the **Network** section of the [Scaleway console](https://console.scaleway.com) side menu. A listing of your Load Balancers displays.
104104

105-
2. Click the Load Balancer you want to add backends to. The Load Balancer information page displays.
105+
2. Use the **region selector** at the top of the page to filter for the region of the Load Balancer you want to configure, then click the Load Balancer in the listing. The Load Balancer's **Overview** page displays.
106106

107107
3. Click the **Backends** tab.
108108

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to create and manage ACLs
33
description: Discover how to create and manage ACLs for Scaleway Load Balancers. Improve security, manage traffic efficiently, and optimize your network setup easily.
44
tags: acl load-balancer acls access-control-list access control HTTP-header filter allow reject redirect HTTPSacl load-balancer access-control access-control-list
55
dates:
6-
validation: 2025-08-20
6+
validation: 2025-10-30
77
posted: 2022-02-04
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
@@ -31,9 +31,9 @@ This page shows you how to create and manage ACLs. For more details on how ACLs
3131

3232
ACLs are created and managed at the frontend(s) of your Load Balancer.
3333

34-
1. Click **Load Balancers** in the **Network** section of the [Scaleway console](https://console.scaleway.com) side menu.
34+
1. Click **Load Balancers** in the **Network** section of the [Scaleway console](https://console.scaleway.com) side menu. A listing of your Load Balancers displays.
3535

36-
2. Click the Load Balancer you want to create ACLs for.
36+
2. Use the **region selector** at the top of the page to filter for the region of the Load Balancer you want to configure, then click the Load Balancer in the listing. The Load Balancer's **Overview** page displays.
3737

3838
3. Click the **Frontends** tab.
3939

@@ -107,8 +107,8 @@ ACLs are created and managed at the frontend(s) of your Load Balancer.
107107

108108
## How to edit ACLs
109109

110-
1. Click **Load Balancers** in the **Network** section of the [Scaleway console](https://console.scaleway.com) side menu.
111-
2. Click the Load Balancer you want to edit ACLs for.
110+
1. Click **Load Balancers** in the **Network** section of the [Scaleway console](https://console.scaleway.com) side menu. A listing of your Load Balancers displays.
111+
2. Use the **region selector** at the top of the page to filter for the region of the Load Balancer you want to configure, then click the Load Balancer in the listing. The Load Balancer's **Overview** page displays.
112112
3. Click the **Frontends** tab.
113113
4. Click the name of the frontend whose ACL(s) you want to edit. You are taken to the **Overview** tab for that frontend.
114114
5. Click the **ACLs** tab. The list of your ACLs displays.
@@ -117,8 +117,8 @@ ACLs are created and managed at the frontend(s) of your Load Balancer.
117117

118118
## How to delete ACLs
119119

120-
1. Click **Load Balancers** in the **Network** section of the [Scaleway console](https://console.scaleway.com) side menu.
121-
2. Click the Load Balancer you want to delete ACLs for.
120+
1. Click **Load Balancers** in the **Network** section of the [Scaleway console](https://console.scaleway.com) side menu. A listing of your Load Balancers displays.
121+
2. Use the **region selector** at the top of the page to filter for the region of the Load Balancer you want to configure, then click the Load Balancer in the listing. The Load Balancer's **Overview** page displays.
122122
3. Click the **Frontends** tab.
123123
4. Click the name of the frontend whose ACL(s) you want to edit. You are taken to the **Overview** tab for that frontend.
124124
5. Click the **ACLs** tab. The list of your ACLs displays.

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

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to create and manage Load Balancer flexible IPs
33
description: This page explains how to create and manage flexible IP addresses for your Scaleway Load Balancer
44
tags: load-balancer flexible-ip failover-ip flex-ip ip-address reverse reverse-dns
55
dates:
6-
validation: 2025-06-23
6+
validation: 2025-10-30
77
posted: 2023-12-05
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
@@ -33,7 +33,7 @@ The following limitations apply to Load Balancer flexible IPs:
3333

3434
When you create a Load Balancer, the creation wizard lets you create a new flexible IPv4 address (and, optionally, an IPv6 address as well) that will be automatically attached to the Load Balancer in question. See the [How to create a Load Balancer](/load-balancer/how-to/create-load-balancer/) for full details. However, if you wish to create a flexible IP address to hold independently of any Load Balancer, follow the steps below:
3535

36-
1. Click **Load Balancers** in the **Network** section of the [Scaleway console](https://console.scaleway.com) side menu.
36+
1. Click **Load Balancers** in the **Network** section of the [Scaleway console](https://console.scaleway.com) side menu. A listing of your Load Balancers displays.
3737

3838
2. Click the **Flexible IPs** tab.
3939

@@ -60,15 +60,17 @@ When you create a Load Balancer, the creation wizard lets you create a new flexi
6060

6161
When you create a flexible IP address, a reverse DNS record is created for it, using an auto-generated domain. You can edit the reverse DNS of any of your flexible IP addresses at any time. This allows you to replace the automatically-generated domain with your own domain name, so that, with the correct configuration of your domain's DNS, you can resolve your domain to the IP address of the flexible IP and vice versa.
6262

63-
1. Click **Load Balancers** in the **Network** section of the [Scaleway console](https://console.scaleway.com) side menu.
63+
1. Click **Load Balancers** in the **Network** section of the [Scaleway console](https://console.scaleway.com) side menu. A listing of your Load Balancers displays.
6464

6565
2. Click the **Flexible IPs** tab.
6666

67-
3. Click <Icon name="more" /> next to the flexible IP whose reverse DNS you want to edit, and select **Edit reverse**.
67+
3. Use the **region selector** at the top of the page to filter for the region of the flexible IP you want to configure. A list of all your flexible IP addresses in this region displays.
68+
69+
4. Click <Icon name="more" /> next to the flexible IP whose reverse DNS you want to edit, and select **Edit reverse**.
6870

6971
A pop-up displays.
7072

71-
4. Replace the automatically-generated domain (e.g. `51-158-59-249.lb.fr-par.scw.cloud`) with your own (sub)domain (e.g. `blog.mydomain.com`) and click **Edit reverse**.
73+
5. Replace the automatically-generated domain (e.g. `51-158-59-249.lb.fr-par.scw.cloud`) with your own (sub)domain (e.g. `blog.mydomain.com`) and click **Edit reverse**.
7274

7375
The reverse DNS of your flexible IP address is updated, and you are returned to the list of your flexible IPs.
7476

@@ -78,14 +80,16 @@ You can delete any flexible IP address that is not attached to a Load Balancer.
7880

7981
The steps below show how to delete a flexible IP that is not attached to a Load Balancer.
8082

81-
1. Click **Load Balancers** in the **Network** section of the [Scaleway console](https://console.scaleway.com) side menu.
83+
1. Click **Load Balancers** in the **Network** section of the [Scaleway console](https://console.scaleway.com) side menu. A listing of your Load Balancers displays.
8284

8385
2. Click the **Flexible IPs** tab.
8486

85-
3. Click <Icon name="more" /> next to the flexible IP that you want to delete, and select **Delete**.
87+
3. Use the **region selector** at the top of the page to filter for the region of the flexible IP you want to configure. A list of all your flexible IP addresses in this region displays.
88+
89+
4. Click <Icon name="more" /> next to the flexible IP that you want to delete, and select **Delete**.
8690

8791
A pop-up displays, warning you that this action is irreversible and will permanently delete this flexible IP from your account.
8892

89-
4. Click **Delete flexible IP** to confirm.
93+
5. Click **Delete flexible IP** to confirm.
9094

9195
The flexible IP is deleted.

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to create and manage routes
33
description: Learn how to efficiently create and manage routes with Scaleway's Load Balancer, ensuring seamless traffic distribution and enhanced network performance.
44
tags: route rules load-balancer sni host-header target-backend
55
dates:
6-
validation: 2025-09-22
6+
validation: 2025-10-30
77
posted: 2023-02-08
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
@@ -19,9 +19,9 @@ Routes allow you to specify, for a given frontend, which backends it should dire
1919

2020
## How to create routes
2121

22-
1. Click **Load Balancers** in the **Network** section of the [Scaleway console](https://console.scaleway.com) side menu.
22+
1. Click **Load Balancers** in the **Network** section of the [Scaleway console](https://console.scaleway.com) side menu. A listing of your Load Balancers displays.
2323

24-
2. Click the Load Balancer you want to create a route for.
24+
2. Use the **region selector** at the top of the page to filter for the region of the Load Balancer you want to configure, then click the Load Balancer in the listing.
2525

2626
3. Click the **Frontends** tab.
2727

@@ -53,9 +53,9 @@ Routes allow you to specify, for a given frontend, which backends it should dire
5353

5454
## How to edit routes
5555

56-
1. Click **Load Balancers** in the **Network** section of the [Scaleway console](https://console.scaleway.com) side menu.
56+
1. Click **Load Balancers** in the **Network** section of the [Scaleway console](https://console.scaleway.com) side menu. A listing of your Load Balancers displays.
5757

58-
2. Click the Load Balancer you want to edit routes for.
58+
2. Use the **region selector** at the top of the page to filter for the region of the Load Balancer you want to configure, then click the Load Balancer in the listing.
5959

6060
3. Click the **Frontends** tab.
6161

@@ -73,9 +73,9 @@ Routes allow you to specify, for a given frontend, which backends it should dire
7373

7474
## How to delete routes
7575

76-
1. Click **Load Balancers** in the **Network** section of the [Scaleway console](https://console.scaleway.com) side menu.
76+
1. Click **Load Balancers** in the **Network** section of the [Scaleway console](https://console.scaleway.com) side menu. A listing of your Load Balancers displays.
7777

78-
2. Click the Load Balancer you want to delete routes for.
78+
2. Use the **region selector** at the top of the page to filter for the region of the Load Balancer you want to configure, then click the Load Balancer in the listing.
7979

8080
3. Click the **Frontends** tab.
8181

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to delete a Load Balancer
33
description: Discover how to delete a Scaleway Load Balancer with ease. Follow this guide for step-by-step instructions to clean up your cloud resources securely and efficiently.
44
tags: load-balancer load balancer
55
dates:
6-
validation: 2025-06-02
6+
validation: 2025-10-30
77
posted: 2021-05-26
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
@@ -19,8 +19,8 @@ import image from './assets/scaleway-confirm-deletion.webp'
1919

2020
## How to delete a Load Balancer
2121

22-
1. Click **Load Balancers** in the **Network** section of the [Scaleway console](https://console.scaleway.com) side menu. The Load Balancer dashboard displays.
23-
2. Click the Load Balancer you want to delete.
22+
1. Click **Load Balancers** in the **Network** section of the [Scaleway console](https://console.scaleway.com) side menu. A listing of your Load Balancers displays.
23+
2. Use the **region selector** at the top of the page to filter for the region of the Load Balancer you want to delete, then click the Load Balancer in the listing. The Load Balancer's **Overview** page displays.
2424
3. Scroll down and click **Delete Load Balancer**.
2525
<Message type="important">
2626
This will permanently delete your Load Balancer and all of its configuration data. This action is irreversible.

0 commit comments

Comments
 (0)