Skip to content

Commit bc48c22

Browse files
committed
feat(ins): update wording
1 parent a0ba4f0 commit bc48c22

File tree

28 files changed

+39
-39
lines changed

28 files changed

+39
-39
lines changed

macros/compute/instances.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
macro: compute-instances
33
---
44

5-
An Instance is a computing unit, either virtual or physical, that provides resources to run your applications on. Currently Scaleway offers the following Instance types: [General Purpose](/instances/reference-content/development/#development-instances-and-general-purpose-instances), [Development](/instances/reference-content/development/#development-instances-and-general-purpose-instances), [GPU](/instances/concepts/#gpu-instance), [Stardust](/instances/reference-content/development/#learning-range-stardust-instances) and [Enterprise](/instances/reference-content/general-purpose/#production-optimized-range-ent1-instances).
5+
An Instance is a computing unit, either virtual or physical, that provides resources to run your applications on. Currently Scaleway offers the following Instance types: [General Purpose](/instances/reference-content/general-purpose/), [Development](/instances/reference-content/development/), [GPU](/instances/concepts/#gpu-instance), and [Specialized](/instances/reference-content/specialized/).

pages/billing/additional-content/understanding-savings-plans.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ There is currently one available savings plan type: the Compute savings plan.
116116

117117
The **Compute savings plan** can be used with the following resources, simultaneously and across all regions:
118118

119-
- Instances 
120-
- Cost-Optimized (DEV1, GP1, PLAY2, PRO2)
121-
- Production-Optimized (ENT1, POP2)
122-
- Workload-Optmized (POP2 HC, POP2-HM, POP2-HN) 
119+
- Instances
120+
- Developement
121+
- Geneal Purpose
122+
- Specialized
123123

124124
The following resources are **not** covered by the savings plan discount:
125125

pages/instances/reference-content/general-purpose.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: The right Instance for production purposes
3-
description: Find out more about Instances from Scaleway's General Purpose range, such as ENT1 and POP2 Instances.
3+
description: Find out more about Instances from Scaleway's General Purpose range.
44
dates:
55
validation: 2025-03-03
66
posted: 2023-02-22
7-
tags: instance type production production-optimized range POP2 ENT1
7+
tags: instance type production production- range POP2 ENT1
88
---
99

1010
An Instance is a virtual machine in the cloud. Scaleway supports several [types of Instances](/instances/reference-content/choosing-instance-type/), each with their own set of resources, unique value propositions, and technical specifications. Each Instance supports the essential operating systems and distributions, as well as customized [Instantapps](/instances/concepts/#instantapp).

pages/opensearch/how-to/create-opensearch-deployment.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This page explains how to create an OpenSearch deployment using the Scaleway con
2929
5. Select a deployment configuration. You can choose between:
3030

3131
- **High Availability**: ensures fault tolerance in case of node failure, workload distribution across all nodes for improved performance, service continuity during rolling updates.
32-
- **Standalone**: cost-optimized single-node deployment for testing environments and non-critical, small-scale applications, without redundancy.
32+
- **Standalone**: General Purpose single-node deployment for testing environments and non-critical, small-scale applications, without redundancy.
3333

3434
6. Choose a node type for your deployment. Refer to the [dedicated documentation](/opensearch/reference-content/shared-vs-dedicated-resources/) for more information on shared and dedicated compute resources.
3535

pages/opensearch/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This guide covers the basic steps to set up, log in to, and delete a Cloud Essen
2626

2727
2. Click **+ Create deployment**. A creation form displays.
2828

29-
3. Select the **Standalone** deployment configuration. Standalone deployments are cost-optimized single-node deployments for testing environments and non-critical, small-scale applications, without redundancy.
29+
3. Select the **Standalone** deployment configuration. Standalone deployments are General Purpose single-node deployments for testing environments and non-critical, small-scale applications, without redundancy.
3030

3131
4. Select the **SEARCHDB-SHARED-2C-8G** node type.
3232

tutorials/ark-server/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ In this tutorial, you will learn how to create an ARK server on a [Scaleway Inst
4949
- A copy of [ARK: Survival Evolved](https://store.steampowered.com/app/346110/ARK_Survival_Evolved/) for your local computer
5050

5151
<Message type="tip">
52-
We recommend you follow this tutorial using a [Cost-Optimized Instance](/instances/reference-content/choosing-instance-type/).
52+
We recommend you follow this tutorial using a [General Purpose Instance](/instances/reference-content/general-purpose/).
5353
</Message>
5454

5555
Creating an ARK server can be done in a few steps on a [Scaleway Instance](https://www.scaleway.com/en/cost-optimized-instances/). If you do not have an Instance yet, start by [deploying your first Instance](/instances/how-to/create-an-instance/).

tutorials/configuring-gitlab-scaleway-elements-database/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Numerous major technology companies rely on GitLab to oversee their software dev
2020
For those seeking a dependable and high-performance hosting solution, Scaleway Development Instances present an ideal choice for your GitLab infrastructure. They provide a robust infrastructure for hosting your GitLab Instance, coupled with a Managed Database for PostgreSQL.
2121

2222
<Message type="tip">
23-
We recommend you follow this tutorial using a [Cost-Optimized Instance](/instances/reference-content/choosing-instance-type/).
23+
We recommend you follow this tutorial using a [General Purpose Instance](/instances/reference-content/general-purpose/).
2424
</Message>
2525

2626
<Requirements />

tutorials/create-models-django/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import Requirements from '@macros/iam/requirements.mdx'
2424
To follow this tutorial, we assume that you completed the [first tutorial on Django installation and configuration](/tutorials/django-ubuntu-focal-fossa/).
2525

2626
<Message type="tip">
27-
We recommend you follow this tutorial using a [Production-Optimized Instance](/instances/reference-content/choosing-instance-type/).
27+
We recommend you follow this tutorial using a [General Purpose Instance](/instances/reference-content/general-purpose/).
2828
</Message>
2929

3030
<Requirements />

tutorials/deploy-awstats/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ AwStats leverages log file analysis to parse data from a wide range of web serve
2929
- `sudo` privileges or access to the root user
3030

3131
<Message type="tip">
32-
We recommend you follow this tutorial using a [Cost-Optimized Instance](/instances/reference-content/choosing-instance-type/).
32+
We recommend you follow this tutorial using a [General Purpose Instance](/instances/reference-content/general-purpose/).
3333
</Message>
3434

3535
## Installing Apache

tutorials/deploy-chatwoot-self-care/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Chatwoot is designed to enhance customer satisfaction and improve customer suppo
2727
- A Scaleway account logged into the [console](https://console.scaleway.com)
2828
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
2929
- An [SSH key](/organizations-and-projects/how-to/create-ssh-key/)
30-
- A [Production-Optimized Instance](/instances/how-to/create-an-instance/) with at least 8 GB RAM and 25 GB Block Storage, running on Ubuntu 20.04 LTS or later
30+
- A [General Purpose Instance](/instances/how-to/create-an-instance/) with at least 8 GB RAM and 25 GB Block Storage, running on Ubuntu 20.04 LTS or later
3131
- Installed [Ruby 3.2.2](/tutorials/ruby-on-rails/) on your Instance
3232
- A (sub-)domain pointed to the Instance's IP address
3333

0 commit comments

Comments
 (0)