Skip to content
Snippets Groups Projects
Commit 2827300d authored by Andrei Kirushchanka's avatar Andrei Kirushchanka
Browse files

Merge branch 'feature/fix_numbers' into 'master'

Fix numbers

See merge request !56
parents 9daae260 72bbea24
No related branches found
No related tags found
1 merge request!56Fix numbers
# About MetaCentrum Cloud
## Hardware
MetaCentrum Cloud consist of 13 computational clusters containing 201 hypervisors
with sum of 5752 cores and 143 TB RAM. For applications with special demands cluster
MetaCentrum Cloud consist of 13 computational clusters containing 283 hypervisors
with sum of 9560 cores, 62 GPU cards and 184 TB RAM. For applications with special demands cluster
with local SSDs and GPU cards is available. OpenStack instances, object store and image store
can leverage more than 400 TB highly available capacity provided by CEPH storage system.
can leverage more than 1.5 PTB highly available capacity provided by CEPH storage system.
## Software
......@@ -12,6 +12,9 @@ MetaCentrum Cloud is built on top of OpenStack, which is a free open standard cl
and one of the top 3 most active open source projects in the world. New OpenStack major version is
released twice a year. OpenStack functionality is separated into more than 50 services.
## Number of usage
More than 400 users are using MetaCentrum Cloud platform and more than 130k VMs were started last year.
## MetaCentrum Cloud current release
OpenStack Train
......
......@@ -2,662 +2,61 @@
In this guide you can find info about all flavors available in Metacentrum Cloud.
<style>
table {
text-align: center;
max-width: 60%;
}
thead {
height: 80px;
}
tr {
height : 40px;
}
#flavorTable tr:nth-child(even){background-color: #f2f2f2;}
#flavorTable tr:hover {background-color: #CCF;}
.columnNames {
text-align: center;
background-color: #006;
color: white;
}
</style>
<table id="flavorTable" class="table" cellspacing="1">
<thead>
<tr>
<th class=columnNames>Flavor name</th>
<th class=columnNames>CPU</th>
<th class=columnNames>RAM (in GB)</th>
<th class=columnNames>HPC</th>
<th class=columnNames>SSD</th>
<th class=columnNames>Disc throughput (in MB per second)</th>
<th class=columnNames>IOPS</th>
<th class=columnNames>Net average througput (in MB per second)</th>
<th class=columnNames>GPU</th>
</tr>
</thead>
<tbody>
<tr>
<td>standard.2core-16ram</td>
<td>2</td>
<td>16</td>
<td>No</td>
<td>No</td>
<td>262.144</td>
<td>2000</td>
<td>250.0</td>
<td>No</td>
</tr>
<tr>
<td>standard.12core-24ram</td>
<td>12</td>
<td>24</td>
<td>No</td>
<td>No</td>
<td>262.144</td>
<td>2000</td>
<td>625.0</td>
<td>No</td>
</tr>
<tr>
<td>standard.16core-32ram</td>
<td>16</td>
<td>32</td>
<td>No</td>
<td>No</td>
<td>262.144</td>
<td>2000</td>
<td>625.0</td>
<td>No</td>
</tr>
<tr>
<td>standard.20core-160ram</td>
<td>20</td>
<td>160</td>
<td>No</td>
<td>No</td>
<td>262.144</td>
<td>2000</td>
<td>1250.0</td>
<td>No</td>
</tr>
<tr>
<td>standard.20core-256ram</td>
<td>20</td>
<td>256</td>
<td>No</td>
<td>No</td>
<td>262.144</td>
<td>2000</td>
<td>1250.0</td>
<td>No</td>
</tr>
<tr>
<td>hpc.8core-64ram</td>
<td>8</td>
<td>64</td>
<td>Yes</td>
<td>No</td>
<td>524.288</td>
<td>2000</td>
<td>2000.0</td>
<td>No</td>
</tr>
<tr>
<td>hpc.4core-16ram-ssd-ephem</td>
<td>4</td>
<td>16</td>
<td>Yes</td>
<td>Yes</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>1250.0</td>
<td>No</td>
</tr>
<tr>
<td>hpc.4core-16ram-ssd-ephem-500</td>
<td>4</td>
<td>16</td>
<td>Yes</td>
<td>Yes</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>1250.0</td>
<td>No</td>
</tr>
<tr>
<td>hpc.30core-128ram-ssd-ephem-500</td>
<td>30</td>
<td>128</td>
<td>Yes</td>
<td>Yes</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>1250.0</td>
<td>No</td>
</tr>
<tr>
<td>hpc.8core-32ram-ssd-ephem</td>
<td>8</td>
<td>32</td>
<td>Yes</td>
<td>Yes</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>1250.0</td>
<td>No</td>
</tr>
<tr>
<td>hpc.16core-64ram-ssd-ephem</td>
<td>16</td>
<td>64</td>
<td>Yes</td>
<td>Yes</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>1250.0</td>
<td>No</td>
</tr>
<tr>
<td>hpc.24core-96ram-ssd-ephem</td>
<td>24</td>
<td>96</td>
<td>Yes</td>
<td>Yes</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>1250.0</td>
<td>No</td>
</tr>
<tr>
<td>hpc.24core-256ram-ssd-ephem</td>
<td>24</td>
<td>256</td>
<td>Yes</td>
<td>Yes</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>1250.0</td>
<td>No</td>
</tr>
<tr>
<td>hpc.38core-372ram-ssd-ephem</td>
<td>38</td>
<td>372</td>
<td>Yes</td>
<td>Yes</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>1250.0</td>
<td>No</td>
</tr>
<tr>
<td>hpc.38core-372ram-nvidia-2080-glados</td>
<td>38</td>
<td>352</td>
<td>Yes</td>
<td>Yes</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Yes</td>
</tr>
<tr>
<td>hpc.40core-372ram-nvidia-2080-glados</td>
<td>40</td>
<td>352</td>
<td>Yes</td>
<td>Yes</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Yes</td>
</tr>
<tr>
<td>hpc.19core-176ram-nvidia-2080-glados</td>
<td>19</td>
<td>176</td>
<td>Yes</td>
<td>Yes</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Yes</td>
</tr>
<tr>
<td>hpc.38core-372ram-nvidia-1080-glados</td>
<td>38</td>
<td>352</td>
<td>Yes</td>
<td>Yes</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Yes</td>
</tr>
<tr>
<td>hpc.40core-372ram-nvidia-1080-glados</td>
<td>40</td>
<td>352</td>
<td>Yes</td>
<td>Yes</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Yes</td>
</tr>
<tr>
<td>hpc.40core-372ram-nvidia-titan-glados</td>
<td>40</td>
<td>352</td>
<td>Yes</td>
<td>Yes</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Yes</td>
</tr>
<tr>
<td>hpc.19core-176ram-nvidia-1080-glados</td>
<td>19</td>
<td>176</td>
<td>Yes</td>
<td>Yes</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Yes</td>
</tr>
<tr>
<td>hpc.8core-64ram-nvidia-1080-glados</td>
<td>8</td>
<td>64</td>
<td>Yes</td>
<td>Yes</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Yes</td>
</tr>
<tr>
<td>hpc.nvidia-2080-hdg-ephem</td>
<td>32</td>
<td>448</td>
<td>Yes</td>
<td>No</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Yes</td>
</tr>
<tr>
<td>hpc.nvidia-2080-hdg-16cpu-236ram-ephem</td>
<td>16</td>
<td>236</td>
<td>Yes</td>
<td>No</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Yes</td>
</tr>
<tr>
<td>hpc.nvidia-2080-hdg-half-ephem</td>
<td>16</td>
<td>238</td>
<td>Yes</td>
<td>No</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Yes</td>
</tr>
<tr>
<td>hpc.hdh</td>
<td>32</td>
<td>480</td>
<td>Yes</td>
<td>No</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>No</td>
</tr>
<tr>
<td>hpc.hdh-ephem</td>
<td>32</td>
<td>480</td>
<td>Yes</td>
<td>No</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>No</td>
</tr>
<tr>
<td>hpc.hdh-8cpu-120ram</td>
<td>8</td>
<td>120</td>
<td>Yes</td>
<td>No</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>No</td>
</tr>
<tr>
<td>standard.tiny</td>
<td>1</td>
<td>1</td>
<td>No</td>
<td>No</td>
<td>262.144</td>
<td>2000</td>
<td>250.0</td>
<td>No</td>
</tr>
<tr>
<td>standard.small</td>
<td>1</td>
<td>2</td>
<td>No</td>
<td>No</td>
<td>262.144</td>
<td>2000</td>
<td>250.0</td>
<td>No</td>
</tr>
<tr>
<td>standard.medium</td>
<td>2</td>
<td>4</td>
<td>No</td>
<td>No</td>
<td>262.144</td>
<td>2000</td>
<td>250.0</td>
<td>No</td>
</tr>
<tr>
<td>standard.memory</td>
<td>2</td>
<td>32</td>
<td>No</td>
<td>No</td>
<td>262.144</td>
<td>2000</td>
<td>250.0</td>
<td>No</td>
</tr>
<tr>
<td>standard.large</td>
<td>4</td>
<td>8</td>
<td>No</td>
<td>No</td>
<td>262.144</td>
<td>2000</td>
<td>250.0</td>
<td>No</td>
</tr>
<tr>
<td>standard.xlarge</td>
<td>4</td>
<td>16</td>
<td>No</td>
<td>No</td>
<td>262.144</td>
<td>2000</td>
<td>250.0</td>
<td>No</td>
</tr>
<tr>
<td>standard.xlarge-cpu</td>
<td>8</td>
<td>16</td>
<td>No</td>
<td>No</td>
<td>262.144</td>
<td>2000</td>
<td>250.0</td>
<td>No</td>
</tr>
<tr>
<td>standard.xxlarge</td>
<td>8</td>
<td>32</td>
<td>No</td>
<td>No</td>
<td>262.144</td>
<td>2000</td>
<td>250.0</td>
<td>No</td>
</tr>
<tr>
<td>standard.xxxlarge</td>
<td>8</td>
<td>64</td>
<td>No</td>
<td>No</td>
<td>262.144</td>
<td>2000</td>
<td>250.0</td>
<td>No</td>
</tr>
<tr>
<td>standard.one-to-many</td>
<td>20</td>
<td>64</td>
<td>No</td>
<td>No</td>
<td>262.144</td>
<td>2000</td>
<td>250.0</td>
<td>No</td>
</tr>
<tr>
<td>standard.20core-128ram</td>
<td>20</td>
<td>128</td>
<td>No</td>
<td>No</td>
<td>262.144</td>
<td>2000</td>
<td>250.0</td>
<td>No</td>
</tr>
<tr>
<td>hpc.small</td>
<td>4</td>
<td>16</td>
<td>Yes</td>
<td>No</td>
<td>524.288</td>
<td>2000</td>
<td>2000.0</td>
<td>No</td>
</tr>
<tr>
<td>hpc.medium</td>
<td>8</td>
<td>32</td>
<td>Yes</td>
<td>No</td>
<td>524.288</td>
<td>2000</td>
<td>2000.0</td>
<td>No</td>
</tr>
<tr>
<td>hpc.8core-16ram</td>
<td>8</td>
<td>16</td>
<td>Yes</td>
<td>No</td>
<td>524.288</td>
<td>2000</td>
<td>2000.0</td>
<td>No</td>
</tr>
<tr>
<td>hpc.large</td>
<td>16</td>
<td>64</td>
<td>Yes</td>
<td>No</td>
<td>524.288</td>
<td>2000</td>
<td>2000.0</td>
<td>No</td>
</tr>
<tr>
<td>hpc.16core-32ram</td>
<td>16</td>
<td>32</td>
<td>Yes</td>
<td>No</td>
<td>524.288</td>
<td>2000</td>
<td>2000.0</td>
<td>No</td>
</tr>
<tr>
<td>hpc.18core-48ram</td>
<td>18</td>
<td>48</td>
<td>Yes</td>
<td>No</td>
<td>524.288</td>
<td>2000</td>
<td>2000.0</td>
<td>No</td>
</tr>
<tr>
<td>hpc.xlarge</td>
<td>24</td>
<td>96</td>
<td>Yes</td>
<td>No</td>
<td>524.288</td>
<td>2000</td>
<td>2000.0</td>
<td>No</td>
</tr>
<tr>
<td>hpc.xlarge-memory</td>
<td>24</td>
<td>256</td>
<td>Yes</td>
<td>No</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>No</td>
</tr>
<tr>
<td>hpc.16core-128ram</td>
<td>16</td>
<td>128</td>
<td>Yes</td>
<td>No</td>
<td>524.288</td>
<td>2000</td>
<td>2000.0</td>
<td>No</td>
</tr>
<tr>
<td>hpc.30core-64ram</td>
<td>30</td>
<td>64</td>
<td>Yes</td>
<td>No</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>No</td>
</tr>
<tr>
<td>hpc.30core-256ram</td>
<td>30</td>
<td>256</td>
<td>Yes</td>
<td>No</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>No</td>
</tr>
<tr>
<td>hpc.ics-gladosag-full</td>
<td>38</td>
<td>372</td>
<td>Yes</td>
<td>No</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>No</td>
</tr>
<tr>
<td>elixir.hda1</td>
<td>30</td>
<td>724</td>
<td>Yes</td>
<td>No</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>No</td>
</tr>
<tr>
<td>elixir.hda1-10core-240ram</td>
<td>10</td>
<td>240</td>
<td>Yes</td>
<td>No</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>No</td>
</tr>
<tr>
<td>hpc.8core-32ram-ssd-rcx-ephem</td>
<td>8</td>
<td>32</td>
<td>Yes</td>
<td>Yes</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>No</td>
</tr>
<tr>
<td>hpc.64core-512ram-nvidia-t4</td>
<td>64</td>
<td>480</td>
<td>Yes</td>
<td>No</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Yes</td>
</tr>
<tr>
<td>hpc.32core-256ram-nvidia-t4-single-gpu</td>
<td>32</td>
<td>240</td>
<td>Yes</td>
<td>No</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Yes</td>
</tr>
</tbody>
</tab
<sup>Flavor name</sup> | <sup>CPU</sup> | <sup>RAM (in GB)</sup> | <sup>HPC</sup> | <sup>SSD</sup> | <sup>Disc throughput (in MB per second)</sup> | <sup>IOPS</sup> | <sup>Net average througput (in MB per second)</sup> | <sup>GPU</sup>
-------| -------| -------| -------| -------| -------| -------| -------| -------
<sup>elixir.hda1</sup> | <sup>30</sup> | <sup>724</sup> | <sup>Yes </sup>| <sup>No</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>No</sup>
<sup>elixir.hda1-10core-240ram</sup> | <sup>10</sup> | <sup>240</sup> | <sup>Yes </sup>| <sup>No</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>No</sup>
<sup>hpc.16core-128ram</sup> | <sup>16</sup> | <sup>128</sup> | <sup>Yes </sup>| <sup>No</sup> | <sup>524.288</sup> | <sup>2000</sup> | <sup>2000.0</sup> | <sup>No</sup>
<sup>hpc.16core-32ram</sup> | <sup>16</sup> | <sup>32</sup> | <sup>Yes </sup>| <sup>No</sup> | <sup>524.288</sup> | <sup>2000</sup> | <sup>2000.0</sup> | <sup>No</sup>
<sup>hpc.16core-64ram-ssd-ephem</sup> | <sup>16</sup> | <sup>64</sup> | <sup>Yes </sup>| <sup>Yes</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>1250.0</sup> | <sup>No</sup>
<sup>hpc.18core-48ram</sup> | <sup>18</sup> | <sup>48</sup> | <sup>Yes </sup>| <sup>No</sup> | <sup>524.288</sup> | <sup>2000</sup> | <sup>2000.0</sup> | <sup>No</sup>
<sup>hpc.19core-176ram-nvidia-1080-glados</sup> | <sup>19</sup> | <sup>176</sup> | <sup>Yes </sup>| <sup>Yes</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>Yes</sup>
<sup>hpc.19core-176ram-nvidia-2080-glados</sup> | <sup>19</sup> | <sup>176</sup> | <sup>Yes </sup>| <sup>Yes</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>Yes</sup>
<sup>hpc.24core-256ram-ssd-ephem</sup> | <sup>24</sup> | <sup>256</sup> | <sup>Yes </sup>| <sup>Yes</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>1250.0</sup> | <sup>No</sup>
<sup>hpc.24core-96ram-ssd-ephem</sup> | <sup>24</sup> | <sup>96</sup> | <sup>Yes </sup>| <sup>Yes</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>1250.0</sup> | <sup>No</sup>
<sup>hpc.30core-128ram-ssd-ephem-500</sup> | <sup>30</sup> | <sup>128</sup> | <sup>Yes </sup>| <sup>Yes</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>1250.0</sup> | <sup>No</sup>
<sup>hpc.30core-256ram</sup> | <sup>30</sup> | <sup>256</sup> | <sup>Yes </sup>| <sup>No</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>No</sup>
<sup>hpc.30core-64ram</sup> | <sup>30</sup> | <sup>64</sup> | <sup>Yes </sup>| <sup>No</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>No</sup>
<sup>hpc.32core-256ram-nvidia-t4-single-gpu</sup> | <sup>32</sup> | <sup>240</sup> | <sup>Yes </sup>| <sup>No</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>Yes</sup>
<sup>hpc.38core-372ram-nvidia-1080-glados</sup> | <sup>38</sup> | <sup>352</sup> | <sup>Yes </sup>| <sup>Yes</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>Yes</sup>
<sup>hpc.38core-372ram-nvidia-2080-glados</sup> | <sup>38</sup> | <sup>352</sup> | <sup>Yes </sup>| <sup>Yes</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>Yes</sup>
<sup>hpc.38core-372ram-ssd-ephem</sup> | <sup>38</sup> | <sup>372</sup> | <sup>Yes </sup>| <sup>Yes</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>1250.0</sup> | <sup>No</sup>
<sup>hpc.40core-372ram-nvidia-1080-glados</sup> | <sup>40</sup> | <sup>352</sup> | <sup>Yes </sup>| <sup>Yes</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>Yes</sup>
<sup>hpc.40core-372ram-nvidia-2080-glados</sup> | <sup>40</sup> | <sup>352</sup> | <sup>Yes </sup>| <sup>Yes</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>Yes</sup>
<sup>hpc.40core-372ram-nvidia-titan-glados</sup> | <sup>40</sup> | <sup>352</sup> | <sup>Yes </sup>| <sup>Yes</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>Yes</sup>
<sup>hpc.4core-16ram-ssd-ephem</sup> | <sup>4</sup> | <sup>16</sup> | <sup>Yes </sup>| <sup>Yes</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>1250.0</sup> | <sup>No</sup>
<sup>hpc.4core-16ram-ssd-ephem-500</sup> | <sup>4</sup> | <sup>16</sup> | <sup>Yes </sup>| <sup>Yes</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>1250.0</sup> | <sup>No</sup>
<sup>hpc.64core-512ram-nvidia-t4</sup> | <sup>64</sup> | <sup>480</sup> | <sup>Yes </sup>| <sup>No</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>Yes</sup>
<sup>hpc.8core-16ram</sup> | <sup>8</sup> | <sup>16</sup> | <sup>Yes </sup>| <sup>No</sup> | <sup>524.288</sup> | <sup>2000</sup> | <sup>2000.0</sup> | <sup>No</sup>
<sup>hpc.8core-32ram-ssd-ephem</sup> | <sup>8</sup> | <sup>32</sup> | <sup>Yes </sup>| <sup>Yes</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>1250.0</sup> | <sup>No</sup>
<sup>hpc.8core-32ram-ssd-rcx-ephem</sup> | <sup>8</sup> | <sup>32</sup> | <sup>Yes </sup>| <sup>Yes</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>No</sup>
<sup>hpc.8core-64ram</sup> | <sup>8</sup> | <sup>64</sup> | <sup>Yes </sup>| <sup>No</sup> | <sup>524.288</sup> | <sup>2000</sup> | <sup>2000.0</sup> | <sup>No</sup>
<sup>hpc.8core-64ram-nvidia-1080-glados</sup> | <sup>8</sup> | <sup>64</sup> | <sup>Yes </sup>| <sup>Yes</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>Yes</sup>
<sup>hpc.hdh</sup> | <sup>32</sup> | <sup>480</sup> | <sup>Yes </sup>| <sup>No</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>No</sup>
<sup>hpc.hdh-8cpu-120ram</sup> | <sup>8</sup> | <sup>120</sup> | <sup>Yes </sup>| <sup>No</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>No</sup>
<sup>hpc.hdh-ephem</sup> | <sup>32</sup> | <sup>480</sup> | <sup>Yes </sup>| <sup>No</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>No</sup>
<sup>hpc.ics-gladosag-full</sup> | <sup>38</sup> | <sup>372</sup> | <sup>Yes </sup>| <sup>No</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>No</sup>
<sup>hpc.large</sup> | <sup>16</sup> | <sup>64</sup> | <sup>Yes </sup>| <sup>No</sup> | <sup>524.288</sup> | <sup>2000</sup> | <sup>2000.0</sup> | <sup>No</sup>
<sup>hpc.medium</sup> | <sup>8</sup> | <sup>32</sup> | <sup>Yes </sup>| <sup>No</sup> | <sup>524.288</sup> | <sup>2000</sup> | <sup>2000.0</sup> | <sup>No</sup>
<sup>hpc.nvidia-2080-hdg-16cpu-236ram-ephem</sup> | <sup>16</sup> | <sup>236</sup> | <sup>Yes </sup>| <sup>No</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>Yes</sup>
<sup>hpc.nvidia-2080-hdg-ephem</sup> | <sup>32</sup> | <sup>448</sup> | <sup>Yes </sup>| <sup>No</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>Yes</sup>
<sup>hpc.nvidia-2080-hdg-half-ephem</sup> | <sup>16</sup> | <sup>238</sup> | <sup>Yes </sup>| <sup>No</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>Yes</sup>
<sup>hpc.small</sup> | <sup>4</sup> | <sup>16</sup> | <sup>Yes </sup>| <sup>No</sup> | <sup>524.288</sup> | <sup>2000</sup> | <sup>2000.0</sup> | <sup>No</sup>
<sup>hpc.xlarge</sup> | <sup>24</sup> | <sup>96</sup> | <sup>Yes </sup>| <sup>No</sup> | <sup>524.288</sup> | <sup>2000</sup> | <sup>2000.0</sup> | <sup>No</sup>
<sup>hpc.xlarge-memory</sup> | <sup>24</sup> | <sup>256</sup> | <sup>Yes </sup>| <sup>No</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>Unlimited</sup> | <sup>No</sup>
<sup>standard.12core-24ram</sup> | <sup>12</sup> | <sup>24</sup> | <sup>No </sup>| <sup>No</sup> | <sup>262.144</sup> | <sup>2000</sup> | <sup>625.0</sup> | <sup>No</sup>
<sup>standard.16core-32ram</sup> | <sup>16</sup> | <sup>32</sup> | <sup>No </sup>| <sup>No</sup> | <sup>262.144</sup> | <sup>2000</sup> | <sup>625.0</sup> | <sup>No</sup>
<sup>standard.20core-128ram</sup> | <sup>20</sup> | <sup>128</sup> | <sup>No </sup>| <sup>No</sup> | <sup>262.144</sup> | <sup>2000</sup> | <sup>250.0</sup> | <sup>No</sup>
<sup>standard.20core-160ram</sup> | <sup>20</sup> | <sup>160</sup> | <sup>No </sup>| <sup>No</sup> | <sup>262.144</sup> | <sup>2000</sup> | <sup>1250.0</sup> | <sup>No</sup>
<sup>standard.20core-256ram</sup> | <sup>20</sup> | <sup>256</sup> | <sup>No </sup>| <sup>No</sup> | <sup>262.144</sup> | <sup>2000</sup> | <sup>1250.0</sup> | <sup>No</sup>
<sup>standard.2core-16ram</sup> | <sup>2</sup> | <sup>16</sup> | <sup>No </sup>| <sup>No</sup> | <sup>262.144</sup> | <sup>2000</sup> | <sup>250.0</sup> | <sup>No</sup>
<sup>standard.large</sup> | <sup>4</sup> | <sup>8</sup> | <sup>No </sup>| <sup>No</sup> | <sup>262.144</sup> | <sup>2000</sup> | <sup>250.0</sup> | <sup>No</sup>
<sup>standard.medium</sup> | <sup>2</sup> | <sup>4</sup> | <sup>No </sup>| <sup>No</sup> | <sup>262.144</sup> | <sup>2000</sup> | <sup>250.0</sup> | <sup>No</sup>
<sup>standard.memory</sup> | <sup>2</sup> | <sup>32</sup> | <sup>No </sup>| <sup>No</sup> | <sup>262.144</sup> | <sup>2000</sup> | <sup>250.0</sup> | <sup>No</sup>
<sup>standard.one-to-many</sup> | <sup>20</sup> | <sup>64</sup> | <sup>No </sup>| <sup>No</sup> | <sup>262.144</sup> | <sup>2000</sup> | <sup>250.0</sup> | <sup>No</sup>
<sup>standard.small</sup> | <sup>1</sup> | <sup>2</sup> | <sup>No </sup>| <sup>No</sup> | <sup>262.144</sup> | <sup>2000</sup> | <sup>250.0</sup> | <sup>No</sup>
<sup>standard.tiny</sup> | <sup>1</sup> | <sup>1</sup> | <sup>No </sup>| <sup>No</sup> | <sup>262.144</sup> | <sup>2000</sup> | <sup>250.0</sup> | <sup>No</sup>
<sup>standard.xlarge</sup> | <sup>4</sup> | <sup>16</sup> | <sup>No </sup>| <sup>No</sup> | <sup>262.144</sup> | <sup>2000</sup> | <sup>250.0</sup> | <sup>No</sup>
<sup>standard.xlarge-cpu</sup> | <sup>8</sup> | <sup>16</sup> | <sup>No </sup>| <sup>No</sup> | <sup>262.144</sup> | <sup>2000</sup> | <sup>250.0</sup> | <sup>No</sup>
<sup>standard.xxlarge</sup> | <sup>8</sup> | <sup>32</sup> | <sup>No </sup>| <sup>No</sup> | <sup>262.144</sup> | <sup>2000</sup> | <sup>250.0</sup> | <sup>No</sup>
<sup>standard.xxxlarge</sup> | <sup>8</sup> | <sup>64</sup> | <sup>No </sup>| <sup>No</sup> | <sup>262.144</sup> | <sup>2000</sup> | <sup>250.0</sup> | <sup>No</sup>
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