Skip to content

1. Get Started

1.0 Who can access ScienceCloud?

Access to the ScienceCloud is open for all researchers at the University of Zurich. Access can also be provided to external collaborators if they are "sponsored" by a researcher affiliated with the UZH.

1.1 Sign up for ScienceCloud

Ask for access by contacting Science IT. We will contact you to arrange a meeting for an introduction to the system.

You need to be affiliated with a University of Zurich research group (that we call Project) and have an identity in the ITIM Identity Manager system.

Once you have access to ScienceCloud

  • Open a web browser and go to https://cloud.s3it.uzh.ch (Javascript and Cookies must be enabled)
  • Log in with your UZH webpass (the usual shortname and password)

For more information on the ScienceCloud Web Interface, refer to the next section of the User Guide.

1.2 What can you do with ScienceCloud and what restrictions are in place ?

  • Every user belongs to a Project that normally corresponds to an existing UZH research group.
  • Every _Project_has a quota that limits the total amount of resources that can be allocated (e.g., instances, CPUs, memory, disk space, network IPs, etc)
  • All members of the same Project are accounted against the Project's quota.
  • All members of the same Project have control over each other's resources. In other words, every user can terminate someone else's instances within a given Project.
  • All Projects on ScienceCloud can access the same physical infrastructure underneath;
    • if physical resources are exhausted, a Project will not be able to allocate new resources even if its actual usage is currently below its defined quota.

1.3 Configure access for instances

Like most of the available Infrastructure_as_a_Service (Iaas) cloud systems, on ScienceCloud users have to upload their own ssh public key so that it can be passed to new instances when they are launched.

When you create an instance, you can select a key pair (i.e., an ssh public key). This key is then injected in the running instance when it boots up so that you (and only you) can use the ssh public key authentication mechanism to log into the running instances via the ssh command.

You may either create a new key pair or use an existing one if you already have one.

The instructions needed for both creating and adding the keypair to ScienceCloud are described in the "2.2. Get access to your instances" paragraph of the "Training Handout" page of this documentation.