Jump toUpdate content

My Project - Concepts

Default Project

Each Organization has at least one associated Project. At the time of account creation this Project is called default. The default Project takes on the Organization ID. Therefore, the default status cannot be transferred to other Projects, nor can the default Project’s name be altered.

Project

Projects are groupings of Scaleway resources. Every Scaleway Organization has a default Project, and you can create new Projects if necessary. By grouping resources into Projects, you can then define access differently for each Project with IAM

Project Dashboard

The Project Dashboard can be viewed within the console. On this dashboard, you can see an overview of the Project’s resources, along with the Project’s settings and credentials (SSH keys).

Resources

A Scaleway resource is either a product or a feature in the Scaleway Ecosystem. Examples of resources include Instances, Private Networks, Kubernetes Kapsule and Flexible IPs, to name a few.

SSH Key

An SSH Key (Secure Shell Key) allows passwordless connection to an Instance. An SSH Key is generated by creating an RSA key pair, consisting of two elements:

  • a sensitive identification key, (aka private key) which must be stored securely
  • a public key which is uploaded to the Scaleway interface.

The public key is kept in your Scaleway account and transferred to the Instance during the boot process, while the identification key is kept securely on your local computer. When connecting to the Instance via SSH, a trusted connection to the machine is established using the key pair.