Flavors
Alces Cloud instances are available in a number of flavors. The flavor chosen will define the resources available to your instance.
Currently, there are two flavors available on Alces Cloud with the following sizes:
Flavor | VCPUs | RAM | Ephemeral Disk | Root Disk | I/O Limit |
---|---|---|---|---|---|
c1.small | 6 | 48 GB | 700 GB | 150 GBi | 50 MB/s Read + Write |
c1.large | 12 | 96 GB | 1400 GB | 300 GB | 100 MB/s Read + Write |
Info
I/O limits apply to instances booted using a local root disk. If you choose to boot your instance from a volume, the relevant volume limits will apply instead.
You can also view these using the command line:
(openstack) [user@stack01[poc1] ~]$ openstack flavor list
+--------------------------------------+---------------------------------+-------+------+-----------+-------+-----------+
| ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public |
+--------------------------------------+---------------------------------+-------+------+-----------+-------+-----------+
| 26b933e3-4fde-4e10-9556-16b2e470cadf | c1.small | 49152 | 150 | 700 | 6 | False |
| d538bd2d-10ce-4555-8d1d-46535ee815ee | c1.large | 98304 | 300 | 1400 | 12 | False |
+--------------------------------------+---------------------------------+-------+------+-----------+-------+-----------+