Skip to the content.

Scaleway

Information

Introduction

Scaleway is a leading European cloud provider offering a wide range of infrastructure services, including virtual instances, bare metal servers, managed Kubernetes, and object storage. It is known for its strong presence in Europe (with data centers in Paris, Amsterdam, and Warsaw) and its commitment to sustainable and sovereign cloud solutions.

Main Functionalities and Features

Common Use Cases

Registration

To start using Scaleway, register at:

Typical registration flow:

  1. Create an account: Provide your email and set a password.
  2. Verify email: Confirm your account through the verification link.
  3. Complete profile: Provide contact and billing information.
  4. Identity verification: You may need to provide identification documents for security and compliance.
  5. Add payment method: A valid credit/debit card is required to activate the account.

CLI

Scaleway provides a powerful command-line interface called scw to manage your resources.

Installation

Install Scaleway CLI (scw)

macOS (Homebrew)

brew install scaleway

Linux

curl -s https://raw.githubusercontent.com/scaleway/scaleway-cli/master/scripts/get.sh | sh

Windows (Scoop)

scoop install scw

Configuration

After installation, initialize the CLI and follow the prompts to authenticate:

scw init

You will need an Access Key and a Secret Key, which you can generate in the Scaleway Console under Identity and Access Management (IAM) > API Keys.

Usage, tips and tricks

Basic Commands

# List all instances
scw instance server list

# Create a new instance
scw instance server create type=DEV1-S image=ubuntu_focal name=my-server

# List managed Kubernetes clusters
scw k8s cluster list

Practical Tips

See also