This article serves as an overview highlighting the various features available through Genesis Cloud Compute Service.

Instances

  • Genesis Cloud offers accelerator hardware organized into what is termed an instance. Think of it as the remote machine that serves at your command. You can set the specification of this machine when you create an instance. You can access an instance once its state has turned to Active

  • You can find a guide to how to start an instance here. 


Connecting to your instance

  • To access and manage your instance, you need to establish an SSH connection using either an uploaded SSH key pair or a set password for authentication. Follow the appropriate guide based on your operating system:

showing 'SSH into instance'


Volumes

  • You may have large datasets that multiple instances need to access or that should still be available when you stop the associated instances. 

  • To simplify managing these large datasets, we offer Volumes that you can attach to any instance you choose. They also stay intact even when you stop the instance. To help you begin, here is a guide on getting started.


Images and Snapshots

  • While creating the instance, you always have the option to select any image you want from the 'Select Image' section. We offer Ubuntu, Debain, Ubuntu ML images. We also offer JupyterLab with Ubuntu ML image. 


Showing 'images offered by Genesis Cloud'


  • Imagine you have just installed software and configured your instance, and you want to preserve this setup for future use. This is where snapshots are useful. They allow you to capture the entire state of your instance’s system disk.

  • Later on, you can recreate the same instance whenever you need, as many times as you like. Here is a guide on how to take snapshot of the instance.


Networking

Security Groups

  • Think of security groups as the rules that determine what kind of traffic is allowed in and out of your instance. They control what ports are allowing incoming or outgoing traffic to go through. 

  • The standard security group allows every outgoing traffic on every port and incoming traffic via TCP on Ports 443 and 80 as well as SSH connections on Port 22. 

  • You can easily create new security groups that can then be applied to as many instances as you want.

  • To access a remote instance from your local machine, you use its public IP address. Additionally, there is a private network between all your instances that allows them to communicate. 

  • The connection then never leaves our data center, so it is really quick and also never exposed to outsiders that might want to listen in.


Floating IPs

  • While creating an instance, you can also assign a Floating IP, which is a public IP address that can be dynamically moved or reassigned between instances. 

  • When you create a Floating IP in a specific region, it can be assigned to any instance within that region, one at a time. 


Developer API

  • The developer API allows you to do most of the things you would normally do by using our Console Dashboard or GUI by sending requests from your internal scripts. 

  • This can for example be helpful when you want to automate instance creation. Get started with the API here.