From 521af49e28d936be411e826f84a37cb44e280afa Mon Sep 17 00:00:00 2001 From: Thomas Tacquet Date: Wed, 12 Nov 2025 14:50:06 +0100 Subject: [PATCH] doc(sls): fees precision --- pages/serverless-containers/faq.mdx | 1 + pages/serverless-functions/faq.mdx | 4 +++- pages/serverless-jobs/faq.mdx | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pages/serverless-containers/faq.mdx b/pages/serverless-containers/faq.mdx index 3917d9f188..a81d19fad0 100644 --- a/pages/serverless-containers/faq.mdx +++ b/pages/serverless-containers/faq.mdx @@ -41,6 +41,7 @@ Serverless Containers are billed on a pay-as-you-go basis, strictly on resource * **Memory consumption:** The memory consumption is obtained by multiplying the memory tier chosen by the container run duration. * **vCPU consumption:** The vCPU consumption is obtained by multiplying the vCPU tier chosen by the container run duration. * **Ephemeral storage:** Is free of charge, the maximum value of ephemeral storage depends on the memory value. +* **Ingress/Egress:** Is free of charge. diff --git a/pages/serverless-functions/faq.mdx b/pages/serverless-functions/faq.mdx index 720dd21574..1e5ee878bd 100644 --- a/pages/serverless-functions/faq.mdx +++ b/pages/serverless-functions/faq.mdx @@ -73,6 +73,8 @@ Serverless Functions is billed on a pay-as-you-go basis. Three components are ta * **Resources provision:** in order to mitigate cold start, users can choose to keep some function instances warm (by filing the minimum scale value). We then charge for the provisioned resources similarly to the Resources consumption component. +* **Ingress/Egress:** Is free of charge. + The scheme below illustrates our billing model: @@ -293,4 +295,4 @@ In the `Serverless Functions Logs` dashboard, you will then be able to read info ### Why does my function have an instance running after deployment, even with min-scale 0? -Currently, a new function instance will always start after each deployment, even if there is no traffic and the minimum scale is set to `0`. This behavior is not configurable at this time. \ No newline at end of file +Currently, a new function instance will always start after each deployment, even if there is no traffic and the minimum scale is set to `0`. This behavior is not configurable at this time. diff --git a/pages/serverless-jobs/faq.mdx b/pages/serverless-jobs/faq.mdx index 3e3badc24d..fb7a576d35 100644 --- a/pages/serverless-jobs/faq.mdx +++ b/pages/serverless-jobs/faq.mdx @@ -192,4 +192,4 @@ Ongoing job runs will keep using the resources defined when they started. Scaleway Serverless Jobs does not currently support Scaleway VPC or Private Networks, though this feature is under development. -To add network restrictions on your resource, consult the [list of prefixes used at Scaleway](https://www.scaleway.com/en/peering/). Serverless resources do not have dedicated or predictable IP addresses. \ No newline at end of file +To add network restrictions on your resource, consult the [list of prefixes used at Scaleway](https://www.scaleway.com/en/peering/). Serverless resources do not have dedicated or predictable IP addresses.