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
Copy file name to clipboardExpand all lines: pages/load-balancer/reference-content/migrating-aws.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
@@ -53,11 +53,11 @@ Scaleway Load Balancer offers the following features:
53
53
- HTTP Host header and SNI routes
54
54
55
55
**Backend:**
56
-
- HTTP, HTTPS, TCP and TLS support
56
+
- HTTP, HTTPS, TCP, and TLS support
57
57
- Balancing between Scaleway resources (Instances, Elastic Metal servers, Dedibox) identified by public or private IP, or between non-SCW resources with selected plans
58
58
- Configurable balancing method: round-robin, least connections, first available
59
59
- Proxy Protocol
60
-
- Sticky sessions (IPbased or cookiebased)
60
+
- Sticky sessions (IP-based or cookie-based)
61
61
- Customizable health checks
62
62
- Backend protection
63
63
- Customized error page
@@ -88,21 +88,21 @@ The diagram below shows a Scaleway Load Balancer with multiple frontends and bac
88
88
89
89
### Application vs Network with Scaleway
90
90
91
-
To create the equivalent of an AWS **Application Load Balancer**, with Scaleway you will typically create a Load Balancer with:
91
+
To create the equivalent of an AWS **Application Load Balancer** with Scaleway, you will typically create a Load Balancer with:
92
92
93
93
- One or more frontends listening on port 80 or 443
94
94
- One or more backends configured for HTTP or HTTPS protocol
95
-
- (Optional): Routes from frontends to backends based on HTTP Host headers
95
+
- (Optional) Routes from frontends to backends based on HTTP Host headers
96
96
97
-
To create the equivalent of an AWS **Network Load Balancer**, with Scaleway you will typically create a Load Balancer with:
97
+
To create the equivalent of an AWS **Network Load Balancer** with Scaleway, you will typically create a Load Balancer with:
98
98
99
99
- One or more frontends listening on a port matching your application
100
100
- One or more backends configured for TCP protocol
101
-
- (Optional): Routes from frontends to backends based on SNI
101
+
- (Optional) Routes from frontends to backends based on SNI
102
102
103
103
## Plans and pricing
104
104
105
-
Like AWS, the pricing model for Scaleway Load Balancers is based on an hourly rate. Different commercial types of Load Balancer have a different hourly rate, based on:
105
+
Like AWS, the pricing model for Scaleway Load Balancers is based on an hourly rate. Different commercial types of Load Balancers have different hourly rates, based on:
106
106
107
107
-**Maximum supported bandwidth**
108
108
-**Multicloud support** (whether the Load Balancer can forward traffic to backend servers outside of Scaleway)
0 commit comments