Using a boot volume
For production servers which are not fully redundant and load balanced, it is advisable to use an external disk volume for the system disk rather than the local disk on the hypervisor (which becomes a single point of failure).
The following steps show how to create a virtual machine which boots from an external volume.
- Create a volume with source data from the image
- Launch a VM with that volume as the system disk
Create a volume from image
Go to volumes page in the website and click on create volume.
Launch instance from existing volume
Once the volume is created and available go to the instances page and create a machine with that volume:
Remember to also set the keypair in access & security as in the section Create virtual machine.