Skip to content

Commit a83cb85

Browse files
doc(sls): fees precision (#5789)
1 parent 6ea8de0 commit a83cb85

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

pages/serverless-containers/faq.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Serverless Containers are billed on a pay-as-you-go basis, strictly on resource
4141
* **Memory consumption:** The memory consumption is obtained by multiplying the memory tier chosen by the container run duration.
4242
* **vCPU consumption:** The vCPU consumption is obtained by multiplying the vCPU tier chosen by the container run duration.
4343
* **Ephemeral storage:** Is free of charge, the maximum value of ephemeral storage depends on the memory value.
44+
* **Ingress/Egress:** Is free of charge.
4445

4546
<Lightbox image={Image1} size={"medium"} alt={"Serverless Containers Billing"} />
4647
<Lightbox image={Image2} size={"medium"} alt={"Serverless Containers Billing"} />

pages/serverless-functions/faq.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ Serverless Functions is billed on a pay-as-you-go basis. Three components are ta
7373

7474
* **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.
7575

76+
* **Ingress/Egress:** Is free of charge.
77+
7678
The scheme below illustrates our billing model:
7779

7880
<Lightbox image={Image1} size={"medium"} alt={"Functions Billing"} />
@@ -293,4 +295,4 @@ In the `Serverless Functions Logs` dashboard, you will then be able to read info
293295

294296
### Why does my function have an instance running after deployment, even with min-scale 0?
295297

296-
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.
298+
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.

pages/serverless-jobs/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,4 +192,4 @@ Ongoing job runs will keep using the resources defined when they started.
192192

193193
Scaleway Serverless Jobs does not currently support Scaleway VPC or Private Networks, though this feature is under development.
194194

195-
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.
195+
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.

0 commit comments

Comments
 (0)