-
Notifications
You must be signed in to change notification settings - Fork 258
feat(ins): add resize doc #4972
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
Changes from 2 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,41 @@ | ||
| --- | ||
| meta: | ||
| title: How to resize Instances | ||
| description: Learn how to adjust the size of your Instances from the Scaleway console to handle varying workloads effectively. | ||
| content: | ||
| h1: How to resize Instances | ||
| paragraph: Learn how to adjust the size of your Instances from the Scaleway console to handle varying workloads effectively. | ||
| tags: instance scaling vertically compute | ||
| dates: | ||
| validation: 2025-05-15 | ||
| posted: 2025-05-15 | ||
| categories: | ||
| - compute | ||
| --- | ||
|
|
||
| You can adjust the size of your Scaleway Instances (also known as vertical scaling) to meet changing workload demands and optimize resource usage. | ||
| 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. | ||
| 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. | ||
bene2k1 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
bene2k1 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| 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/). | ||
bene2k1 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| <Macro id="requirements" /> | ||
|
|
||
| - A Scaleway account logged into the [console](https://console.scaleway.com) | ||
| - [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization | ||
| - An [Instance](/instances/how-to/create-an-instance/) using Block Storage volumes | ||
|
|
||
| 1. Click **CPU Instances** in the **Compute** section of the side menu. The [Instances page](https://console.scaleway.com/instance/servers) displays. | ||
| 2. Click the Instance you want to resize. The **Overview** page for that Instance displays. | ||
| 3. Click **Change offer** in the **Instance information** section of the overview page. The change offer page displays. | ||
| <Lightbox src="scaleway-instance-change-offer.webp" alt="Instance information of the Scaleway console highlighting the change offer link" size="medium" /> | ||
| 4. Select a new Instance configuration from the list of available offers. Recommended configurations will be highlighted. | ||
| 5. Review pricing and compare the monthly cost of the new configuration with your current offer. | ||
| 6. Click **Change offer type** to proceed. | ||
| <Message type="note"> | ||
| The Instance will reboot during the upgrade process, resulting in up to 5 minutes of downtime. | ||
| </Message> | ||
|
|
||
| <Message type="tip"> | ||
| To increase storage capacity of your Instance, refer to the guide on [Increasing Block Storage volume size](/block-storage/how-to/increase-block-volume/). | ||
bene2k1 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| </Message> | ||
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.