Skip to content

Commit e173c1f

Browse files
authored
Merge branch 'main' into int-add-inferencee
2 parents 0b6af2a + df670f2 commit e173c1f

File tree

110 files changed

+433
-397
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+433
-397
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Improved pricing transparency
3+
status: added
4+
date: 2025-02-26
5+
category: serverless
6+
product: containers
7+
---
8+
9+
To improve clarity about Serverless Containers costs, we have added pricing details to the container overview page.
10+
11+
Additionally, you now get a breakdown of pricing changes when modifying resources.
12+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Serverless Containers custom health checks
3+
status: added
4+
date: 2025-02-26
5+
category: serverless
6+
product: containers
7+
---
8+
9+
This feature allows you to define [custom health checks](https://www.scaleway.com/en/docs/serverless-containers/concepts/#health-check) for your Serverless Containers, enabling more precise monitoring and improved reliability.
10+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Serverless Containers new autoscaling rules
3+
status: added
4+
date: 2025-02-26
5+
category: serverless
6+
product: containers
7+
---
8+
9+
[Autoscaling](https://www.scaleway.com/en/docs/serverless-containers/concepts/#autoscaling) now supports new rules: CPU and RAM percentage.
10+
11+
Your container can now scale up or down based on CPU or RAM usage to better adapt to your specific workloads.
12+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Serverless Functions pagination fix
3+
status: fixed
4+
date: 2025-02-26
5+
category: serverless
6+
product: functions
7+
---
8+
9+
Pagination for Projects with more than 10 Serverless Functions namespaces was dysfunctional on the Scaleway console.
10+
11+
The issue has now been fixed.
12+

faq/billing.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dates:
99
category: console
1010
productIcon: BillingProductIcon
1111
---
12-
## Billing and invoicing
12+
## Billing and invoicing
1313

1414
### How am I billed for Scaleway services?
1515
All Public Cloud services are based on the "pay as you go" model, which means that you only pay for what you use.
@@ -104,7 +104,7 @@ If after several manual attempts you cannot manage to trigger a successful trans
104104
### Can I use a virtual or prepaid card as a payment method?
105105
No. Virtual or prepaid cards are **not** accepted as payment methods. When using a credit card, ensure you are using a physical card, protected by 3D secure.
106106

107-
### Can I pay my invoice using a different payment method?
107+
### Can I pay my invoice using a different payment method?
108108
Unpaid invoices have to be paid with a credit card. You can [add new credit cards](/billing/how-to/add-payment-method/) to your account.
109109

110110
### How can I obtain a SEPA Mandate?
@@ -165,10 +165,8 @@ No other additional taxes, but European VAT is collected.
165165
If you are not located in one of the 27 member states of the European Union, no other tax will be added to your invoice, per application of EU laws.
166166
European B2B customers (excluding French B2B customers) are exempted from VAT, as long as they provide a registered VAT number. Just add your VAT registry number to your profile, and your invoice will be updated accordingly.
167167

168-
If you do not provide a valid VAT number, you will be considered an individual customer (B2C), and the local rate will be applied.
169-
170168
### Do I have to provide a VAT number?
171-
[The prices shown on our website include EU VAT](/faq/billing/#do-the-prices-shown-on-the-website-include-eu-vat). If you do not provide a valid VAT number, you will be considered an individual customer (B2C), and the local rate will be applied.
169+
If you do not provide a valid VAT number, you will be considered an individual customer (B2C), and the local rate will be applied.
172170

173171
### How can I remove or update my VAT number?
174172
It is impossible to edit your VAT number once a value has been set. [Contact our support team](https://console.scaleway.com/support/tickets/create) if you need to update it.

faq/blockstorage.mdx

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ meta:
55
content:
66
h1: Block Storage
77
dates:
8-
validation: 2025-01-07
8+
validation: 2025-03-03
99
category: storage
1010
productIcon: BlockStorageProductIcon
1111
---
@@ -24,6 +24,20 @@ Block Storage allows you to create bigger volumes and those volumes are persiste
2424
| **Latency** | Average | Local NVMe |
2525
| **Volume size** | Max 10 TB/volume | Up to 600 GB (GP1-XL) |
2626

27+
## What is the difference between Block Storage volume types?
28+
29+
| Volume type | IOPS | Underlying hardware | Latency | Max volume size | Recommended use cases | Availability & resilience |
30+
|-----------------------------------|----------|--------------------------------|---------------------|----------------------|-------------------------|----------------------------|
31+
| `b_ssd` (Block Storage 5K legacy) | 5,000 | Legacy SSDs | High | Up to 10 TB | General-purpose workloads that do not demand high IOPS or low latency | Data is replicated three times across multiple disks for high availability and integrity |
32+
| `sbs_5k` (Block Low Latency 5K) | 5,000 | Modern NVMe disks | Low | 5 GB to 10 TB | Development environments, web servers, and applications needing consistent performance | 99.99% SLA, triple-replicated data to safeguard against hardware failures |
33+
| `sbs_15k` (Block Low Latency 15K) | 15,000 | Modern NVMe disks | Very low | 5 GB to 10 TB | High-performance databases, transactional applications, and I/O-intensive workloads | 99.99% SLA, triple-replicated data to safeguard against hardware failures |
34+
35+
You can attach a maximum of 16 volumes (including the mandatory boot volume) to a single Instance.
36+
37+
<Message type="tip">
38+
Refer to the [dedicated documentation](/block-storage/reference-content/differences-between-5kiops-volumes/) for more information on the differences between Block Storage 5K legacy volumes and Block Storage Low Latency 5K volumes.
39+
</Message>
40+
2741
## What are the performances expected from a block volume?
2842

2943
Block Storage offers 5,000 input/output operations per second (IOPS) through powerful SSDs.

faq/dedibox.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ meta:
55
content:
66
h1: Dedibox
77
dates:
8-
validation: 2024-08-30
8+
validation: 2025-03-03
99
category: bare-metal
1010
productIcon: DediboxProductIcon
1111
---
@@ -149,4 +149,8 @@ If you exceed this limit, your connection speed will be reduced for the remainde
149149
The speed of your connection will return to normal at the start of the next billing cycle when your data allocation resets.
150150

151151
### How secure is a Dedibox VPS?
152-
Each Dedibox VPS is isolated from other virtual servers on the same host, ensuring security. However, best security practices, including regular updates, strong passwords, and firewall configurations, are essential to enhance security further.
152+
Each Dedibox VPS is isolated from other virtual servers on the same host, ensuring security. However, best security practices, including regular updates, strong passwords, and firewall configurations, are essential to enhance security further.
153+
154+
### Are IP addresses for Dedibox VPS assigned statically?
155+
IP addresses for Dedibox VPS are generally assigned statically. However, in rare cases, such as maintenance or replacement of a faulty host node, we may perform IP migrations, which can result in a change of IP address.
156+
You can find your updated IP address in the Dedibox console. Please note that we do not currently notify users of such changes. You can contact our [support team](https://console.online.net/en/assistance/ticket) if you experience any issues.

menu/navigation.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4009,7 +4009,7 @@
40094009
},
40104010
{
40114011
"label": "Configure alerts for a function",
4012-
"slug": "configure-alerts-function"
4012+
"slug": "configure-alerts-functions"
40134013
},
40144014
{
40154015
"label": "Delete a function",
@@ -4201,6 +4201,10 @@
42014201
"label": "Add a trigger to a container",
42024202
"slug": "add-trigger-to-a-container"
42034203
},
4204+
{
4205+
"label": "Configure alerts for a container",
4206+
"slug": "configure-alerts-containers"
4207+
},
42044208
{
42054209
"label": "Delete a container",
42064210
"slug": "delete-a-container"
@@ -4355,6 +4359,10 @@
43554359
"label": "Reference secrets in a job",
43564360
"slug": "reference-secret-in-job"
43574361
},
4362+
{
4363+
"label": "Configure alerts for a job",
4364+
"slug": "configure-alerts-job"
4365+
},
43584366
{
43594367
"label": "Delete a job",
43604368
"slug": "delete-job"

pages/account/concepts.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Understand key concepts related to Scaleway accounts.
88
tags: active-session abuse api-key billing-alert kyc 2fa ssh-key mac-address
99
dates:
10-
validation: 2024-08-13
10+
validation: 2025-02-24
1111
categories:
1212
- console
1313
---
@@ -16,23 +16,23 @@ categories:
1616

1717
[Abuse](https://www.scaleway.com/en/abuse-notice/) of Scaleway services includes cyber-crime, copyright violation, illegal or offensive content, spamming and malware distribution. Abuse should be [reported in the console](https://console.scaleway.com/support/abuses/create).
1818

19-
Multiple instances of abuse from the same offending resource for the same reason within a given timeframe are grouped by case. An abuse report either creates a case if no case is currently open or joins an existing case. Scaleway clients are responsible for taking the appropriate security measures to solve the case and related abuse reports.
19+
Multiple instances of abuse from the same offending resource for the same reason within a given time frame are grouped by case. An abuse report either creates a case if no case is currently open or joins an existing case. Scaleway clients are responsible for taking the appropriate security measures to solve the case and related abuse reports.
2020

2121
## Active session
2222

2323
An active session begins when a computer or device signs into your account. To connect you to your account, Scaleway uses JSON Web Tokens (JWT). JWT allows secure transmission of information between parties through tokens. These parties can be users, servers, or any other combination of services. In the case of Scaleway, when a user connects to their account (e.g. via an email address and password), we generate a token, associate it with the session and send it to the user. The token is composed of a header, a payload, and a signature. You can see the list of your active sessions in the [Scaleway console](https://console.scaleway.com/account/user/profile), to get an overview of all devices that are signed in and recently active on your account.
2424

2525
## Console
2626

27-
The Scaleway console allows you to view and manage your Scaleway products, billing information, support tickets and more. [Access the Scaleway console](https://console.scaleway.com/organization).
27+
The Scaleway console allows you to view and manage your Scaleway products, billing information, support tickets, and more. [Access the Scaleway console](https://console.scaleway.com/organization).
2828

2929
## KYC
3030

31-
**K**now **Y**our **C**ustomer is the process of verifying a client's identity. An ID document such as a passport, driver's license or identity card is required to [complete KYC verification](/account/how-to/verify-identity/).
31+
**K**now **Y**our **C**ustomer is the process of verifying a client's identity. An ID document such as a passport, driver's license, or identity card is required to [complete KYC verification](/account/how-to/verify-identity/).
3232

3333
## Login information
3434

35-
Consists of the **e-mail address** your account is registered to and its corresponding [**password**](#password). With your login information, you can connect to your Scaleway Organization via the Scaleway console. As an alternative to using a password, you can use login using a [magic link](#magic-link).
35+
Consists of the **e-mail address** your account is registered to and its corresponding [**password**](#password). With your login information, you can connect to your Scaleway Organization via the Scaleway console. As an alternative to using a password, you can login using a [magic link](#magic-link).
3636

3737
## MAC Address
3838

Binary file not shown.

0 commit comments

Comments
 (0)