Skip to content

Commit b5dc6d9

Browse files
feat(aps): add monthly commitment (#4601)
* feat(aps): add monthly commitment * feat(aps): commitment plan * feat(aps): commitment plan * Apply suggestions from code review Co-authored-by: Jessica <[email protected]> * feat(aps): fix typo * feat(aps): commitment plan * feat(aps): fix typo * feat(aps): fix typo --------- Co-authored-by: Jessica <[email protected]>
1 parent 72fe3d9 commit b5dc6d9

File tree

5 files changed

+79
-3
lines changed

5 files changed

+79
-3
lines changed

menu/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,6 +1131,10 @@
11311131
"label": "Reinstall a Mac mini",
11321132
"slug": "reinstall-mac-mini"
11331133
},
1134+
{
1135+
"label": "Manage your commitment plan",
1136+
"slug": "manage-commitment-plan"
1137+
},
11341138
{
11351139
"label": "Delete a Mac mini",
11361140
"slug": "delete-mac-mini"

pages/apple-silicon/concepts.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,18 @@ Scaleway Apple silicon as-a-Service uses [Apple Mac mini](#mac-mini) hardware. T
2020

2121
Apple silicon as-a-Service is tailored for developing, building, testing, and signing applications for Apple devices such as iPhones, iPads, Mac computers, and more. The Mac mini boasts a sophisticated neural engine that significantly enhances machine learning capabilities.
2222

23+
## Commitment plan
24+
25+
The commitment plan for Apple silicon is a flexible pricing option that allows customers to choose between fully flexible pay-as-you-go pricing or a long-term monthly commitment period for their Apple silicon servers
26+
27+
By committing to a plan, you can enjoy better rates than pay-as-you-go pricing. The initial commitment is for one month from the server order. At the end of your initial commitment period, the commitment is automatically renewed every month on the anniversary date unless you choose to delete the machine, in which case the deletion will take effect on the anniversary date of the commitment.
28+
29+
It is important to note that the commitment applies only to the server. Options, such as the VPC option, remain without commitment but benefit from lower prices when used with a committed server. [Learn how to manage a commitment plan.](/apple-silicon/how-to/manage-commitment-plan/)
30+
31+
<Message type="important">
32+
Currently, it is not possible to switch from a monthly commitment to hourly billing.
33+
</Message>
34+
2335
## Mac mini
2436

2537
The Mac mini is a physical hardware designed by Apple, powered by the [Apple silicon](#apple-silicon) chip. It is the basis for Scaleway's [Apple silicon as-a-service](#apple-silicon-as-a-service) offer.

pages/apple-silicon/how-to/create-mac-mini.mdx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,28 @@ This page shows how to create your first [Mac mini](/apple-silicon/concepts/#mac
2525
Due to license constraints, the minimum lease for Apple silicon is 24 hours. As a result, the earliest you can delete a Mac mini is 24 hours after the start of its lease.
2626
</Message>
2727

28-
1. Click **Apple silicon** in the **Bare Metal** section of the side menu. The [Apple silicon splash page](https://console.scaleway.com/asaas/servers) displays.
28+
1. Click [Apple silicon](https://console.scaleway.com/asaas/servers) in the **Bare Metal** section of the side menu. The [Apple silicon splash page](https://console.scaleway.com/asaas/servers) displays.
2929
<Message type="note">
3030
Should your account already contain Mac minis, a list of these will be displayed rather than the Apple silicon splash page.
3131
Alongside, you will see a (+ Create Mac mini) button, which you can click to create a new Mac mini.
3232
</Message>
3333
2. Click **Create Mac mini**. The Mac mini creation wizard displays.
3434
3. Complete the following steps in the wizard:
35+
- Select the commitment plan for your Mac mini. Two options are available:
36+
- **No commitment:** You can terminate the subscription of your Mac mini at any time after the initial 24 hours, a mandatory period required by Apple's software license. [Learn more about Apple's software license requirements (Section 3.A)](https://www.apple.com/legal/sla/docs/macOSSequoia.pdf).
37+
- **Commitment:** You subscribe to a [commitment plan for Apple silicon](/apple-silicon/concepts/#commitment-plan) and benefit from a discounted monthly price based on your choice.
38+
<Message type="important">
39+
Currently, it is not possible to switch from a monthly commitment to hourly billing.
40+
</Message>
3541
- Choose an **Availability Zone**, which is the geographical region where your Mac mini will be deployed. The available Mac mini configurations depend on the Availability Zone:
3642
- Mac mini M4, M2 pro, and M2 are available in PARIS 1
3743
- Mac mini M1 are available in PARIS 3
3844
- Choose a macOS version. Note that if you choose a macOS other than the one installed by default, there will be a delay of about 1 hour before the Mac mini is made available.
3945
- Choose whether to activate the **Private Networks 1 Gbps** feature. This lets you attach your Mac mini to one or more Scaleway Private Networks in a [VPC](/vpc/), enabling secure communication with other attached resources.
4046
- Enter a **Name** for your Mac mini, or leave the randomly-generated name in place.
4147
- Verify the **Estimated cost** for your Mac mini based on your chosen specifications.
42-
4. Click **Create Mac mini** to finish. The installation of your Apple silicon is launched, and you are informed when it is ready.
48+
4. Tick the checkbox to agree to the Bare Metal specific conditions and the macOS License Agreement.
49+
5. Click **Create Mac mini** to finish. The installation of your Apple silicon is launched, and you are informed when it is ready.
4350
<Message type="note">
4451
Mac mini and macOS are trademarks of Apple Inc., registered in the U.S. and other countries and regions. IOS is a trademark or registered trademark of Cisco in the U.S. and other countries and is used by Apple under license. Scaleway is not affiliated with Apple Inc.
4552
</Message>
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
meta:
3+
title: How to manage the commitment plan for a Mac mini
4+
description: This page explains how to manage the commitment plan for Scaleway's Mac mini servers.
5+
content:
6+
h1: How to manage the commitment plan for a Mac mini
7+
paragraph: This page explains how to manage the commitment plan for Scaleway's Mac mini servers.
8+
tags: apple-silicon, mac-mini, commitment-plan
9+
dates:
10+
validation: 2025-03-12
11+
posted: 2025-03-12
12+
categories:
13+
- bare-metal
14+
---
15+
16+
**Commitment plan for Apple silicon** is a flexible pricing option that allows you to choose between a fully flexible pay-as-you-go pricing or a long-term monthly commitment period for Apple silicon servers.
17+
By committing to a plan, you can enjoy better rates than pay-as-you-go pricing.
18+
19+
The initial commitment is for one month from the server order. At the end of your initial commitment period, the commitment is automatically renewed every month on the anniversary date unless you choose to delete the machine, in which case the deletion will take effect on the anniversary date of the commitment.
20+
21+
It is important to note that the commitment applies only to the server. Options, such as the VPC option, remain without commitment but benefit from lower prices when used with a committed server.
22+
23+
<Message type="note">
24+
Currently, it is not possible to switch from a monthly commitment to hourly billing.
25+
</Message>
26+
27+
<Macro id="requirements" />
28+
- A Scaleway account logged into the [console](https://console.scaleway.com)
29+
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
30+
- A [Mac mini](/apple-silicon/how-to/create-mac-mini/)
31+
32+
1. Click [Apple silicon](https://console.scaleway.com/asaas/servers) in the **Bare Metal** section of the side menu. A list of your Mac minis displays.
33+
2. Click the Mac mini you want to configure. Your Mac mini information page displays.
34+
3. Scroll down to the **Commitment plan** section. You can see information about your current commitment plan. Click **Manage plan**. A pop-up displays.
35+
4. Select the commitment plan for your Mac mini. Two options are available:
36+
- **No commitment:** You can terminate the subscription of your Mac mini at any time after the initial 24 hours, a mandatory period required by Apple's software license. [Learn more about Apple's software license requirements (Section 3.A)](https://www.apple.com/legal/sla/docs/macOSSequoia.pdf).
37+
- **Commitment:** You subscribe to a [commitment plan for Apple silicon](/apple-silicon/concepts/#commitment-plan) and benefit from a discounted monthly price based on your choice. The commitment period can be defined at the time of creation or later, but it is automatically renewed every month on the anniversary date.
38+
<Message type="important">
39+
Currently, it is not possible to switch from a monthly commitment to hourly billing.
40+
</Message>
41+
- Click **Review** to visualize a summary of your choice.
42+
5. Verify your new commitment plan and click **Update plan** to confirm.
43+
<Message type="note">
44+
- Changes to your commitment plan will only take effect after your current cycle has ended.
45+
- You can delete the machine to cancel the commitment, but the deletion will take effect on the anniversary date of the commitment.
46+
</Message>

pages/apple-silicon/quickstart.mdx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ Apple silicon as-a-Service is tailored for developing, building, testing, and si
3232
1. Click **Apple silicon** in the **Bare Metal** section of the side menu. The [Apple silicon creation page](https://console.scaleway.com/asaas/servers) displays.
3333
2. Click **Create Mac mini**. The Mac mini creation wizard displays.
3434
3. Complete the following steps in the wizard:
35+
- Select the commitment plan for your Mac mini. Two options are available:
36+
- **No commitment:** You can terminate the subscription of your Mac mini at any time after the initial 24 hours, a mandatory period required by Apple's software license. [Learn more about Apple's software license requirements (Section 3.A)](https://www.apple.com/legal/sla/docs/macOSSequoia.pdf).
37+
- **Commitment:** You subscribe to a [commitment plan for Apple silicon](/apple-silicon/concepts/#commitment-plan) and benefit from a discounted monthly price based on your choice.
38+
<Message type="important">
39+
Currently, it is not possible to switch from a monthly commitment to hourly billing.
40+
</Message>
3541
- Choose an **Availability Zone**, which is the geographical region where your Mac mini will be deployed. The available Mac mini configurations depend on the Availability Zone:
3642
- Mac mini M4, M2 pro, and M2 are available in PARIS 1
3743
- Mac mini M1 are available in PARIS 3
@@ -41,7 +47,8 @@ Apple silicon as-a-Service is tailored for developing, building, testing, and si
4147
</Message>
4248
- Enter a **Name** for your Mac mini, or leave the randomly-generated name in place.
4349
- Verify the **Estimated cost** for your Mac mini based on your chosen specifications.
44-
4. Click **Create Mac mini** to finish. The installation of your Apple silicon is launched, and you are informed when it is ready.
50+
4. Tick the checkbox to agree to the Bare Metal specific conditions and the macOS License Agreement.
51+
5. Click **Create Mac mini** to finish. The installation of your Apple silicon is launched, and you are informed when it is ready.
4552

4653
## How to connect to your Mac mini
4754

0 commit comments

Comments
 (0)