Scaleway Instances
E2Clab supports deploying experiment’s on scaleway’s instance for a quick and diverse access to computing resources.
Setting up Scaleway Instances
Contrary to other testbeds supported by E2Clab, Scaleway is a french commercial cloud provider. To get access to the computing resources you need to create an account on their platform and follow their documentation. Note that contrary to the other testbeds, resources reserved on Scaleway aren’t free of use for the user.
Warning
It goes without saying that while E2Clab does it’s best to efficiently manage the resources that you will reserve on Scaleway’s platform, we can only strongly recommend that you closely monitor Scaleway’s billing.
Note
If you have any remarks concerning E2Clab’s support for Scaleway, contact the developper team via an issue or an email to the support.
Setup credentials
Download Scaleway’s CLI tool and run the following command to setup your configuration:
scw init
Follow the CLI’s instructions.
Install dependencies
Install additional dependencies for the support of Scaleway as a provider:
pip install "e2clab[scaleway]""