-
Notifications
You must be signed in to change notification settings - Fork 260
fix(acc): new sp #5160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
fix(acc): new sp #5160
Changes from 9 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
b97f8c6
fix(acc): new support plans 1
ldecarvalho-doc b46f470
feat(acc): support plans
ldecarvalho-doc 1626263
fix(acc): support changes
ldecarvalho-doc 4a1d1f6
fix(acc): support plans ref
ldecarvalho-doc 162b2fd
fix(acc): support plans menu fix
ldecarvalho-doc 1ed5528
fix(acc): support plans menu fix2
ldecarvalho-doc 5a35ea2
fix(acc): review samuel
ldecarvalho-doc 5b34872
fix(acc): support plan how to
ldecarvalho-doc d8e44ac
fix(acc): howto 2
ldecarvalho-doc 56f26d2
fix(acc): review jessi
ldecarvalho-doc 292839e
fix(acc): review jessi2
ldecarvalho-doc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+250 KB
(370%)
pages/account/how-to/assets/scaleway-support-plans-overview.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
79 changes: 79 additions & 0 deletions
79
pages/account/reference-content/understanding-support-plans.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,79 @@ | ||
| --- | ||
| meta: | ||
| title: Understanding Support plans | ||
| description: Learn about the pricing and features of Scaleway's support plans | ||
| content: | ||
| h1: Understanding Support plans | ||
| paragraph: Discover the details of Scaleway's support plans, including pricing and what's included in each plan | ||
| tags: support plans pricing | ||
| dates: | ||
| validation: 2025-05-26 | ||
| posted: 2025-05-26 | ||
| categories: | ||
| - support | ||
| --- | ||
|
|
||
| Four levels of support plans are available at Scaleway. Find the details of each plan in the table below: | ||
|
|
||
| | Name | BASIC | ADVANCED | BUSINESS | ENTERPRISE | | ||
| | --- | --- | --- | --- | --- | | ||
| | Value | Free access to basic ticketing| Multi-channel support that ensures smooth experimentation and timely delivery of your ideas. Ideal for research and development projects. | Build reliable infrastructures with reactive and personalized support for your production environment. A pre-requisite for production workloads. | Build, maintain and scale your infrastructure with a dedicated team of cloud experts. | | ||
ldecarvalho-doc marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| | Initial Response Time (IRT) | 8 hours | 2 hours | 30 minutes | 15 minutes | | ||
| | Ticket | 24/7 | 24/7 | 24/7 | 24/7 | | ||
| | Hotline | Not included | 7/7 9AM - 6PM | 24/7 | 24/7 | | ||
ldecarvalho-doc marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| | Dedicated Premium Team | Not included | Not included | Included | Included | | ||
| | Technical Account Manager | Not included | Not included | Not included | Included | | ||
| | Quarterly Technical Review | Not included | Not included | Not included | Included | | ||
| | 1x architecture audit every 6 month | Not included | Not included | Not included | Included | | ||
| | Certification Scaleway | Not included | Not included | 1 Scaleway certification included | 1 Scaleway certification included | | ||
|
|
||
|
|
||
| ## Support plans pricing | ||
|
|
||
| When you subscribe to a support plan, besides the free, Basic plan, you either pay a set monthly fee, or a percentage of your net spend. | ||
|
|
||
| This means your support plan fees depend on how much you spend per month. You will pay whichever fee out of the two is the greater. | ||
|
|
||
| To determine your monthly payment, calculate the percentage of your monthly spend. If the result is: | ||
| - Less than the fixed monthly fee, you will pay the fixed price. | ||
| - Equal to or higher than the fixed price, you will pay a percentage of your net monthly spend. | ||
|
|
||
| The fixed monthly fees and the percentages vary according to your support plan: | ||
|
|
||
| | Plan | Fixed monthly fee | Percentage of net spend | | ||
| | :--------------------------: | :----------------: | :----------------: | | ||
| | **Advanced** | €50 | 5% | | ||
| | **Business** | €250 | 10% | | ||
| | **Enterprise** | €990 | 20% | | ||
|
|
||
| ### Examples | ||
|
|
||
| To better understand the pricing system for support plans, refer to the examples below: | ||
|
|
||
| #### Advanced plan | ||
|
|
||
| | Net spend | Fixed monthly fee | Calculated percentage (5% of net spend) | Price you pay (highest figure applies) | | ||
| | :--------------------------: | :----------------: | :----------------: | :----------------: | | ||
| | €500 | €50 | €25 | €50 | | ||
| | €1000 | | €50 | €50 | | ||
| | €2000 | |€100 | €100 | | ||
|
|
||
|
|
||
| #### Business plan | ||
|
|
||
| | Net spend | Fixed monthly fee | Calculated percentage (10% of net spend) | Price you pay (highest figure applies) | | ||
| | :--------------------------: | :----------------: | :----------------: | :----------------: | | ||
| | €1500 | €250 | €150 | €250 | | ||
| | €2000 | | €200 | €250 | | ||
| | €3000 | | €300 | €300 | | ||
|
|
||
|
|
||
|
|
||
| #### Enterprise plan | ||
|
|
||
| | Net spend | Fixed monthly fee |Calculated percentage (20% of net spend) | Price you pay (highest figure applies) | | ||
| | :--------------------------: | :----------------: |:----------------: | :----------------: | | ||
| | €4000 | €990 | €800 | €990 | | ||
| | €5000 | | €1000 | €1000 | | ||
| | €10000 | | €2000 | €2000 | | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.