Skip to content

Commit 0d92077

Browse files
committed
fix(edge): add billing info
1 parent d53ff54 commit 0d92077

15 files changed

+286
-117
lines changed
37.3 KB
Loading

faq/edge-services.mdx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,21 @@ category: network
1212

1313
## What is Edge Services?
1414

15-
Edge Services is a feature for Scaleway Load Balancers and Object Storage buckets, currently available in [Public Beta](https://www.scaleway.com/en/betas/). It provides a [caching service](/network/edge-services/how-to/configure-cache/) to improve performance by reducing load on your [origin](/network/edge-services/concepts/#origin), and a customizable and secure endpoint for accessing content via Edge Services, which can be set to a subdomain of your choice.
15+
Edge Services is a feature for Scaleway Load Balancers and Object Storage buckets. Creating Edge Services [pipelines](/network/edge-services/concepts/#pipeline) towards your Load Balancers or Object Storage buckets provides:
16+
-A [caching service](/network/edge-services/how-to/configure-cache/) to improve performance by reducing load on your [origin](/network/edge-services/concepts/#origin), and
17+
- A customizable and secure endpoint for accessing content via Edge Services, which can be set to a subdomain of your choice and secured with an SSL/TLS certificate.
18+
19+
<Lightbox src="scaleway-edge-services-pipeline.webp" alt="A diagram shows the elements and workflow of an Edge Services pipeline. The user connects to the customizable Edge Services endpoint (with its SSL/TLS certificate), which fetches content from the Edge Services cache, which itself fetches content to cache from an origin which is either an Object Storage bucket or Load Balancer" />
1620

1721
## Which products are compatible with Edge Services?
1822

1923
Edge Services is currently available for Scaleway [Object Storage buckets](/storage/object/) and Scaleway [Load Balancers](/network/load-balancer/).
2024

2125
## How much does Edge Services cost?
2226

23-
Since Edge Services is currently in Public Beta, it is free to use and not billed. On November 1st 2024, it will transition to General Availability, and pricing will be based on subscription plans. See our documentation for help with understanding the [transition to General Availability](/network/edge-services/reference-content/understanding-ga/).
27+
On November 1st 2024, Edge Services transitioned from Public Beta to General Availability, and became billable. Pricing is based on [monthly subscription plans](https://www.scaleway.com/en/pricing/network/#edge-services): three plans are available, each allowing a fixed number of pipelines, and a certain amount of egress cache data. Any consumption that exceeds the limits of the plan is charged at an additional rate.
28+
29+
Find out more about how Edge Service subscription plans and billing works on our [Understanding Edge Services pricing](/network/edge-services/reference-content/understanding-edge-pricing/) page.
2430

2531
## If I customize my Edge Services endpoint with my own domain, can it serve content over HTTPS?
2632

menu/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3247,6 +3247,10 @@
32473247
"label": "CNAME records for Edge Services",
32483248
"slug": "cname-record"
32493249
},
3250+
{
3251+
"label": "Understanding pricing",
3252+
"slug": "understanding-pricing"
3253+
},
32503254
{
32513255
"label": "Understanding General Availability",
32523256
"slug": "understanding-ga"
22.4 KB
Loading
24 KB
Loading
16.2 KB
Loading

network/edge-services/how-to/create-pipeline-lb.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,22 @@ You can create an Edge Services pipeline from the Load Balancer section of the c
3737
<Lightbox src="scaleway-edge-create-pipeline-lb.webp" alt="A screenshot of the Scaleway console shows the Edge Services pipeline creation wizard. It prompts you to select an origin type (Load Balancer or Object Storage), and configure the other options described below on this page." />
3838

3939
3. Configure the [origin](/network/edge-services/concepts/#origin) for this pipeline:
40-
- Select **Load Balancer** as the origin type.
41-
- Select the **origin Load Balancer** from the dropdown list. The Edge Services pipeline will connect to this Load Balancer when requesting content.
42-
- Select a **frontend** associated with the origin Load Balancer from the dropdown list. The Edge Services pipeline will connect to the Load Balancer on this port when requesting content. We recommend that you select an HTTPS port, e.g. `443`. Note that if you are creating multiple pipelines for the same origin Load Balancer, each one must be configured for a different frontend.
40+
- Select **Load Balancer** as the origin type.
41+
- Select the **origin Load Balancer** from the dropdown list. The Edge Services pipeline will connect to this Load Balancer when requesting content.
42+
- Select a **frontend** associated with the origin Load Balancer from the dropdown list. The Edge Services pipeline will connect to the Load Balancer on this port when requesting content. We recommend that you select an HTTPS port, e.g. `443`. Note that if you are creating multiple pipelines for the same origin Load Balancer, each one must be configured for a different frontend.
4343

44-
<Message type="tip">
45-
For Kubernetes Load Balancers, see our [dedicated documentation](#help-for-kubernetes-load-balancers) for help selecting the correct Load Balancer and frontend.
44+
<Message type="tip">
45+
For Kubernetes Load Balancers, see our [dedicated documentation](#help-for-kubernetes-load-balancers) for help selecting the correct Load Balancer and frontend.
4646

47-
</Message>
47+
</Message>
4848

4949
4. Define the protocol and origin host for this pipeline:
50-
- Select the protocol that Edge Services should use when making requests to the origin, either `HTTP` or `HTTPS` (recommended). Choose the protocol that corresponds with your Load Balancer setup.
51-
- Optionally, enter an [origin host](/network/edge-services/concepts/#origin-host) associated with your Load Balancer for this pipeline. When specified, this host replaces the Load Balancer IP address in the HTTP Host Header of the requests made from Edge Services to your Load Balancer.
50+
- Select the protocol that Edge Services should use when making requests to the origin, either `HTTP` or `HTTPS` (recommended). Choose the protocol that corresponds with your Load Balancer setup.
51+
- Optionally, enter an [origin host](/network/edge-services/concepts/#origin-host) associated with your Load Balancer for this pipeline. When specified, this host replaces the Load Balancer IP address in the HTTP Host Header of the requests made from Edge Services to your Load Balancer.
5252

5353
5. Enter a name for this Edge Services pipeline, or leave the auto-generated name in place.
5454

55-
Edge Services for Load Balancer is free during Public Beta. You will be notified before the service leaves beta and becomes billable.
55+
The summary cost for the creation of this pipeline is displayed, notably whether it falls within the limits of your current [subscription plan](/network/edge-services/reference-content/understanding-edge-pricing/)
5656

5757
6. Click **Create Edge Services pipeline** to finish.
5858

network/edge-services/how-to/delete-pipeline.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ You can delete an Edge Services pipeline at any time by following the steps belo
3333

3434
<Message type="tip">
3535
Remember to:
36-
- Delete any CNAME records created for this pipeline from your domain provider, unless your domain is managed with Scaleway Domains and DNS, in which case we take care of deletion for you.
37-
- Delete any SSL/TLS certificates you imported into Secret Manager for this pipeline (if no longer required elsewhere), so that you are no longer billed for them. If you generated a managed Let's Encrypt certificate however, Scaleway takes care of the deletion for you.
36+
- Delete any CNAME records created for this pipeline from your domain provider, unless your domain is managed with Scaleway Domains and DNS, in which case we take care of deletion for you.
37+
- Delete any SSL/TLS certificates you imported into Secret Manager for this pipeline (if no longer required elsewhere), so that you are no longer billed for them. If you generated a managed Let's Encrypt certificate however, Scaleway takes care of the deletion for you.
3838
</Message>
3939

4040
5. Click **Confirm**.

network/edge-services/how-to/subscribe-edge-services.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ You can subscribe to Edge Services from the Object Storage or Load Balancer dash
4242

4343
2. Click **Subscribe to Edge Services**.
4444

45-
Information about available [pricing plans](https://www.scaleway.com/en/pricing/network/#edge-services) is displayed. All pricing plans have a fixed monthly price, and include a certain number of pipelines and a certain amount of cache data (data egressed from all your Edge Services pipelines' caches). Any extra pipelines or cache egress data are charged at the additional rates shown.
45+
Information about available [pricing plans](https://www.scaleway.com/en/pricing/network/#edge-services) is displayed. All pricing plans have a fixed monthly price, and include a certain number of pipelines and a certain amount of cache data (data egressed from all your Edge Services pipelines' caches). Any extra pipelines or cache egress data are charged at the additional rates shown.
4646

47-
3. Select a subscription plan, and click **Subscribe to Edge Services**.
47+
3. Select a plan, and click **Subscribe to Edge Services**.
4848

49-
You subscription is created, and you are returned to the Edge Services dashboard, on the **Pipelines** tab. All your Edge Services pipelines will display here, along with an indicator of your pipeline and cache consumption in relation to your monthly plan limits.
49+
Your subscription is created, and you are returned to the Edge Services dashboard, on the **Pipelines** tab. All your Edge Services pipelines will display here, along with an indicator of your pipeline and cache consumption in relation to your monthly plan limits.
5050

51-
<Lightbox src="scaleway-edge-pipelines.webp" alt="The Edge Services dashboard pf the Scaleway console, where the Pipeline tab is in view. At the top are 'Pipelines used' and 'Cache used' indicator bars, which show how much of your plan's limits you have consumed so far this month." />
51+
<Lightbox src="scaleway-edge-pipelines.webp" alt="The Edge Services dashboard pf the Scaleway console, where the Pipeline tab is in view. At the top are 'Pipelines used' and 'Cache used' indicator bars, which show how much of your plan's limits you have consumed so far this month." />
5252

5353
## How to change your subscription plan
5454

@@ -64,7 +64,7 @@ Find out more about how Edge Service subscription plans and billing works, inclu
6464

6565
3. Scroll down to the **Manage your plan subscription** section, and click **Select plan** on the plan you want to switch to.
6666

67-
A pop-up displays, asking you to confirm that you want to change plans.
67+
A pop-up displays, asking you to confirm that you want to change plans.
6868

6969
4. Click **change plan** to confirm.
7070

network/edge-services/how-to/terminate-edge-services.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ You can terminate your Edge Services subscription at any time. You will be charg
3232

3333
3. Scroll down to the **Terminate subscription** section, and click **Terminate subscription**.
3434

35-
A pop-up displays, asking you to confirm that you want to terminate your subscription.
35+
A pop-up displays, asking you to confirm that you want to terminate your subscription.
3636

3737
4. Type **DELETE** in the box, and click **Terminate** to confirm.
3838

39-
Your Edge Services subscription is terminated. You can subscribe again at any time.
39+
Your Edge Services subscription is terminated. You can subscribe again at any time.

0 commit comments

Comments
 (0)