Skip to content

Commit 5434a4e

Browse files
committed
feat(ins): add resize doc
1 parent 3b988bc commit 5434a4e

File tree

4 files changed

+50
-0
lines changed

4 files changed

+50
-0
lines changed

menu/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1430,6 +1430,10 @@
14301430
"label": "Migrate volumes and snapshots to Scaleway SBS",
14311431
"slug": "migrate-volumes-snapshots-to-sbs"
14321432
},
1433+
{
1434+
"label": "Resize Instances",
1435+
"slug": "resize-instances"
1436+
},
14331437
{
14341438
"label": "Migrate Instances",
14351439
"slug": "migrate-instances"

pages/instances/faq.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,11 @@ Yes, each Instance has two DNS hostnames associated with it:
235235

236236
Both are automatically updated when the Instance moves to another hypervisor, also changing its IPv6 and private IPv4. You can either use these hostnames directly or configure a [CNAME record](/dedibox-dns/concepts/#resource-records) linking to it.
237237

238+
### Can I resize my Instance?
239+
240+
Yes, you can resize (also called vertical scaling) your Instance to adjust CPU, RAM, and storage capacity without the need of recreating it.
241+
* To modify the CPU/RAM configuration of your Instance, refer to the [Instance resizing guide](/instances/how-to/resize-instance).
242+
* To increase the Block Storage volume of your Instance, refer to the [increasing Block Storage volume size gude](/block-storage/how-to/increase-block-volume/)
238243

239244
### Can I migrate from a first-generation DEV1 Instance to a PLAY2 Instance?
240245

16.9 KB
Loading
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
meta:
3+
title: How to resize Instances
4+
description: Learn how to adjust the size of your Instances from the Scaleway console to handle varying workloads effectively.
5+
content:
6+
h1: How to resize Instances
7+
paragraph: Learn how to adjust the size of your Instances from the Scaleway console to handle varying workloads effectively.
8+
tags: instance scaling vertically compute
9+
dates:
10+
validation: 2025-05-15
11+
posted: 2025-05-15
12+
categories:
13+
- compute
14+
---
15+
16+
You can adjust the size of your Scaleway Instances (also known as vertical scaling) to meet changing workload demands and optimize resource usage.
17+
Whether you need to scale up to handle increased traffic, scale down to reduce costs, or simply reconfigure your Instance to better align with your application’s requirements, vertical scaling lets you increase or decrease computational power without the hassle of destroying and recreating Instances.
18+
Scaleway’s flexible infrastructure allows you to modify CPU and RAM allocation, as well managing your Block Storage vomumes directly from the console, ensuring your resources always match your needs.
19+
20+
Alternatively, you can also resize your Instance using the command-line by following the guide [Changing the commercial type of an Instance with the API or CLI](/instances/api-cli/migrating-instances/).
21+
22+
<Macro id="requirements" />
23+
24+
- A Scaleway account logged into the [console](https://console.scaleway.com)
25+
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
26+
- An [Instance](/instances/how-to/create-an-instance/) using Block Storage volumes
27+
28+
1. Click **CPU Instances** in the **Compute** section of the side menu. The [Instances page](https://console.scaleway.com/instance/servers) displays.
29+
2. Click the Instance you want to resize. The **Overview** page for that Instance displays.
30+
3. Click **Change offer** in the **Instance information** section of the overview page. The change offer page displays.
31+
<Lightbox src="scaleway-instance-change-offer.webp" alt="Instance information of the Scaleway console highlighting the change offer link" size="medium" />
32+
4. Select a new Instance configuration from the list of available offers. Recommended configurations will be highlighted.
33+
5. Review pricing and compare the monthly cost of the new configuration with your current offer.
34+
6. Click **Change offer type** to proceed.
35+
<Message type="note">
36+
The Instance will reboot during the upgrade process, resulting in up to 5 minutes of downtime.
37+
</Message>
38+
39+
<Message type="tip">
40+
To increase storage capacity of your Instance, refer to the guide on [Increasing Block Storage volume size](/block-storage/how-to/increase-block-volume/).
41+
</Message>

0 commit comments

Comments
 (0)