Skip to content

Commit cf03c25

Browse files
committed
updated flavor definition cost for Memory extensive flavors and default disk space of 20GB
1 parent 71c4a32 commit cf03c25

File tree

1 file changed

+15
-14
lines changed
  • docs/openstack/create-and-connect-to-the-VM

1 file changed

+15
-14
lines changed

docs/openstack/create-and-connect-to-the-VM/flavors.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,29 +17,29 @@ NERC offers the following flavors based on our Infrastructure-as-a-Service
1717

1818
The standard compute flavor **"cpu-su"** is provided from Lenovo SD530 (2x Intel
1919
8268 2.9 GHz, 48 cores, 384 GB memory) server. The base unit is 1 vCPU, 4 GB
20-
memory with 20 GB root disk at a rate of $0.013 / hr of wall time.
20+
memory with default of 20 GB root disk at a rate of $0.013 / hr of wall time.
2121

2222
| Flavor | SUs | GPU | vCPU | RAM(GB) | Storage(GB) | Cost / hr |
2323
|---------------|-----|-----|-------|---------|-------------|-----------|
2424
|cpu-su.1 |1 |0 |1 |4 |20 |$0.013 |
25-
|cpu-su.2 |2 |0 |2 |8 |40 |$0.026 |
26-
|cpu-su.4 |4 |0 |4 |16 |80 |$0.052 |
27-
|cpu-su.8 |8 |0 |8 |32 |160 |$0.104 |
28-
|cpu-su.16 |16 |0 |16 |64 |320 |$0.256 |
25+
|cpu-su.2 |2 |0 |2 |8 |20 |$0.026 |
26+
|cpu-su.4 |4 |0 |4 |16 |20 |$0.052 |
27+
|cpu-su.8 |8 |0 |8 |32 |20 |$0.104 |
28+
|cpu-su.16 |16 |0 |16 |64 |20 |$0.256 |
2929

3030
### 2. Memory Optimized Tier
3131

3232
The memory optimized flavor **"mem-su"** is provided from the same servers at
3333
**"cpu-su"** but with 8 GB of memory per core. The base unit is 1 vCPU, 8 GB
34-
memory with 20 GB root disk at a rate of $0.032 / hr of wall time.
34+
memory with default of 20 GB root disk at a rate of $0.026 / hr of wall time.
3535

3636
| Flavor | SUs | GPU | vCPU | RAM(GB) | Storage(GB) | Cost / hr |
3737
|---------------|-----|-----|-------|---------|-------------|-----------|
38-
|mem-su.1 |1 |0 |1 |8 |20 |$0.032 |
39-
|mem-su.2 |2 |0 |2 |16 |40 |$0.064 |
40-
|mem-su.4 |4 |0 |4 |32 |80 |$0.128 |
41-
|mem-su.8 |8 |0 |8 |64 |160 |$0.256 |
42-
|em-su.16 |16 |0 |16 |128 |320 |$0.512 |
38+
|mem-su.1 |1 |0 |1 |8 |20 |$0.026 |
39+
|mem-su.2 |2 |0 |2 |16 |20 |$0.052 |
40+
|mem-su.4 |4 |0 |4 |32 |20 |$0.104 |
41+
|mem-su.8 |8 |0 |8 |64 |20 |$0.208 |
42+
|mem-su.16 |16 |0 |16 |128 |20 |$0.416 |
4343

4444
### 3. GPU Tier
4545

@@ -58,12 +58,13 @@ There are two flavors within the GPU tier, one featuring the newer
5858
The **"gpu-su-a100"** flavor is provided from Lenovo SR670 (2x Intel 8268 2.9 GHz,
5959
48 cores, 384 GB memory, 4x NVidia A100) servers. These latest GPUs deliver
6060
industry-leading high throughput and low latency networking. The base unit is 24
61-
vCPU, 95 GB memory with 20 GB root disk at a rate of $1.803 / hr of wall time.
61+
vCPU, 95 GB memory with default of 20 GB root disk at a rate of $1.803 / hr of
62+
wall time.
6263

6364
| Flavor | SUs | GPU | vCPU | RAM(GB) | Storage(GB) | Cost / hr |
6465
|---------------|-----|-----|-------|---------|-------------|-----------|
6566
|gpu-su-a100.1 |1 |1 |24 |95 |20 |$1.803 |
66-
|gpu-su-a100.2 |2 |2 |48 |190 |40 |$3.606 |
67+
|gpu-su-a100.2 |2 |2 |48 |190 |20 |$3.606 |
6768

6869
The **"gpu-su-v100"** flavor is provided from Dell R740xd (2x Intel Xeon Gold 6148,
6970
40 core, 768GB memory, 1x NVidia V100) servers. The base unit is 24 vCPU, 96 GB
@@ -74,7 +75,7 @@ Both gpu-su-v100 consumables are available with a 20 GB root disk.
7475
| Flavor | SUs | GPU | vCPU | RAM(GB) | Storage(GB) | Cost / hr |
7576
|---------------|-----|-----|-------|---------|-------------|-----------|
7677
|gpu-su-v100.1 |1 |1 |24 |96 |20 |$0.902 |
77-
|gpu-su-v100.1m |2 |2 |48 |192 |20 |TBD |
78+
|gpu-su-v100.1m |2 |1 |48 |192 |20 |$1.214 |
7879

7980
!!! question "NERC IaaS Storage Tiers Cost"
8081
Storage both **OpenStack Swift (object storage)** and

0 commit comments

Comments
 (0)