Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,000 changes: 0 additions & 1,000 deletions pages/instances/api-cli/using-routed-ips.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion pages/instances/how-to/use-boot-modes.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: How to use boot modes on Instances
description: This page explains how to use boot modes for Scaleway Instances.
tags: boot-mode boot mode boot instance bootscript
tags: boot-mode boot mode boot instance
dates:
validation: 2025-09-11
posted: 2021-05-26
Expand Down
4 changes: 0 additions & 4 deletions pages/instances/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,6 @@ export const instancesMenu = {
"label": "Managing Instance snapshots with the CLI (v2)",
"slug": "managing-instance-snapshot-via-cli"
},
{
"label": "Using routed IPs",
"slug": "using-routed-ips"
},
{
"label": "Using cloud-init",
"slug": "using-cloud-init"
Expand Down
102 changes: 0 additions & 102 deletions pages/instances/troubleshooting/bootscript-eol.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion pages/instances/troubleshooting/change-rescue-mode.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Changing the rescue mode of your Instance
description: This page helps you switch your Scaleway Instance to the new rescue mode
tags: rescue rescuemode bootscript boot-script instance boot script
tags: rescue rescuemode instance
dates:
validation: 2025-09-11
posted: 2023-05-04
Expand Down
1 change: 0 additions & 1 deletion pages/instances/troubleshooting/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ productIcon: InstanceProductIcon
## Instances troubleshooting pages

<LinksList>
- [Dealing with the end of life of the bootscript feature](/instances/troubleshooting/bootscript-eol)
- [Troubleshooting SSH connection issues to Instances](/instances/troubleshooting/cant-connect-ssh)
- [I cannot connect to my Instance using SSH after attaching it to a Private Network](/instances/troubleshooting/cant-connect-to-instance-with-pn-gateway)
- [Changing the rescue mode of your Instance](/instances/troubleshooting/change-rescue-mode)
Expand Down
5 changes: 1 addition & 4 deletions pages/ipam/reference-content/ipv6.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,9 @@ The following products support IPv6:

### Instances and IPv6

Scaleway Instances are compatible with IPv6, with the caveat that the Instance must be using [routed IPs](/instances/concepts/#routed-flexible-ip).

#### Public IPv6

You can attach one or multiple public (flexible) IPv6 addresses to your Instance, as well as, or instead of, a public IPv4 address. These public addresses are flexible, meaning that you can detach them from an Instance, hold them in your account, and attach them to a different Instance later, if you want. Each flexible IPv6 address is a `/64` IPv6 subnet.
You can attach up to five (5) public IPv6 addresses to your Instance, as well as, or instead of, a public IPv4 address. These public addresses are flexible, meaning that you can detach them from an Instance, hold them in your account, and attach them to a different Instance later, if you want. Each flexible IPv6 address is a `/64` IPv6 subnet.

#### Private IPv6

Expand All @@ -45,7 +43,6 @@ Go further with Instances and IPv6 in the following documentation:

- [How to use flexible IPs](/instances/how-to/use-flexips/)
- [Compatibility between OS images and different flexible IP type combinations](/instances/reference-content/comaptibility-scw-os-images-flexible-ip/)
- [Using routed IPs](/instances/api-cli/using-routed-ips/)
- Fix lost IPv6 connectivity when migrating to routed IP for old [Debian Buster images](/instances/troubleshooting/fix-lost-ip-connectivity-on-debian-buster/) or [RHEL images](/instances/troubleshooting/fix-unreachable-ipv6-rhel-based-instance/)
- [Fix DNS resolution with a routed IPv6-only setup on Debian Bullseye](/instances/troubleshooting/fix-dns-routed-ipv6-only-debian-bullseye/)
- [Setting a reverse IPv6 DNS record via the IPAM API](/ipam/api-cli/set-ip-reverse/)
Expand Down
2 changes: 1 addition & 1 deletion tutorials/create-wordpress-instances-cli/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ecosystem:
import Requirements from '@macros/iam/requirements.mdx'


This page shows you how to create WordPress Instances with the Scaleway CLI. Refer to our [tutorial on creating WordPress Instances from the Scaleway console](/tutorials/wordpress-instantapp/) to create an Instance from the [Scaleway console](https://console.scaleway.com/). By default, the WordPress image used in this tutorial [supports routed IPs](/instances/api-cli/using-routed-ips/).
This page shows you how to create WordPress Instances with the Scaleway CLI. Refer to our [tutorial on creating WordPress Instances from the Scaleway console](/tutorials/wordpress-instantapp/) to create an Instance from the [Scaleway console](https://console.scaleway.com/).

WordPress is a popular, free, and open-source blogging tool and a content management system (CMS) based on PHP and MariaDB.

Expand Down
2 changes: 0 additions & 2 deletions tutorials/deploy-instances-packer-terraform/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ There are also some optional parameters that you can use:

- `snapshot_name` (string) - The name of the resulting snapshot that will appear in your account. Default packer-TIMESTAMP.

- `bootscript` (string) - The id of an existing bootscript to use when booting the server.

- `remove_volume` (bool) - Force Packer to delete the volume associated with the resulting snapshot after the build. Default to false.

See the rest of the parameters on the [Packer documentation](https://www.packer.io/docs/builders/scaleway).
Expand Down
2 changes: 1 addition & 1 deletion tutorials/docker-instantapp/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import image from './assets/scaleway-docker_app_running.webp'
import Requirements from '@macros/iam/requirements.mdx'


Docker is an open-source containerization platform. Docker allows developers to package their applications into containers, using OS-level virtualization. This page shows you how to create an Instance with Docker preinstalled using the Docker [InstantApp](/instances/concepts/#instantapp) based on Ubuntu 22.04, and then how to start using Docker for your containerization projects. By default, this image supports [routed IPs](/instances/api-cli/using-routed-ips/).
Docker is an open-source containerization platform. Docker allows developers to package their applications into containers, using OS-level virtualization. This page shows you how to create an Instance with Docker preinstalled using the Docker [InstantApp](/instances/concepts/#instantapp) based on Ubuntu 22.04, and then how to start using Docker for your containerization projects.

<Requirements />

Expand Down
2 changes: 1 addition & 1 deletion tutorials/gitlab-instant-app/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import Requirements from '@macros/iam/requirements.mdx'

This guide explains the usage of the GitLab repository manager InstantApp, on a Scaleway Instance. GitLab is a web-based platform designed for managing Git repositories and provides a wide range of features, including code reviews, wikis, and issue tracking.

Scaleway provides a GitLab image that is built on Ubuntu 22.04 LTS (Jammy Jellyfish) and includes GitLab version 16.3.3. By default, this image includes support for [routed IPs](/instances/api-cli/using-routed-ips/).
Scaleway provides a GitLab image that is built on Ubuntu 22.04 LTS (Jammy Jellyfish) and includes GitLab version 16.3.3.

<Requirements />

Expand Down
2 changes: 1 addition & 1 deletion tutorials/nextcloud-instantapp/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import Requirements from '@macros/iam/requirements.mdx'

In this tutorial, we show you how to deploy your personal cloud storage with the NextCloud InstantApp in seconds. NextCloud allows you to create self-hosted cloud storage to host files, folders, contacts, photo galleries, calendars, and more on your Instance.

Scaleway's NextCloud image is based on Ubuntu 22.04 LTS (Jammy Jellyfish), the NextCloud application, MariaDB as the database engine, and it uses database tuning according to [NextCloud's official recommendations](https://docs.nextcloud.com/server/27/admin_manual/configuration_database/linux_database_configuration.html#configuring-a-mysql-or-mariadb-database). By default, this image supports [routed IPs](/instances/api-cli/using-routed-ips/).
Scaleway's NextCloud image is based on Ubuntu 22.04 LTS (Jammy Jellyfish), the NextCloud application, MariaDB as the database engine, and it uses database tuning according to [NextCloud's official recommendations](https://docs.nextcloud.com/server/27/admin_manual/configuration_database/linux_database_configuration.html#configuring-a-mysql-or-mariadb-database).

<Requirements />

Expand Down
4 changes: 1 addition & 3 deletions tutorials/terraform-quickstart/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import image3 from './assets/scaleway-terraform-scw-security-group.webp'
import Requirements from '@macros/iam/requirements.mdx'


HashiCorp [Terraform](http://terraform.io) or [OpenTofu](https://opentofu.org/) (open source fork of Terraform) are open-source software tools to deploy **IaaC**: Infrastructure as Code. It means that you can automate infrastructure resources such as Network, Instances, Elastic Metal servers, and more. It allows you to use declarative configuration files to manage the full lifecycle — create new resources, manage existing ones, and delete those no longer needed. The configuration language used by Terraform/OpenTofu is called [Hashicorp Configuration Language (HCL)](https://github.com/hashicorp/hcl).
HashiCorp [Terraform](http://terraform.io) or [OpenTofu](https://opentofu.org/) (open source fork of Terraform) are open-source software tools to deploy **IaC**: Infrastructure as Code. It means that you can automate infrastructure resources such as Network, Instances, Elastic Metal servers, and more. It allows you to use declarative configuration files to manage the full lifecycle — create new resources, manage existing ones, and delete those no longer needed. The configuration language used by Terraform/OpenTofu is called [Hashicorp Configuration Language (HCL)](https://github.com/hashicorp/hcl).

<Requirements />

Expand Down Expand Up @@ -191,7 +191,6 @@ To create a first Instance using Terraform/OpenTofu, you need a declarative conf
+ resource "scaleway_instance_server" "my-instance" {
+ additional_volume_ids = (known after apply)
+ boot_type = "local"
+ bootscript_id = (known after apply)
+ cloud_init = (known after apply)
+ enable_dynamic_ip = false
+ enable_ipv6 = false
Expand Down Expand Up @@ -278,7 +277,6 @@ To create a first Instance using Terraform/OpenTofu, you need a declarative conf
+ resource "scaleway_instance_server" "my-instance" {
+ additional_volume_ids = (known after apply)
+ boot_type = "local"
+ bootscript_id = (known after apply)
+ cloud_init = (known after apply)
+ enable_dynamic_ip = false
+ enable_ipv6 = false
Expand Down
2 changes: 1 addition & 1 deletion tutorials/wordpress-instantapp/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import Requirements from '@macros/iam/requirements.mdx'

WordPress is a popular, free, and open-source blogging tool and content management system (CMS) based on PHP and MariaDB.

Using the WordPress application can significantly save you time and effort, as it comes pre-installed and configured. By default, the WordPress image used in this tutorial [supports routed IPs](/instances/api-cli/using-routed-ips/).
Using the WordPress application can significantly save you time and effort, as it comes pre-installed and configured.

This guide demonstrates how to quickly deploy a WordPress application in seconds using Scaleway's InstantApp.

Expand Down