The links to the platforms are


Nutanix

https://wiki.sunet.se/display/sunetops/Nutanix+v2+Howto

Safespring

Using GUI

Using API

source app-cred-<name of cred>-openrc.sh 

openstack port create --network public <name of port>

openstack server create --volume <name of volume> --flavor <> --network public --port <name of port> --key-name <name of ssh key > <name of VM>

AWS

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recognize-expanded-volume-linux.html (Extending a Linux file system after resizing a volume)

 lsblk

NAME    MAJ:MIN RM SIZE RO TYPE MOUNTPOINT

xvda    202:0    0  40G  0 disk 

└─xvda1 202:1    0   8G  0 part /

growpart /dev/xvda 1

resize2fs /dev/xvda1