Create a virtual machine in cPouta over the web
- Summary
- This tutorial will guide you through creating a virtual machine using the cPouta web interface.
- Internet
- https://pouta.csc.fi/dashboard/project/instances/
flowchart LR
A(Log in to<br>pouta.csc.fi) --> B(Select compute and instances)
B --> C(Click the 'Launch instances' button)
C --> D(Fill in details of the instance)
D --> E(Attach a public SSH key to the instance)
E --> F(Launch the instance)
Prerequisites
- cPouta service is enabled in the MyCSC project.
- SSH key pair is created. Create an SSH key pair.
Procedure
Sign in to cPouta. Select Instances from the Compute menu on the left.
Click the ' Launch Instance' button.
Enter a name for your new instance and choose a flavour for it
.
Specify how many similar instances you want to create .
Note
Each instance you initiate will consume a portion of your project's total resource quota, and the aggregate of all flavours must not exceed this limit.
Select 'Boot from image' as the Instance Boot Source. Select the image of your choice.
Here an Ubuntu 24.04 is selected.
Next, go to the 'Access & Security' tab. Select a key pair
that's public key will be injected into your virtual machine as the default login access.
You are now ready to start the virtual machine.
Depending on the size of the virtual machine and the load on the cPouta service platform, virtual machine creation may take a few seconds.
You can monitor the progress in the Task column .
That's it!
Now you have a virtual machine up and running.
Warning
By default, your virtual machine is isolated and inaccessible. This also applies to CSC employees - we cannot access your virtual machine. You will need to continue with Connect your virtual machine to the Internet via the web tutorial to gain an access for yourself.
Further Learning
Here are some suggestions for what to read next: