Skip to content

Commit f078638

Browse files
committed
docs(ins): update content
1 parent c7d814e commit f078638

File tree

5 files changed

+5
-29
lines changed

5 files changed

+5
-29
lines changed

macros/compute/instances-block-bandwidth-overview.mdx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,6 @@ Bandwidth impacts how your applications perform and interact with other systems.
3838
| DEV1-L | 400 Mbit/s | 200 MiB/s |
3939
| DEV1-XL | 500 Mbit/s | 250 MiB/s |
4040

41-
## ENT1 range
42-
43-
| Instance Type | Internet Bandwidth (up to) | Block Bandwidth (up to) |
44-
|-----------------------|-------------------------|---------------------|
45-
| ENT1-XXS | 400 Mbit/s | 400 MiB/s |
46-
| ENT1-XS | 800 Mbit/s | 800 MiB/s |
47-
| ENT1-S | 1.6 Gbit/s | 1.56 GiB/s |
48-
| ENT1-M | 3.2 Gbit/s | 3.12 GiB/s |
49-
| ENT1-L | 6.4 Gbit/s | 6.25 GiB/s |
50-
| ENT1-XL | 12.8 Gbit/s | 12.5 GiB/s |
51-
5241
## GP1 range
5342

5443
| Instance Type | Internet Bandwidth (up to) | Block Bandwidth (up to) |

pages/instances/faq.mdx

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -267,25 +267,12 @@ You are free to bootstrap your own distribution.
267267

268268
We provide a wide range of different Linux distributions and InstantApps for Instances. Refer to [Scaleway Instance OS images and InstantApps](/instances/reference-content/images-and-instantapps/) for a complete list of all available OSes and InstantApps.
269269

270-
### What are the differences between ENT1 and POP2 Instances?
271-
272-
Both ENT1 and POP2 Instance types share the following features:
273-
- Identical hardware specifications
274-
- Dedicated vCPU allocation
275-
- Same pricing structure
276-
- Accelerated booting process
277-
278-
POP2 Instances provide CPU- and memory-optimized variants tailored to suit your workload requirements more effectively. The primary distinction between ENT1 and POP2 lies in [AMD Secure Encrypted Virtualization (SEV)](https://www.amd.com/fr/developer/sev.html), which is disabled for POP2 Instances.
279-
By choosing POP2 Instances, you gain access to the latest features, such as the potential for live migration of Instances in the future, ensuring that your infrastructure remains aligned with evolving demands and technological advancements.
280-
We recommend choosing POP2 Instances for most general workloads unless your specific workload requires features unique to ENT1 Instances.
281-
282270
### Where are my Instances located?
283271

284272
Scaleway offers different Instance ranges in all regions: Paris (France), Amsterdam (Netherlands), and Warsaw (Poland).
285273

286274
Check the [Instances availability guide](/account/reference-content/products-availability/) to discover where each Instance type is available.
287275

288-
289276
### What makes FR-PAR-2 a sustainable region?
290277

291278
`FR-PAR-2` is our sustainable and environmentally efficient Availability Zone (AZ) in Paris.

pages/instances/reference-content/understanding-instance-pricing.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ For cost optimization, Scaleway offers [savings plans](/billing/additional-conte
4545

4646
The **Compute savings plan** applies to the following Instance types across all regions:
4747

48-
- **Cost-optimized**: DEV1, GP1, PLAY2, PRO2
49-
- **Production-optimized**: ENT1, POP2
50-
- **Workload-optimized**: POP2 HC
48+
- Development Instances
49+
- General Purpose Instances
50+
- Specialized Instances
5151

5252
However, savings plans **do not apply** to the following Instance types: H100, RENDER, L40S, L4, COPARM1, START1, X64, and POP-WIN.
5353

pages/kubernetes/api-cli/creating-managing-kubernetes-lifecycle-cliv2.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Kubeconfig for cluster your-cluster-ID successfully written at /Users/youruserna
166166
A pool is a set of identical nodes. A pool has a name, a size (its current number of nodes), nodes number limits (min and max), and a Scaleway Instance type.
167167

168168
<Message type="note">
169-
Instance type with insufficient memory are not eligible to become nodes (DEV1-S, PLAY2-PICO, STARDUST)
169+
Instance type with insufficient (less than 4GB) memory are not eligible to become nodes.
170170
</Message>
171171

172172
Changing these limits increases/decreases the size of a pool. Thus, when autoscaling is enabled, the pool will grow or shrink inside those limits, depending on its load.

pages/kubernetes/how-to/deploy-x86-arm-images.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ However, Kubernetes provides several mechanisms to manage architectural diversit
1212

1313
## What is ARM architecture, and why is it different from x86?
1414

15-
- ARM architecture is commonly used in devices like Raspberry Pi, IoT devices, and recent [Cost-Optimized Instances based on ARM](https://www.scaleway.com/en/cost-optimized-instances-based-on-arm/).
15+
- ARM architecture is commonly used in devices like Raspberry Pi, IoT devices, and recent [General Purposes Instances based on ARM](https://www.scaleway.com/en/<ADD_LINK>>).
1616
- Kubernetes clusters may consist of nodes with different architectures, including x86 and ARM.
1717
- Deploying applications across these diverse architectures requires special consideration.
1818

0 commit comments

Comments
 (0)