Skip to content

Commit

Permalink
feat(edge): add info about General Availability (#3768)
Browse files Browse the repository at this point in the history
* fix(edge): start info for ga

* fix(edge): correct menu

* fix(edge): add ga info

* fix(edge): add more info

* fix(edge): typo

* Update network/edge-services/reference-content/understanding-ga.mdx

Co-authored-by: ldecarvalho-doc <[email protected]>

---------

Co-authored-by: ldecarvalho-doc <[email protected]>
  • Loading branch information
RoRoJ and ldecarvalho-doc authored Sep 27, 2024
1 parent 652ffe6 commit 74bde79
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 1 deletion.
2 changes: 1 addition & 1 deletion faq/edge-services.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Edge Services is currently available for Scaleway [Object Storage buckets](/stor

## How much does Edge Services cost?

Since Edge Services is currently in Public Beta, it is free to use and not billed. Users will be warned before it goes into General Availability and becomes billable. Pricing will be based on subscription plans.
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/).

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

Expand Down
4 changes: 4 additions & 0 deletions menu/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -3200,6 +3200,10 @@
{
"label": "CNAME records for Edge Services",
"slug": "cname-record"
},
{
"label": "Understanding General Availability",
"slug": "understanding-ga"
}
],
"label": "Additional content",
Expand Down
51 changes: 51 additions & 0 deletions network/edge-services/reference-content/understanding-ga.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
meta:
title: Understanding Edge Services General Availability
description: Scaleway Edge Services is leaving Public Beta and going into General Availability. This page answers all your questions about the timeline, pricing and any action you need to take.
content:
h1: Understanding Edge Services General Availability
paragraph: Scaleway Edge Services is leaving Public Beta and going into General Availability. This page answers all your questions about the timeline, pricing and any action you need to take.
tags: edge-services public-beta general-availability pricing billing ga
dates:
validation: 2024-09-27
categories:
- network
---

Scaleway Edge Services is leaving Public Beta and going into General Availability. Read on to find out more about when this will happen, what it means for current users, and how the product will be billed.

## Edge Services Public Beta

Edge Services for Object Storage and Load Balancer is currently in Public Beta. This means that the product is ready to be tested by customers, but some features may be missing, and usage is intended for test environments rather than production. Edge Services is free to use during Public Beta, and is not billed.

## Edge Services General Availability

From **November 1st 2024** Edge Services will transition to General Availability, for both Object Storage and Load Balancer usage. This means that:
- We consider that the product is ready for production environments.
- The product will no longer be free to use, and will be billed.

## Edge Services pricing

Once in General Availability, Edge Services will be billed via **subscription**. Three different subscription plans will be available, each including different amounts of monthly usage for **cache size** and **number of pipelines**. If your consumption of Edge Services in a given month exceeds the cache size and number of pipelines included in your subscription, you will be billed for this extra usage on top of your plan.

<Message type="tip">
An Edge Services pipeline consists of an origin for which Edge Services requests and caches content, and an endpoint from which this content is served via Edge Services. In the case of Object Storage, a pipeline corresponds to a bucket Edge Services is enabled on. If Edge Services is enabled on three different buckets, this equals three pipelines. In the case of Load Balancer, pipelines are already an explicit concept in the console.
</Message>

At the start of October 2024, current Edge Services users will receive an email with full details of the three subscription plans.

Pricing plan details can also be viewed on the [Scaleway pricing page](https://www.scaleway.com/en/pricing/network/).

## Transitioning from free to paid use

At the end of October 2024, we will automatically select the most cost-effective subscription plan for each existing Edge Services user, based on their current usage. When billing starts on the 1st of November 2024, you will therefore see in the [Scaleway console](https://console.scaleway.com/) that you are subscribed to the plan we have selected for you.

Billing for Edge Services is pro-rata, and you can cancel or change your subscription plan at any time.

<Message type="important">
If you do not wish to be billed for Edge Services, you must disable it on all your buckets, and delete any Load Balancer pipelines you had created **before November 1st 2024**. See the documentation on how to [disable or delete Edge Services](/network/edge-services/how-to/delete-pipeline/).
</Message>

## Further support

If you have any questions about the transition to Edge Services General Availability, please feel free to get in touch on the `#edge-services-beta` channel on the [Scaleway Community Slack](https://slack.scaleway.com/).

0 comments on commit 74bde79

Please sign in to comment.