Skip to content

Instantly share code, notes, and snippets.

@hatchetation
Created September 27, 2014 02:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hatchetation/80a3a51edceed93a43d8 to your computer and use it in GitHub Desktop.
Save hatchetation/80a3a51edceed93a43d8 to your computer and use it in GitHub Desktop.
rackspace flavors
$ nova flavor-list
+------------------+-------------------------+-----------+------+-----------+------+-------+-------------+-----------+
| ID | Name | Memory_MB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public |
+------------------+-------------------------+-----------+------+-----------+------+-------+-------------+-----------+
| 2 | 512MB Standard Instance | 512 | 20 | 0 | 512 | 1 | 80.0 | N/A |
| 3 | 1GB Standard Instance | 1024 | 40 | 0 | 1024 | 1 | 120.0 | N/A |
| 4 | 2GB Standard Instance | 2048 | 80 | 0 | 2048 | 2 | 240.0 | N/A |
| 5 | 4GB Standard Instance | 4096 | 160 | 0 | 2048 | 2 | 400.0 | N/A |
| 6 | 8GB Standard Instance | 8192 | 320 | 0 | 2048 | 4 | 600.0 | N/A |
| 7 | 15GB Standard Instance | 15360 | 620 | 0 | 2048 | 6 | 800.0 | N/A |
| 8 | 30GB Standard Instance | 30720 | 1200 | 0 | 2048 | 8 | 1200.0 | N/A |
| performance1-1 | 1 GB Performance | 1024 | 20 | 0 | | 1 | 200.0 | N/A |
| performance1-2 | 2 GB Performance | 2048 | 40 | 20 | | 2 | 400.0 | N/A |
| performance1-4 | 4 GB Performance | 4096 | 40 | 40 | | 4 | 800.0 | N/A |
| performance1-8 | 8 GB Performance | 8192 | 40 | 80 | | 8 | 1600.0 | N/A |
| performance2-120 | 120 GB Performance | 122880 | 40 | 1200 | | 32 | 10000.0 | N/A |
| performance2-15 | 15 GB Performance | 15360 | 40 | 150 | | 4 | 1250.0 | N/A |
| performance2-30 | 30 GB Performance | 30720 | 40 | 300 | | 8 | 2500.0 | N/A |
| performance2-60 | 60 GB Performance | 61440 | 40 | 600 | | 16 | 5000.0 | N/A |
| performance2-90 | 90 GB Performance | 92160 | 40 | 900 | | 24 | 7500.0 | N/A |
+------------------+-------------------------+-----------+------+-----------+------+-------+-------------+-----------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment