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
@@ -73,34 +73,36 @@ Bear in mind the following restrictions for creating Let's Encrypt certificates:
73
73
- 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.
74
74
</Message>
75
75
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.
77
77
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.
79
79
80
-
3. Click the **SSL Certificates** tab.
80
+
3. Click the Load Balancer you want to add a certificate to.
81
81
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:
83
85
84
86
<Lightboximage={image}alt="" />
85
87
86
-
5. Enter the required information:
88
+
6. Enter the required information:
87
89
88
90
- Enter a name for your certificate, or use the auto-generated name suggested for you.
89
91
- Select the **Let's Encrypt** certificate type.
90
92
- Enter the main domain name associated with your Load Balancer, e.g. `my-website.com` using the Common Name box.
91
93
- Enter additional domain names for the certificate using the **Subject Alternative Name** box if necessary.
92
94
93
-
6. Click **Create SSL certificate**.
95
+
7. Click **Create SSL certificate**.
94
96
95
97
You are returned to the **SSL certificates** tab where your newly-created certificate now appears. You must now attach the certificate to your frontend:
96
98
97
-
7. Click the **Frontends** tab.
99
+
8. Click the **Frontends** tab.
98
100
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**.
100
102
101
103
<Lightboximage={image2}alt="" />
102
104
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**.
104
106
105
107
Your certificate is added to your Load Balancer's frontend.
106
108
@@ -119,35 +121,37 @@ Scaleway Load Balancers allow you to import **third party SSL certificates**. Th
119
121
120
122
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.
121
123
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.
123
127
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.
125
129
126
-
3. Click the **SSL Certificates** tab.
130
+
4. Click the **SSL Certificates** tab.
127
131
128
-
4. Click **Create an SSL certificate**. A pop-up displays:
132
+
5. Click **Create an SSL certificate**. A pop-up displays:
129
133
130
134
<Lightboximage={image3}alt="" />
131
135
132
-
5. Enter the required information:
136
+
6. Enter the required information:
133
137
134
138
- Enter a name for your certificate, or use the auto-generated name suggested for you.
135
139
- Select **Import Certificate** under type.
136
140
- 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.
137
141
138
-
6. Click **Create SSL certificate**.
142
+
7. Click **Create SSL certificate**.
139
143
140
144
You are returned to the **SSL certificates** tab where your newly-created certificate now appears. You must now attach the certificate to your frontend:
141
145
142
146
<Lightboximage={image4} />
143
147
144
-
7. Click **Frontends**.
148
+
8. Click **Frontends**.
145
149
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**
147
151
148
152
<Lightboximage={image5}alt="" />
149
153
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**.
151
155
152
156
Your certificate is added to your Load Balancer's frontend.
Copy file name to clipboardExpand all lines: pages/load-balancer/how-to/create-frontends-backends.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
@@ -3,7 +3,7 @@ title: How to create frontends and backends
3
3
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.
@@ -74,9 +74,9 @@ When you have finished configuring your frontend and backend, click **Create fro
74
74
75
75
You can add one or many frontends to your Load Balancer after its creation. Follow the steps below.
76
76
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.
78
78
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.
80
80
81
81
3. Click the **Frontends** tab.
82
82
@@ -100,9 +100,9 @@ You can add one or many frontends to your Load Balancer after its creation. Foll
100
100
101
101
You can add one or many backends to your Load Balancer after its creation. Follow the steps below.
102
102
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.
104
104
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.
Copy file name to clipboardExpand all lines: pages/load-balancer/how-to/create-manage-acls.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: How to create and manage ACLs
3
3
description: Discover how to create and manage ACLs for Scaleway Load Balancers. Improve security, manage traffic efficiently, and optimize your network setup easily.
@@ -31,9 +31,9 @@ This page shows you how to create and manage ACLs. For more details on how ACLs
31
31
32
32
ACLs are created and managed at the frontend(s) of your Load Balancer.
33
33
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.
35
35
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.
37
37
38
38
3. Click the **Frontends** tab.
39
39
@@ -107,8 +107,8 @@ ACLs are created and managed at the frontend(s) of your Load Balancer.
107
107
108
108
## How to edit ACLs
109
109
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.
112
112
3. Click the **Frontends** tab.
113
113
4. Click the name of the frontend whose ACL(s) you want to edit. You are taken to the **Overview** tab for that frontend.
114
114
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.
117
117
118
118
## How to delete ACLs
119
119
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.
122
122
3. Click the **Frontends** tab.
123
123
4. Click the name of the frontend whose ACL(s) you want to edit. You are taken to the **Overview** tab for that frontend.
124
124
5. Click the **ACLs** tab. The list of your ACLs displays.
@@ -33,7 +33,7 @@ The following limitations apply to Load Balancer flexible IPs:
33
33
34
34
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:
35
35
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.
37
37
38
38
2. Click the **Flexible IPs** tab.
39
39
@@ -60,15 +60,17 @@ When you create a Load Balancer, the creation wizard lets you create a new flexi
60
60
61
61
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.
62
62
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.
64
64
65
65
2. Click the **Flexible IPs** tab.
66
66
67
-
3. Click <Iconname="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 <Iconname="more" /> next to the flexible IP whose reverse DNS you want to edit, and select **Edit reverse**.
68
70
69
71
A pop-up displays.
70
72
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**.
72
74
73
75
The reverse DNS of your flexible IP address is updated, and you are returned to the list of your flexible IPs.
74
76
@@ -78,14 +80,16 @@ You can delete any flexible IP address that is not attached to a Load Balancer.
78
80
79
81
The steps below show how to delete a flexible IP that is not attached to a Load Balancer.
80
82
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.
82
84
83
85
2. Click the **Flexible IPs** tab.
84
86
85
-
3. Click <Iconname="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 <Iconname="more" /> next to the flexible IP that you want to delete, and select **Delete**.
86
90
87
91
A pop-up displays, warning you that this action is irreversible and will permanently delete this flexible IP from your account.
Copy file name to clipboardExpand all lines: pages/load-balancer/how-to/create-manage-routes.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: How to create and manage routes
3
3
description: Learn how to efficiently create and manage routes with Scaleway's Load Balancer, ensuring seamless traffic distribution and enhanced network performance.
@@ -19,9 +19,9 @@ Routes allow you to specify, for a given frontend, which backends it should dire
19
19
20
20
## How to create routes
21
21
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.
23
23
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.
25
25
26
26
3. Click the **Frontends** tab.
27
27
@@ -53,9 +53,9 @@ Routes allow you to specify, for a given frontend, which backends it should dire
53
53
54
54
## How to edit routes
55
55
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.
57
57
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.
59
59
60
60
3. Click the **Frontends** tab.
61
61
@@ -73,9 +73,9 @@ Routes allow you to specify, for a given frontend, which backends it should dire
73
73
74
74
## How to delete routes
75
75
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.
77
77
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.
Copy file name to clipboardExpand all lines: pages/load-balancer/how-to/delete-load-balancer.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
@@ -3,7 +3,7 @@ title: How to delete a Load Balancer
3
3
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.
@@ -19,8 +19,8 @@ import image from './assets/scaleway-confirm-deletion.webp'
19
19
20
20
## How to delete a Load Balancer
21
21
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.
24
24
3. Scroll down and click **Delete Load Balancer**.
25
25
<Messagetype="important">
26
26
This will permanently delete your Load Balancer and all of its configuration data. This action is irreversible.
0 commit comments