The platforms are

https://dashboard.sto1.safespring.com/ (seamlessaccess.sunet.se project)

https://eu-central-1.console.aws.amazon.com/ec2/home?region=eu-central-1#Home: (Frankfurt, AWS)

https://us-west-1.console.aws.amazon.com/ec2/home?region=us-west-1#Home: (N. Californina, AWS)

https://ntnx-prismcentral.sunet.se:9440/


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