Skip to content
Snippets Groups Projects
Commit 2e548dd6 authored by Tomas Stribula's avatar Tomas Stribula
Browse files

instance added

parent b3264fd9
No related branches found
No related tags found
No related merge requests found
......@@ -43,10 +43,12 @@ All virtual machine instances running in the cloud have to be accessed remotely.
{% reveal text="Show Screenshot" %}
![](/0-quickstart/CreateKeyPair1.png)
{% endreveal %}
2. Name your new key and click on "Create Key Pair" again. Avoid using special characters, if possible.
{% reveal text="Show Screenshot" %}
![](/0-quickstart/CreateKeyPair2.png)
{% endreveal %}
3. You can see your newly created key pair and its fingerprint. We recommend you store the key in a safe location and back it up in case you accidentally delete it.
{% reveal text="Show Screenshot" %}
![](/0-quickstart/CreateKeyPair3.png)
......@@ -120,41 +122,58 @@ All virtual machine instances running in the cloud have to be accessed remotely.
The creation of virtual machine instances is very straight-forward:
1. In **Compute > Instances** push the button "Launch Instance"
{% reveal text="Show Screenshot" %}
![](/1-gui/create_VMI1.png)
![](/1-gui/instance0.png)
{% endreveal %}
2. Choose Instance Name and Count of instances, how many you want to create. If you are creating more instances, the number in format '-X' will be added automatically to the Instance Name for each instance.
2. Choose Instance Name, (optionally) Description, Availability Zone and Count of instances, how many VMs you want to create. If you are creating more instances, the number in format '-X' will be added automatically to the Instance Name for each instance.
{% reveal text="Show Screenshot" %}
![](/1-gui/create_VMI2.png)
![](/1-gui/instance1.png)
{% endreveal %}
Then click on Next.
3. Choose the source of booting: you can boot your Instances from Image or a snapshot. Pick the desired image to boot from.
3. Choose the source of booting (you can boot your Instances from Image or a snapshot), Volume Size and from Available choose the desired image to boot from.
According to the purpose of your project you can change default settings:
* persistent image (instance will be available after shutdown) - default option Create New Volume: Yes, or don't.
You can choose to delete Volume with Instance Delete, too.
According to the purpose of your project you can change these default settings Create New Volume and Delete Volume on Instance Delete (default "No"), if you want to use created volume and if you want to have not persistant volume.
{% reveal text="Show Screenshot" %}
![](/1-gui/create_VMI3.png)
![](/1-gui/instance2.png)
{% endreveal %}
4. Pick the flavour - size of Instances created: VCPUs, RAM, Total Disk (Root). There are a few possibilities to choose from. You can add [additional disk]() later.
{% reveal text="Show Screenshot" %}
![](/1-gui/create_VMI4.png)
![](/1-gui/instance3.png)
{% endreveal %}
5. Next you need to put your Instances to network created earlier
5. Next you check if your Instances were added to network created earlier
{% reveal text="Show Screenshot" %}
![](/1-gui/instance4.png)
{% endreveal %}
You can jumped through Network Ports and Security Groups to Key Pair.
6. In Key Pair you need to add your earlier created public key. It will be added to authorized keys on instances and will allow you to ssh access to them from terminal/Putty or whatever you are using as ssh tool for connecting.
6. (optional) Security Groups tab you can see to what security group instances will be added. Usually you would like to stick with default option. Click on "Next".
{% reveal text="Show Screenshot" %}
![](/1-gui/instance5.png)
{% endreveal %}
7. In Key Pair you need to add your earlier created public key. It will be added to authorized keys on instances and will allow you to ssh access to them from terminal/Putty or whatever you are using as ssh tool for connecting.
{% reveal text="Show Screenshot" %}
![](/1-gui/instance6.png)
{% endreveal %}
If you haven't created key pair yet, you can do it now or you can import existing public key from file on your computer.
7. Then you can click on Launch Instance. After a few minutes they will be ready for using.
8. (optional) You can now go to Metadata (the left bottom tab) and choose the packages of software, which you want to have installed on your instances.
{% reveal text="Show Screenshot" %}
![](/1-gui/instance7.png)
{% endreveal %}
9. Then you can click on Launch Instance. After a few minutes they will be ready for using.
{% reveal text="Show Screenshot" %}
![](/1-gui/instance8.png)
{% endreveal %}
## Compute
......
1-gui/instance0.png

28.9 KiB

1-gui/instance1.png

47 KiB

1-gui/instance2.png

68.8 KiB

1-gui/instance3.png

51.9 KiB

1-gui/instance4.png

44.9 KiB

1-gui/instance5.png

39.5 KiB

1-gui/instance6.png

37.7 KiB

1-gui/instance7.png

60.4 KiB

1-gui/instance8.png

51.9 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment