Instances
Last updated
Last updated
Instances are virtual machines that run your environment. All resources allocated to an instance are exclusive to you. You get full root access on your instance.
Every instance gets a dedicated public IPv4 address without any port restrictions.
Take care to implement authentication for any applications you host on the public interface
Instances are deployed by running an environment. Learn more about environments.
You can navigate to the instances page in the dashboard and hit Deploy.
This prompts you for your desired instance type and your public SSH key. If you just care about Jupyter and do not want direct SSH access to the host then you can leave it empty.
Deploying an instance usually takes around 1 minute but can take longer if your environment needs to be transferred to a different underlying host machine.
To destroy an instance, either stop your environment or press the destroy icon on the instances page.
Destroying an instance permanently deletes all unsaved data. If you also destroy the environment then all data is permanently deleted.