@digital4better/data 1.2.8 → 1.2.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/cloud/aws-vms.csv +885 -885
- package/data/cloud/aws-vms.json +1768 -884
- package/data/cloud/azure-vms.csv +977 -977
- package/data/cloud/azure-vms.json +1952 -976
- package/data/cloud/gcp-vms.csv +323 -323
- package/data/cloud/gcp-vms.json +644 -322
- package/data/factor/continent-monthly-green.csv +138 -138
- package/data/factor/continent-monthly-green.json +1115 -1115
- package/data/factor/continent-monthly.csv +144 -144
- package/data/factor/continent-monthly.json +1108 -1108
- package/data/factor/continent-yearly-green.csv +19 -19
- package/data/factor/continent-yearly-green.json +158 -158
- package/data/factor/continent-yearly.csv +18 -18
- package/data/factor/continent-yearly.json +154 -154
- package/data/factor/country-monthly-green.csv +1356 -1356
- package/data/factor/country-monthly-green.json +11335 -11335
- package/data/factor/country-monthly.csv +1462 -1462
- package/data/factor/country-monthly.json +10838 -10838
- package/data/factor/country-yearly-green.csv +241 -241
- package/data/factor/country-yearly-green.json +2073 -2073
- package/data/factor/country-yearly.csv +253 -253
- package/data/factor/country-yearly.json +1989 -1989
- package/data/factor/subdivision-monthly-green.csv +39 -39
- package/data/factor/subdivision-monthly-green.json +348 -348
- package/data/factor/subdivision-monthly.csv +39 -39
- package/data/factor/subdivision-monthly.json +351 -351
- package/data/factor/subdivision-yearly-green.csv +63 -63
- package/data/factor/subdivision-yearly-green.json +330 -330
- package/data/factor/subdivision-yearly.csv +65 -65
- package/data/factor/subdivision-yearly.json +303 -303
- package/data/factor/world-monthly-green.csv +52 -52
- package/data/factor/world-monthly-green.json +455 -455
- package/data/factor/world-monthly.csv +52 -52
- package/data/factor/world-monthly.json +460 -460
- package/data/factor/world-yearly-green.csv +6 -6
- package/data/factor/world-yearly-green.json +52 -52
- package/data/factor/world-yearly.csv +6 -6
- package/data/factor/world-yearly.json +52 -52
- package/data/mix/continent-monthly-green.csv +86 -86
- package/data/mix/continent-monthly-green.json +285 -285
- package/data/mix/continent-monthly.csv +86 -86
- package/data/mix/continent-monthly.json +357 -357
- package/data/mix/continent-yearly-green.csv +16 -16
- package/data/mix/continent-yearly-green.json +52 -52
- package/data/mix/continent-yearly.csv +16 -16
- package/data/mix/continent-yearly.json +83 -83
- package/data/mix/country-monthly-green.csv +1107 -1107
- package/data/mix/country-monthly-green.json +3322 -3322
- package/data/mix/country-monthly.csv +1107 -1107
- package/data/mix/country-monthly.json +4822 -4822
- package/data/mix/country-yearly-green.csv +189 -189
- package/data/mix/country-yearly-green.json +629 -629
- package/data/mix/country-yearly.csv +189 -189
- package/data/mix/country-yearly.json +1141 -1141
- package/data/mix/subdivision-monthly-green.csv +30 -30
- package/data/mix/subdivision-monthly-green.json +66 -66
- package/data/mix/subdivision-monthly.csv +30 -30
- package/data/mix/subdivision-monthly.json +111 -111
- package/data/mix/subdivision-yearly-green.csv +21 -21
- package/data/mix/subdivision-yearly-green.json +41 -41
- package/data/mix/subdivision-yearly.csv +21 -21
- package/data/mix/subdivision-yearly.json +80 -80
- package/data/mix/world-monthly-green.csv +38 -38
- package/data/mix/world-monthly-green.json +104 -104
- package/data/mix/world-monthly.csv +38 -38
- package/data/mix/world-monthly.json +108 -108
- package/data/mix/world-yearly-green.csv +4 -4
- package/data/mix/world-yearly-green.json +12 -12
- package/data/mix/world-yearly.csv +4 -4
- package/data/mix/world-yearly.json +24 -24
- package/package.json +1 -1
package/data/cloud/gcp-vms.csv
CHANGED
|
@@ -1,323 +1,323 @@
|
|
|
1
|
-
id,family,name,category,vcpus,memory,ssd,hdd,cpu,accelerators,accelerator
|
|
2
|
-
a2-highgpu-1g,a2,a2-highgpu-1g,accelerated,12,85,375,0,intel-xeon-8273cl,1,nvidia-tesla-a10040
|
|
3
|
-
a2-highgpu-2g,a2,a2-highgpu-2g,accelerated,24,170,375,0,intel-xeon-8273cl,2,nvidia-tesla-a10040
|
|
4
|
-
a2-highgpu-4g,a2,a2-highgpu-4g,accelerated,48,340,375,0,intel-xeon-8273cl,4,nvidia-tesla-a10040
|
|
5
|
-
a2-highgpu-8g,a2,a2-highgpu-8g,accelerated,96,680,375,0,intel-xeon-8273cl,8,nvidia-tesla-a10040
|
|
6
|
-
a2-megagpu-16g,a2,a2-megagpu-16g,accelerated,96,1360,375,0,intel-xeon-8273cl,16,nvidia-tesla-a10040
|
|
7
|
-
a2-ultragpu-1g,a2,a2-ultragpu-1g,accelerated,12,170,375,0,intel-xeon-8273cl,1,nvidia-tesla-a10080
|
|
8
|
-
a2-ultragpu-2g,a2,a2-ultragpu-2g,accelerated,24,340,750,0,intel-xeon-8273cl,2,nvidia-tesla-a10080
|
|
9
|
-
a2-ultragpu-4g,a2,a2-ultragpu-4g,accelerated,48,680,1500,0,intel-xeon-8273cl,4,nvidia-tesla-a10080
|
|
10
|
-
a2-ultragpu-8g,a2,a2-ultragpu-8g,accelerated,96,1360,3000,0,intel-xeon-8273cl,8,nvidia-tesla-a10080
|
|
11
|
-
a3-edgegpu-8g,a3,a3-edgegpu-8g,accelerated,208,1872,6000,0,intel-xeon-8481c,8,nvidia-tesla-h10080
|
|
12
|
-
a3-highgpu-1g,a3,a3-highgpu-1g,accelerated,26,234,750,0,intel-xeon-8481c,1,nvidia-tesla-h10080
|
|
13
|
-
a3-highgpu-2g,a3,a3-highgpu-2g,accelerated,52,468,1500,0,intel-xeon-8481c,2,nvidia-tesla-h10080
|
|
14
|
-
a3-highgpu-4g,a3,a3-highgpu-4g,accelerated,104,936,3000,0,intel-xeon-8481c,4,nvidia-tesla-h10080
|
|
15
|
-
a3-highgpu-8g,a3,a3-highgpu-8g,accelerated,208,1872,6000,0,intel-xeon-8481c,8,nvidia-tesla-h10080
|
|
16
|
-
a3-megagpu-8g,a3,a3-megagpu-8g,accelerated,208,1872,6000,0,intel-xeon-8481c,8,nvidia-tesla-h10080
|
|
17
|
-
a3-ultragpu-8g,a3,a3-ultragpu-8g,accelerated,224,2952,12000,0,intel-xeon-8581c,8,nvidia-tesla-h200
|
|
18
|
-
c2-standard-16,c2,c2-standard-16,compute,16,64,375,0,intel-xeon-6253cl,0
|
|
19
|
-
c2-standard-30,c2,c2-standard-30,compute,30,120,375,0,intel-xeon-6253cl,0
|
|
20
|
-
c2-standard-4,c2,c2-standard-4,compute,4,16,375,0,intel-xeon-6253cl,0
|
|
21
|
-
c2-standard-60,c2,c2-standard-60,compute,60,240,375,0,intel-xeon-6253cl,0
|
|
22
|
-
c2-standard-8,c2,c2-standard-8,compute,8,32,375,0,intel-xeon-6253cl,0
|
|
23
|
-
c2d-highcpu-112,c2d,c2d-highcpu-112,compute,112,224,375,0,amd-epyc-7b13,0
|
|
24
|
-
c2d-highcpu-16,c2d,c2d-highcpu-16,compute,16,32,375,0,amd-epyc-7b13,0
|
|
25
|
-
c2d-highcpu-2,c2d,c2d-highcpu-2,compute,2,4,375,0,amd-epyc-7b13,0
|
|
26
|
-
c2d-highcpu-32,c2d,c2d-highcpu-32,compute,32,64,375,0,amd-epyc-7b13,0
|
|
27
|
-
c2d-highcpu-4,c2d,c2d-highcpu-4,compute,4,8,375,0,amd-epyc-7b13,0
|
|
28
|
-
c2d-highcpu-56,c2d,c2d-highcpu-56,compute,56,112,375,0,amd-epyc-7b13,0
|
|
29
|
-
c2d-highcpu-8,c2d,c2d-highcpu-8,compute,8,16,375,0,amd-epyc-7b13,0
|
|
30
|
-
c2d-highmem-112,c2d,c2d-highmem-112,compute,112,896,375,0,amd-epyc-7b13,0
|
|
31
|
-
c2d-highmem-16,c2d,c2d-highmem-16,compute,16,128,375,0,amd-epyc-7b13,0
|
|
32
|
-
c2d-highmem-2,c2d,c2d-highmem-2,compute,2,16,375,0,amd-epyc-7b13,0
|
|
33
|
-
c2d-highmem-32,c2d,c2d-highmem-32,compute,32,256,375,0,amd-epyc-7b13,0
|
|
34
|
-
c2d-highmem-4,c2d,c2d-highmem-4,compute,4,32,375,0,amd-epyc-7b13,0
|
|
35
|
-
c2d-highmem-56,c2d,c2d-highmem-56,compute,56,448,375,0,amd-epyc-7b13,0
|
|
36
|
-
c2d-highmem-8,c2d,c2d-highmem-8,compute,8,64,375,0,amd-epyc-7b13,0
|
|
37
|
-
c2d-standard-112,c2d,c2d-standard-112,compute,112,448,375,0,amd-epyc-7b13,0
|
|
38
|
-
c2d-standard-16,c2d,c2d-standard-16,compute,16,64,375,0,amd-epyc-7b13,0
|
|
39
|
-
c2d-standard-2,c2d,c2d-standard-2,compute,2,8,375,0,amd-epyc-7b13,0
|
|
40
|
-
c2d-standard-32,c2d,c2d-standard-32,compute,32,128,375,0,amd-epyc-7b13,0
|
|
41
|
-
c2d-standard-4,c2d,c2d-standard-4,compute,4,16,375,0,amd-epyc-7b13,0
|
|
42
|
-
c2d-standard-56,c2d,c2d-standard-56,compute,56,224,375,0,amd-epyc-7b13,0
|
|
43
|
-
c2d-standard-8,c2d,c2d-standard-8,compute,8,32,375,0,amd-epyc-7b13,0
|
|
44
|
-
c3-highcpu-176,c3,c3-highcpu-176,general,176,352,0,0,intel-xeon-8481c,0
|
|
45
|
-
c3-highcpu-192-metal,c3,c3-highcpu-192-metal,general,192,512,0,0,intel-xeon-8481c,0
|
|
46
|
-
c3-highcpu-22,c3,c3-highcpu-22,general,22,44,0,0,intel-xeon-8481c,0
|
|
47
|
-
c3-highcpu-4,c3,c3-highcpu-4,general,4,8,0,0,intel-xeon-8481c,0
|
|
48
|
-
c3-highcpu-44,c3,c3-highcpu-44,general,44,88,0,0,intel-xeon-8481c,0
|
|
49
|
-
c3-highcpu-8,c3,c3-highcpu-8,general,8,16,0,0,intel-xeon-8481c,0
|
|
50
|
-
c3-highcpu-88,c3,c3-highcpu-88,general,88,176,0,0,intel-xeon-8481c,0
|
|
51
|
-
c3-highmem-176,c3,c3-highmem-176,general,176,1408,0,0,intel-xeon-8481c,0
|
|
52
|
-
c3-highmem-192-metal,c3,c3-highmem-192-metal,general,192,1536,0,0,intel-xeon-8481c,0
|
|
53
|
-
c3-highmem-22,c3,c3-highmem-22,general,22,176,0,0,intel-xeon-8481c,0
|
|
54
|
-
c3-highmem-4,c3,c3-highmem-4,general,4,32,0,0,intel-xeon-8481c,0
|
|
55
|
-
c3-highmem-44,c3,c3-highmem-44,general,44,352,0,0,intel-xeon-8481c,0
|
|
56
|
-
c3-highmem-8,c3,c3-highmem-8,general,8,64,0,0,intel-xeon-8481c,0
|
|
57
|
-
c3-highmem-88,c3,c3-highmem-88,general,88,704,0,0,intel-xeon-8481c,0
|
|
58
|
-
c3-standard-176,c3,c3-standard-176,general,176,704,0,0,intel-xeon-8481c,0
|
|
59
|
-
c3-standard-176-lssd,c3,c3-standard-176-lssd,general,176,704,12000,0,intel-xeon-8481c,0
|
|
60
|
-
c3-standard-192-metal,c3,c3-standard-192-metal,general,192,768,0,0,intel-xeon-8481c,0
|
|
61
|
-
c3-standard-22,c3,c3-standard-22,general,22,88,0,0,intel-xeon-8481c,0
|
|
62
|
-
c3-standard-22-lssd,c3,c3-standard-22-lssd,general,22,88,1500,0,intel-xeon-8481c,0
|
|
63
|
-
c3-standard-4,c3,c3-standard-4,general,4,16,0,0,intel-xeon-8481c,0
|
|
64
|
-
c3-standard-4-lssd,c3,c3-standard-4-lssd,general,4,16,375,0,intel-xeon-8481c,0
|
|
65
|
-
c3-standard-44,c3,c3-standard-44,general,44,176,0,0,intel-xeon-8481c,0
|
|
66
|
-
c3-standard-44-lssd,c3,c3-standard-44-lssd,general,44,176,3000,0,intel-xeon-8481c,0
|
|
67
|
-
c3-standard-8,c3,c3-standard-8,general,8,32,0,0,intel-xeon-8481c,0
|
|
68
|
-
c3-standard-8-lssd,c3,c3-standard-8-lssd,general,8,32,750,0,intel-xeon-8481c,0
|
|
69
|
-
c3-standard-88,c3,c3-standard-88,general,88,352,0,0,intel-xeon-8481c,0
|
|
70
|
-
c3-standard-88-lssd,c3,c3-standard-88-lssd,general,88,352,6000,0,intel-xeon-8481c,0
|
|
71
|
-
c3d-highcpu-16,c3d,c3d-highcpu-16,general,16,32,0,0,amd-epyc-9b14,0
|
|
72
|
-
c3d-highcpu-180,c3d,c3d-highcpu-180,general,180,354,0,0,amd-epyc-9b14,0
|
|
73
|
-
c3d-highcpu-30,c3d,c3d-highcpu-30,general,30,59,0,0,amd-epyc-9b14,0
|
|
74
|
-
c3d-highcpu-360,c3d,c3d-highcpu-360,general,360,708,0,0,amd-epyc-9b14,0
|
|
75
|
-
c3d-highcpu-4,c3d,c3d-highcpu-4,general,4,8,0,0,amd-epyc-9b14,0
|
|
76
|
-
c3d-highcpu-60,c3d,c3d-highcpu-60,general,60,118,0,0,amd-epyc-9b14,0
|
|
77
|
-
c3d-highcpu-8,c3d,c3d-highcpu-8,general,8,16,0,0,amd-epyc-9b14,0
|
|
78
|
-
c3d-highcpu-90,c3d,c3d-highcpu-90,general,90,177,0,0,amd-epyc-9b14,0
|
|
79
|
-
c3d-highmem-16,c3d,c3d-highmem-16,general,16,128,0,0,amd-epyc-9b14,0
|
|
80
|
-
c3d-highmem-16-lssd,c3d,c3d-highmem-16-lssd,general,16,128,375,0,amd-epyc-9b14,0
|
|
81
|
-
c3d-highmem-180,c3d,c3d-highmem-180,general,180,1440,0,0,amd-epyc-9b14,0
|
|
82
|
-
c3d-highmem-180-lssd,c3d,c3d-highmem-180-lssd,general,180,1440,6000,0,amd-epyc-9b14,0
|
|
83
|
-
c3d-highmem-30,c3d,c3d-highmem-30,general,30,240,0,0,amd-epyc-9b14,0
|
|
84
|
-
c3d-highmem-30-lssd,c3d,c3d-highmem-30-lssd,general,30,240,750,0,amd-epyc-9b14,0
|
|
85
|
-
c3d-highmem-360,c3d,c3d-highmem-360,general,360,2880,0,0,amd-epyc-9b14,0
|
|
86
|
-
c3d-highmem-360-lssd,c3d,c3d-highmem-360-lssd,general,360,2880,12000,0,amd-epyc-9b14,0
|
|
87
|
-
c3d-highmem-4,c3d,c3d-highmem-4,general,4,32,0,0,amd-epyc-9b14,0
|
|
88
|
-
c3d-highmem-60,c3d,c3d-highmem-60,general,60,480,0,0,amd-epyc-9b14,0
|
|
89
|
-
c3d-highmem-60-lssd,c3d,c3d-highmem-60-lssd,general,60,480,1500,0,amd-epyc-9b14,0
|
|
90
|
-
c3d-highmem-8,c3d,c3d-highmem-8,general,8,64,0,0,amd-epyc-9b14,0
|
|
91
|
-
c3d-highmem-8-lssd,c3d,c3d-highmem-8-lssd,general,8,64,375,0,amd-epyc-9b14,0
|
|
92
|
-
c3d-highmem-90,c3d,c3d-highmem-90,general,90,720,0,0,amd-epyc-9b14,0
|
|
93
|
-
c3d-highmem-90-lssd,c3d,c3d-highmem-90-lssd,general,90,720,3000,0,amd-epyc-9b14,0
|
|
94
|
-
c3d-standard-16,c3d,c3d-standard-16,general,16,64,0,0,amd-epyc-9b14,0
|
|
95
|
-
c3d-standard-16-lssd,c3d,c3d-standard-16-lssd,general,16,64,375,0,amd-epyc-9b14,0
|
|
96
|
-
c3d-standard-180,c3d,c3d-standard-180,general,180,720,0,0,amd-epyc-9b14,0
|
|
97
|
-
c3d-standard-180-lssd,c3d,c3d-standard-180-lssd,general,180,720,6000,0,amd-epyc-9b14,0
|
|
98
|
-
c3d-standard-30,c3d,c3d-standard-30,general,30,120,0,0,amd-epyc-9b14,0
|
|
99
|
-
c3d-standard-30-lssd,c3d,c3d-standard-30-lssd,general,30,120,750,0,amd-epyc-9b14,0
|
|
100
|
-
c3d-standard-360,c3d,c3d-standard-360,general,360,1440,0,0,amd-epyc-9b14,0
|
|
101
|
-
c3d-standard-360-lssd,c3d,c3d-standard-360-lssd,general,360,1440,12000,0,amd-epyc-9b14,0
|
|
102
|
-
c3d-standard-4,c3d,c3d-standard-4,general,4,16,0,0,amd-epyc-9b14,0
|
|
103
|
-
c3d-standard-60,c3d,c3d-standard-60,general,60,240,0,0,amd-epyc-9b14,0
|
|
104
|
-
c3d-standard-60-lssd,c3d,c3d-standard-60-lssd,general,60,240,1500,0,amd-epyc-9b14,0
|
|
105
|
-
c3d-standard-8,c3d,c3d-standard-8,general,8,32,0,0,amd-epyc-9b14,0
|
|
106
|
-
c3d-standard-8-lssd,c3d,c3d-standard-8-lssd,general,8,32,375,0,amd-epyc-9b14,0
|
|
107
|
-
c3d-standard-90,c3d,c3d-standard-90,general,90,360,0,0,amd-epyc-9b14,0
|
|
108
|
-
c3d-standard-90-lssd,c3d,c3d-standard-90-lssd,general,90,360,3000,0,amd-epyc-9b14,0
|
|
109
|
-
c4-highcpu-16,c4,c4-highcpu-16,general,16,32,0,0,intel-xeon-8581c,0
|
|
110
|
-
c4-highcpu-192,c4,c4-highcpu-192,general,192,384,0,0,intel-xeon-8581c,0
|
|
111
|
-
c4-highcpu-2,c4,c4-highcpu-2,general,2,4,0,0,intel-xeon-8581c,0
|
|
112
|
-
c4-highcpu-32,c4,c4-highcpu-32,general,32,64,0,0,intel-xeon-8581c,0
|
|
113
|
-
c4-highcpu-4,c4,c4-highcpu-4,general,4,8,0,0,intel-xeon-8581c,0
|
|
114
|
-
c4-highcpu-48,c4,c4-highcpu-48,general,48,96,0,0,intel-xeon-8581c,0
|
|
115
|
-
c4-highcpu-8,c4,c4-highcpu-8,general,8,16,0,0,intel-xeon-8581c,0
|
|
116
|
-
c4-highcpu-96,c4,c4-highcpu-96,general,96,192,0,0,intel-xeon-8581c,0
|
|
117
|
-
c4-highmem-16,c4,c4-highmem-16,general,16,124,0,0,intel-xeon-8581c,0
|
|
118
|
-
c4-highmem-192,c4,c4-highmem-192,general,192,1488,0,0,intel-xeon-8581c,0
|
|
119
|
-
c4-highmem-2,c4,c4-highmem-2,general,2,15,0,0,intel-xeon-8581c,0
|
|
120
|
-
c4-highmem-32,c4,c4-highmem-32,general,32,248,0,0,intel-xeon-8581c,0
|
|
121
|
-
c4-highmem-4,c4,c4-highmem-4,general,4,31,0,0,intel-xeon-8581c,0
|
|
122
|
-
c4-highmem-48,c4,c4-highmem-48,general,48,372,0,0,intel-xeon-8581c,0
|
|
123
|
-
c4-highmem-8,c4,c4-highmem-8,general,8,62,0,0,intel-xeon-8581c,0
|
|
124
|
-
c4-highmem-96,c4,c4-highmem-96,general,96,744,0,0,intel-xeon-8581c,0
|
|
125
|
-
c4-standard-16,c4,c4-standard-16,general,16,60,0,0,intel-xeon-8581c,0
|
|
126
|
-
c4-standard-192,c4,c4-standard-192,general,192,720,0,0,intel-xeon-8581c,0
|
|
127
|
-
c4-standard-2,c4,c4-standard-2,general,2,7,0,0,intel-xeon-8581c,0
|
|
128
|
-
c4-standard-32,c4,c4-standard-32,general,32,120,0,0,intel-xeon-8581c,0
|
|
129
|
-
c4-standard-4,c4,c4-standard-4,general,4,15,0,0,intel-xeon-8581c,0
|
|
130
|
-
c4-standard-48,c4,c4-standard-48,general,48,180,0,0,intel-xeon-8581c,0
|
|
131
|
-
c4-standard-8,c4,c4-standard-8,general,8,30,0,0,intel-xeon-8581c,0
|
|
132
|
-
c4-standard-96,c4,c4-standard-96,general,96,360,0,0,intel-xeon-8581c,0
|
|
133
|
-
c4a-highcpu-1,c4a,c4a-highcpu-1,general,1,2,0,0,google-axion,0
|
|
134
|
-
c4a-highcpu-16,c4a,c4a-highcpu-16,general,16,32,0,0,google-axion,0
|
|
135
|
-
c4a-highcpu-2,c4a,c4a-highcpu-2,general,2,4,0,0,google-axion,0
|
|
136
|
-
c4a-highcpu-32,c4a,c4a-highcpu-32,general,32,64,0,0,google-axion,0
|
|
137
|
-
c4a-highcpu-4,c4a,c4a-highcpu-4,general,4,8,0,0,google-axion,0
|
|
138
|
-
c4a-highcpu-48,c4a,c4a-highcpu-48,general,48,96,0,0,google-axion,0
|
|
139
|
-
c4a-highcpu-64,c4a,c4a-highcpu-64,general,64,128,0,0,google-axion,0
|
|
140
|
-
c4a-highcpu-72,c4a,c4a-highcpu-72,general,72,144,0,0,google-axion,0
|
|
141
|
-
c4a-highcpu-8,c4a,c4a-highcpu-8,general,8,16,0,0,google-axion,0
|
|
142
|
-
c4a-highmem-1,c4a,c4a-highmem-1,general,1,8,0,0,google-axion,0
|
|
143
|
-
c4a-highmem-16,c4a,c4a-highmem-16,general,16,128,0,0,google-axion,0
|
|
144
|
-
c4a-highmem-2,c4a,c4a-highmem-2,general,2,16,0,0,google-axion,0
|
|
145
|
-
c4a-highmem-32,c4a,c4a-highmem-32,general,32,256,0,0,google-axion,0
|
|
146
|
-
c4a-highmem-4,c4a,c4a-highmem-4,general,4,32,0,0,google-axion,0
|
|
147
|
-
c4a-highmem-48,c4a,c4a-highmem-48,general,48,384,0,0,google-axion,0
|
|
148
|
-
c4a-highmem-64,c4a,c4a-highmem-64,general,64,512,0,0,google-axion,0
|
|
149
|
-
c4a-highmem-72,c4a,c4a-highmem-72,general,72,576,0,0,google-axion,0
|
|
150
|
-
c4a-highmem-8,c4a,c4a-highmem-8,general,8,64,0,0,google-axion,0
|
|
151
|
-
c4a-standard-1,c4a,c4a-standard-1,general,1,4,0,0,google-axion,0
|
|
152
|
-
c4a-standard-16,c4a,c4a-standard-16,general,16,64,0,0,google-axion,0
|
|
153
|
-
c4a-standard-2,c4a,c4a-standard-2,general,2,8,0,0,google-axion,0
|
|
154
|
-
c4a-standard-32,c4a,c4a-standard-32,general,32,128,0,0,google-axion,0
|
|
155
|
-
c4a-standard-4,c4a,c4a-standard-4,general,4,16,0,0,google-axion,0
|
|
156
|
-
c4a-standard-48,c4a,c4a-standard-48,general,48,192,0,0,google-axion,0
|
|
157
|
-
c4a-standard-64,c4a,c4a-standard-64,general,64,256,0,0,google-axion,0
|
|
158
|
-
c4a-standard-72,c4a,c4a-standard-72,general,72,288,0,0,google-axion,0
|
|
159
|
-
c4a-standard-8,c4a,c4a-standard-8,general,8,32,0,0,google-axion,0
|
|
160
|
-
e2-highcpu-16,e2,e2-highcpu-16,general,16,16,0,0,"intel-xeon-8173m,intel-xeon-e52696v4,amd-epyc-7b13,amd-epyc-7b12",0
|
|
161
|
-
e2-highcpu-2,e2,e2-highcpu-2,general,2,2,0,0,"intel-xeon-8173m,intel-xeon-e52696v4,amd-epyc-7b13,amd-epyc-7b12",0
|
|
162
|
-
e2-highcpu-32,e2,e2-highcpu-32,general,32,32,0,0,"intel-xeon-8173m,intel-xeon-e52696v4,amd-epyc-7b13,amd-epyc-7b12",0
|
|
163
|
-
e2-highcpu-4,e2,e2-highcpu-4,general,4,4,0,0,"intel-xeon-8173m,intel-xeon-e52696v4,amd-epyc-7b13,amd-epyc-7b12",0
|
|
164
|
-
e2-highcpu-8,e2,e2-highcpu-8,general,8,8,0,0,"intel-xeon-8173m,intel-xeon-e52696v4,amd-epyc-7b13,amd-epyc-7b12",0
|
|
165
|
-
e2-highmem-16,e2,e2-highmem-16,general,16,128,0,0,"intel-xeon-8173m,intel-xeon-e52696v4,amd-epyc-7b13,amd-epyc-7b12",0
|
|
166
|
-
e2-highmem-2,e2,e2-highmem-2,general,2,16,0,0,"intel-xeon-8173m,intel-xeon-e52696v4,amd-epyc-7b13,amd-epyc-7b12",0
|
|
167
|
-
e2-highmem-4,e2,e2-highmem-4,general,4,32,0,0,"intel-xeon-8173m,intel-xeon-e52696v4,amd-epyc-7b13,amd-epyc-7b12",0
|
|
168
|
-
e2-highmem-8,e2,e2-highmem-8,general,8,64,0,0,"intel-xeon-8173m,intel-xeon-e52696v4,amd-epyc-7b13,amd-epyc-7b12",0
|
|
169
|
-
e2-medium,e2,e2-medium,general,2,4,0,0,"intel-xeon-8173m,intel-xeon-e52696v4,amd-epyc-7b13,amd-epyc-7b12",0
|
|
170
|
-
e2-micro,e2,e2-micro,general,2,1,0,0,"intel-xeon-8173m,intel-xeon-e52696v4,amd-epyc-7b13,amd-epyc-7b12",0
|
|
171
|
-
e2-small,e2,e2-small,general,2,2,0,0,"intel-xeon-8173m,intel-xeon-e52696v4,amd-epyc-7b13,amd-epyc-7b12",0
|
|
172
|
-
e2-standard-16,e2,e2-standard-16,general,16,64,0,0,"intel-xeon-8173m,intel-xeon-e52696v4,amd-epyc-7b13,amd-epyc-7b12",0
|
|
173
|
-
e2-standard-2,e2,e2-standard-2,general,2,8,0,0,"intel-xeon-8173m,intel-xeon-e52696v4,amd-epyc-7b13,amd-epyc-7b12",0
|
|
174
|
-
e2-standard-32,e2,e2-standard-32,general,32,128,0,0,"intel-xeon-8173m,intel-xeon-e52696v4,amd-epyc-7b13,amd-epyc-7b12",0
|
|
175
|
-
e2-standard-4,e2,e2-standard-4,general,4,16,0,0,"intel-xeon-8173m,intel-xeon-e52696v4,amd-epyc-7b13,amd-epyc-7b12",0
|
|
176
|
-
e2-standard-8,e2,e2-standard-8,general,8,32,0,0,"intel-xeon-8173m,intel-xeon-e52696v4,amd-epyc-7b13,amd-epyc-7b12",0
|
|
177
|
-
f1-micro,n1,f1-micro,general,1,0.6,0,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0
|
|
178
|
-
g1-small,n1,g1-small,general,1,1.7,0,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0
|
|
179
|
-
g2-standard-12,g2,g2-standard-12,accelerated,12,48,375,0,intel-xeon-8273cl,1,nvidia-tesla-l4
|
|
180
|
-
g2-standard-16,g2,g2-standard-16,accelerated,16,64,375,0,intel-xeon-8273cl,1,nvidia-tesla-l4
|
|
181
|
-
g2-standard-24,g2,g2-standard-24,accelerated,24,96,375,0,intel-xeon-8273cl,2,nvidia-tesla-l4
|
|
182
|
-
g2-standard-32,g2,g2-standard-32,accelerated,32,128,375,0,intel-xeon-8273cl,1,nvidia-tesla-l4
|
|
183
|
-
g2-standard-4,g2,g2-standard-4,accelerated,4,16,375,0,intel-xeon-8273cl,1,nvidia-tesla-l4
|
|
184
|
-
g2-standard-48,g2,g2-standard-48,accelerated,48,192,1500,0,intel-xeon-8273cl,4,nvidia-tesla-l4
|
|
185
|
-
g2-standard-8,g2,g2-standard-8,accelerated,8,32,375,0,intel-xeon-8273cl,1,nvidia-tesla-l4
|
|
186
|
-
g2-standard-96,g2,g2-standard-96,accelerated,96,384,3000,0,intel-xeon-8273cl,8,nvidia-tesla-l4
|
|
187
|
-
h3-standard-88,h3,h3-standard-88,compute,88,352,0,0,intel-xeon-8481c,0
|
|
188
|
-
m1-megamem-96,m1,m1-megamem-96,memory,96,1433.6,3000,0,intel-xeon-8173m,0
|
|
189
|
-
m1-ultramem-160,m1,m1-ultramem-160,memory,160,3844,0,0,intel-xeon-e78880v4,0
|
|
190
|
-
m1-ultramem-40,m1,m1-ultramem-40,memory,40,961,0,0,intel-xeon-e78880v4,0
|
|
191
|
-
m1-ultramem-80,m1,m1-ultramem-80,memory,80,1922,0,0,intel-xeon-e78880v4,0
|
|
192
|
-
m2-hypermem-416,m2,m2-hypermem-416,memory,416,8832,0,0,intel-xeon-8280l,0
|
|
193
|
-
m2-megamem-416,m2,m2-megamem-416,memory,416,5888,0,0,intel-xeon-8280l,0
|
|
194
|
-
m2-ultramem-208,m2,m2-ultramem-208,memory,208,5888,0,0,intel-xeon-8280l,0
|
|
195
|
-
m2-ultramem-416,m2,m2-ultramem-416,memory,416,11776,0,0,intel-xeon-8280l,0
|
|
196
|
-
m3-megamem-128,m3,m3-megamem-128,memory,128,1952,3000,0,intel-xeon-8373c,0
|
|
197
|
-
m3-megamem-64,m3,m3-megamem-64,memory,64,976,1500,0,intel-xeon-8373c,0
|
|
198
|
-
m3-ultramem-128,m3,m3-ultramem-128,memory,128,3904,3000,0,intel-xeon-8373c,0
|
|
199
|
-
m3-ultramem-32,m3,m3-ultramem-32,memory,32,976,1500,0,intel-xeon-8373c,0
|
|
200
|
-
m3-ultramem-64,m3,m3-ultramem-64,memory,64,1952,1500,0,intel-xeon-8373c,0
|
|
201
|
-
n1-highcpu-16,n1,n1-highcpu-16,general,16,14.4,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0
|
|
202
|
-
n1-highcpu-2,n1,n1-highcpu-2,general,2,1.8,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0
|
|
203
|
-
n1-highcpu-32,n1,n1-highcpu-32,general,32,28.8,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0
|
|
204
|
-
n1-highcpu-4,n1,n1-highcpu-4,general,4,3.6,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0
|
|
205
|
-
n1-highcpu-64,n1,n1-highcpu-64,general,64,57.6,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0
|
|
206
|
-
n1-highcpu-8,n1,n1-highcpu-8,general,8,7.2,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0
|
|
207
|
-
n1-highcpu-96,n1,n1-highcpu-96,general,96,86.4,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0
|
|
208
|
-
n1-highmem-16,n1,n1-highmem-16,general,16,104,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0
|
|
209
|
-
n1-highmem-2,n1,n1-highmem-2,general,2,13,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0
|
|
210
|
-
n1-highmem-32,n1,n1-highmem-32,general,32,208,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0
|
|
211
|
-
n1-highmem-4,n1,n1-highmem-4,general,4,26,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0
|
|
212
|
-
n1-highmem-64,n1,n1-highmem-64,general,64,416,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0
|
|
213
|
-
n1-highmem-8,n1,n1-highmem-8,general,8,52,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0
|
|
214
|
-
n1-highmem-96,n1,n1-highmem-96,general,96,624,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0
|
|
215
|
-
n1-standard-1,n1,n1-standard-1,general,1,3.75,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0
|
|
216
|
-
n1-standard-16,n1,n1-standard-16,general,16,60,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0
|
|
217
|
-
n1-standard-2,n1,n1-standard-2,general,2,7.5,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0
|
|
218
|
-
n1-standard-32,n1,n1-standard-32,general,32,120,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0
|
|
219
|
-
n1-standard-4,n1,n1-standard-4,general,4,15,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0
|
|
220
|
-
n1-standard-64,n1,n1-standard-64,general,64,240,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0
|
|
221
|
-
n1-standard-8,n1,n1-standard-8,general,8,30,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0
|
|
222
|
-
n1-standard-96,n1,n1-standard-96,general,96,360,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0
|
|
223
|
-
n2-highcpu-16,n2,n2-highcpu-16,general,16,16,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0
|
|
224
|
-
n2-highcpu-2,n2,n2-highcpu-2,general,2,2,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0
|
|
225
|
-
n2-highcpu-32,n2,n2-highcpu-32,general,32,32,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0
|
|
226
|
-
n2-highcpu-4,n2,n2-highcpu-4,general,4,4,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0
|
|
227
|
-
n2-highcpu-48,n2,n2-highcpu-48,general,48,48,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0
|
|
228
|
-
n2-highcpu-64,n2,n2-highcpu-64,general,64,64,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0
|
|
229
|
-
n2-highcpu-8,n2,n2-highcpu-8,general,8,8,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0
|
|
230
|
-
n2-highcpu-80,n2,n2-highcpu-80,general,80,80,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0
|
|
231
|
-
n2-highcpu-96,n2,n2-highcpu-96,general,96,96,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0
|
|
232
|
-
n2-highmem-128,n2,n2-highmem-128,general,128,864,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0
|
|
233
|
-
n2-highmem-16,n2,n2-highmem-16,general,16,128,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0
|
|
234
|
-
n2-highmem-2,n2,n2-highmem-2,general,2,16,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0
|
|
235
|
-
n2-highmem-32,n2,n2-highmem-32,general,32,256,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0
|
|
236
|
-
n2-highmem-4,n2,n2-highmem-4,general,4,32,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0
|
|
237
|
-
n2-highmem-48,n2,n2-highmem-48,general,48,384,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0
|
|
238
|
-
n2-highmem-64,n2,n2-highmem-64,general,64,512,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0
|
|
239
|
-
n2-highmem-8,n2,n2-highmem-8,general,8,64,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0
|
|
240
|
-
n2-highmem-80,n2,n2-highmem-80,general,80,640,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0
|
|
241
|
-
n2-highmem-96,n2,n2-highmem-96,general,96,768,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0
|
|
242
|
-
n2-standard-128,n2,n2-standard-128,general,128,512,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0
|
|
243
|
-
n2-standard-16,n2,n2-standard-16,general,16,64,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0
|
|
244
|
-
n2-standard-2,n2,n2-standard-2,general,2,8,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0
|
|
245
|
-
n2-standard-32,n2,n2-standard-32,general,32,128,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0
|
|
246
|
-
n2-standard-4,n2,n2-standard-4,general,4,16,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0
|
|
247
|
-
n2-standard-48,n2,n2-standard-48,general,48,192,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0
|
|
248
|
-
n2-standard-64,n2,n2-standard-64,general,64,256,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0
|
|
249
|
-
n2-standard-8,n2,n2-standard-8,general,8,32,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0
|
|
250
|
-
n2-standard-80,n2,n2-standard-80,general,80,320,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0
|
|
251
|
-
n2-standard-96,n2,n2-standard-96,general,96,384,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0
|
|
252
|
-
n2d-highcpu-128,n2d,n2d-highcpu-128,general,128,128,375,0,"amd-epyc-7b13,amd-epyc-7b12",0
|
|
253
|
-
n2d-highcpu-16,n2d,n2d-highcpu-16,general,16,16,375,0,"amd-epyc-7b13,amd-epyc-7b12",0
|
|
254
|
-
n2d-highcpu-2,n2d,n2d-highcpu-2,general,2,2,375,0,"amd-epyc-7b13,amd-epyc-7b12",0
|
|
255
|
-
n2d-highcpu-224,n2d,n2d-highcpu-224,general,224,224,375,0,"amd-epyc-7b13,amd-epyc-7b12",0
|
|
256
|
-
n2d-highcpu-32,n2d,n2d-highcpu-32,general,32,32,375,0,"amd-epyc-7b13,amd-epyc-7b12",0
|
|
257
|
-
n2d-highcpu-4,n2d,n2d-highcpu-4,general,4,4,375,0,"amd-epyc-7b13,amd-epyc-7b12",0
|
|
258
|
-
n2d-highcpu-48,n2d,n2d-highcpu-48,general,48,48,375,0,"amd-epyc-7b13,amd-epyc-7b12",0
|
|
259
|
-
n2d-highcpu-64,n2d,n2d-highcpu-64,general,64,64,375,0,"amd-epyc-7b13,amd-epyc-7b12",0
|
|
260
|
-
n2d-highcpu-8,n2d,n2d-highcpu-8,general,8,8,375,0,"amd-epyc-7b13,amd-epyc-7b12",0
|
|
261
|
-
n2d-highcpu-80,n2d,n2d-highcpu-80,general,80,80,375,0,"amd-epyc-7b13,amd-epyc-7b12",0
|
|
262
|
-
n2d-highcpu-96,n2d,n2d-highcpu-96,general,96,96,375,0,"amd-epyc-7b13,amd-epyc-7b12",0
|
|
263
|
-
n2d-highmem-16,n2d,n2d-highmem-16,general,16,128,375,0,"amd-epyc-7b13,amd-epyc-7b12",0
|
|
264
|
-
n2d-highmem-2,n2d,n2d-highmem-2,general,2,16,375,0,"amd-epyc-7b13,amd-epyc-7b12",0
|
|
265
|
-
n2d-highmem-32,n2d,n2d-highmem-32,general,32,256,375,0,"amd-epyc-7b13,amd-epyc-7b12",0
|
|
266
|
-
n2d-highmem-4,n2d,n2d-highmem-4,general,4,32,375,0,"amd-epyc-7b13,amd-epyc-7b12",0
|
|
267
|
-
n2d-highmem-48,n2d,n2d-highmem-48,general,48,384,375,0,"amd-epyc-7b13,amd-epyc-7b12",0
|
|
268
|
-
n2d-highmem-64,n2d,n2d-highmem-64,general,64,512,375,0,"amd-epyc-7b13,amd-epyc-7b12",0
|
|
269
|
-
n2d-highmem-8,n2d,n2d-highmem-8,general,8,64,375,0,"amd-epyc-7b13,amd-epyc-7b12",0
|
|
270
|
-
n2d-highmem-80,n2d,n2d-highmem-80,general,80,640,375,0,"amd-epyc-7b13,amd-epyc-7b12",0
|
|
271
|
-
n2d-highmem-96,n2d,n2d-highmem-96,general,96,768,375,0,"amd-epyc-7b13,amd-epyc-7b12",0
|
|
272
|
-
n2d-standard-128,n2d,n2d-standard-128,general,128,512,375,0,"amd-epyc-7b13,amd-epyc-7b12",0
|
|
273
|
-
n2d-standard-16,n2d,n2d-standard-16,general,16,64,375,0,"amd-epyc-7b13,amd-epyc-7b12",0
|
|
274
|
-
n2d-standard-2,n2d,n2d-standard-2,general,2,8,375,0,"amd-epyc-7b13,amd-epyc-7b12",0
|
|
275
|
-
n2d-standard-224,n2d,n2d-standard-224,general,224,896,375,0,"amd-epyc-7b13,amd-epyc-7b12",0
|
|
276
|
-
n2d-standard-32,n2d,n2d-standard-32,general,32,128,375,0,"amd-epyc-7b13,amd-epyc-7b12",0
|
|
277
|
-
n2d-standard-4,n2d,n2d-standard-4,general,4,16,375,0,"amd-epyc-7b13,amd-epyc-7b12",0
|
|
278
|
-
n2d-standard-48,n2d,n2d-standard-48,general,48,192,375,0,"amd-epyc-7b13,amd-epyc-7b12",0
|
|
279
|
-
n2d-standard-64,n2d,n2d-standard-64,general,64,256,375,0,"amd-epyc-7b13,amd-epyc-7b12",0
|
|
280
|
-
n2d-standard-8,n2d,n2d-standard-8,general,8,32,375,0,"amd-epyc-7b13,amd-epyc-7b12",0
|
|
281
|
-
n2d-standard-80,n2d,n2d-standard-80,general,80,320,375,0,"amd-epyc-7b13,amd-epyc-7b12",0
|
|
282
|
-
n2d-standard-96,n2d,n2d-standard-96,general,96,384,375,0,"amd-epyc-7b13,amd-epyc-7b12",0
|
|
283
|
-
n4-highcpu-16,n4,n4-highcpu-16,general,16,32,0,0,intel-xeon-8581c,0
|
|
284
|
-
n4-highcpu-2,n4,n4-highcpu-2,general,2,4,0,0,intel-xeon-8581c,0
|
|
285
|
-
n4-highcpu-32,n4,n4-highcpu-32,general,32,64,0,0,intel-xeon-8581c,0
|
|
286
|
-
n4-highcpu-4,n4,n4-highcpu-4,general,4,8,0,0,intel-xeon-8581c,0
|
|
287
|
-
n4-highcpu-48,n4,n4-highcpu-48,general,48,96,0,0,intel-xeon-8581c,0
|
|
288
|
-
n4-highcpu-64,n4,n4-highcpu-64,general,64,128,0,0,intel-xeon-8581c,0
|
|
289
|
-
n4-highcpu-8,n4,n4-highcpu-8,general,8,16,0,0,intel-xeon-8581c,0
|
|
290
|
-
n4-highcpu-80,n4,n4-highcpu-80,general,80,160,0,0,intel-xeon-8581c,0
|
|
291
|
-
n4-highmem-16,n4,n4-highmem-16,general,16,128,0,0,intel-xeon-8581c,0
|
|
292
|
-
n4-highmem-2,n4,n4-highmem-2,general,2,16,0,0,intel-xeon-8581c,0
|
|
293
|
-
n4-highmem-32,n4,n4-highmem-32,general,32,256,0,0,intel-xeon-8581c,0
|
|
294
|
-
n4-highmem-4,n4,n4-highmem-4,general,4,32,0,0,intel-xeon-8581c,0
|
|
295
|
-
n4-highmem-48,n4,n4-highmem-48,general,48,384,0,0,intel-xeon-8581c,0
|
|
296
|
-
n4-highmem-64,n4,n4-highmem-64,general,64,512,0,0,intel-xeon-8581c,0
|
|
297
|
-
n4-highmem-8,n4,n4-highmem-8,general,8,64,0,0,intel-xeon-8581c,0
|
|
298
|
-
n4-highmem-80,n4,n4-highmem-80,general,80,640,0,0,intel-xeon-8581c,0
|
|
299
|
-
n4-standard-16,n4,n4-standard-16,general,16,64,0,0,intel-xeon-8581c,0
|
|
300
|
-
n4-standard-2,n4,n4-standard-2,general,2,8,0,0,intel-xeon-8581c,0
|
|
301
|
-
n4-standard-32,n4,n4-standard-32,general,32,128,0,0,intel-xeon-8581c,0
|
|
302
|
-
n4-standard-4,n4,n4-standard-4,general,4,16,0,0,intel-xeon-8581c,0
|
|
303
|
-
n4-standard-48,n4,n4-standard-48,general,48,192,0,0,intel-xeon-8581c,0
|
|
304
|
-
n4-standard-64,n4,n4-standard-64,general,64,256,0,0,intel-xeon-8581c,0
|
|
305
|
-
n4-standard-8,n4,n4-standard-8,general,8,32,0,0,intel-xeon-8581c,0
|
|
306
|
-
n4-standard-80,n4,n4-standard-80,general,80,320,0,0,intel-xeon-8581c,0
|
|
307
|
-
t2a-standard-1,t2a,t2a-standard-1,general,1,4,0,0,ampere-altra-q6430,0
|
|
308
|
-
t2a-standard-16,t2a,t2a-standard-16,general,16,64,0,0,ampere-altra-q6430,0
|
|
309
|
-
t2a-standard-2,t2a,t2a-standard-2,general,2,8,0,0,ampere-altra-q6430,0
|
|
310
|
-
t2a-standard-32,t2a,t2a-standard-32,general,32,128,0,0,ampere-altra-q6430,0
|
|
311
|
-
t2a-standard-4,t2a,t2a-standard-4,general,4,16,0,0,ampere-altra-q6430,0
|
|
312
|
-
t2a-standard-48,t2a,t2a-standard-48,general,48,192,0,0,ampere-altra-q6430,0
|
|
313
|
-
t2a-standard-8,t2a,t2a-standard-8,general,8,32,0,0,ampere-altra-q6430,0
|
|
314
|
-
t2d-standard-1,t2d,t2d-standard-1,general,1,4,0,0,amd-epyc-7b13,0
|
|
315
|
-
t2d-standard-16,t2d,t2d-standard-16,general,16,64,0,0,amd-epyc-7b13,0
|
|
316
|
-
t2d-standard-2,t2d,t2d-standard-2,general,2,8,0,0,amd-epyc-7b13,0
|
|
317
|
-
t2d-standard-32,t2d,t2d-standard-32,general,32,128,0,0,amd-epyc-7b13,0
|
|
318
|
-
t2d-standard-4,t2d,t2d-standard-4,general,4,16,0,0,amd-epyc-7b13,0
|
|
319
|
-
t2d-standard-48,t2d,t2d-standard-48,general,48,192,0,0,amd-epyc-7b13,0
|
|
320
|
-
t2d-standard-60,t2d,t2d-standard-60,general,60,240,0,0,amd-epyc-7b13,0
|
|
321
|
-
t2d-standard-8,t2d,t2d-standard-8,general,8,32,0,0,amd-epyc-7b13,0
|
|
322
|
-
z3-highmem-176,z3,z3-highmem-176,storage,176,1408,36000,0,intel-xeon-8481c,0
|
|
323
|
-
z3-highmem-88,z3,z3-highmem-88,storage,88,704,36000,0,intel-xeon-8481c,0
|
|
1
|
+
id,family,name,category,vcpus,memory,ssd,hdd,cpu,accelerators,accelerator,embodied
|
|
2
|
+
a2-highgpu-1g,a2,a2-highgpu-1g,accelerated,12,85,375,0,intel-xeon-8273cl,1,nvidia-tesla-a10040,5.464
|
|
3
|
+
a2-highgpu-2g,a2,a2-highgpu-2g,accelerated,24,170,375,0,intel-xeon-8273cl,2,nvidia-tesla-a10040,5.464
|
|
4
|
+
a2-highgpu-4g,a2,a2-highgpu-4g,accelerated,48,340,375,0,intel-xeon-8273cl,4,nvidia-tesla-a10040,5.464
|
|
5
|
+
a2-highgpu-8g,a2,a2-highgpu-8g,accelerated,96,680,375,0,intel-xeon-8273cl,8,nvidia-tesla-a10040,5.464
|
|
6
|
+
a2-megagpu-16g,a2,a2-megagpu-16g,accelerated,96,1360,375,0,intel-xeon-8273cl,16,nvidia-tesla-a10040,5.464
|
|
7
|
+
a2-ultragpu-1g,a2,a2-ultragpu-1g,accelerated,12,170,375,0,intel-xeon-8273cl,1,nvidia-tesla-a10080,5.464
|
|
8
|
+
a2-ultragpu-2g,a2,a2-ultragpu-2g,accelerated,24,340,750,0,intel-xeon-8273cl,2,nvidia-tesla-a10080,5.464
|
|
9
|
+
a2-ultragpu-4g,a2,a2-ultragpu-4g,accelerated,48,680,1500,0,intel-xeon-8273cl,4,nvidia-tesla-a10080,2.3761
|
|
10
|
+
a2-ultragpu-8g,a2,a2-ultragpu-8g,accelerated,96,1360,3000,0,intel-xeon-8273cl,8,nvidia-tesla-a10080,5.464
|
|
11
|
+
a3-edgegpu-8g,a3,a3-edgegpu-8g,accelerated,208,1872,6000,0,intel-xeon-8481c,8,nvidia-tesla-h10080,2.3205
|
|
12
|
+
a3-highgpu-1g,a3,a3-highgpu-1g,accelerated,26,234,750,0,intel-xeon-8481c,1,nvidia-tesla-h10080,5.464
|
|
13
|
+
a3-highgpu-2g,a3,a3-highgpu-2g,accelerated,52,468,1500,0,intel-xeon-8481c,2,nvidia-tesla-h10080,2.3761
|
|
14
|
+
a3-highgpu-4g,a3,a3-highgpu-4g,accelerated,104,936,3000,0,intel-xeon-8481c,4,nvidia-tesla-h10080,2.3761
|
|
15
|
+
a3-highgpu-8g,a3,a3-highgpu-8g,accelerated,208,1872,6000,0,intel-xeon-8481c,8,nvidia-tesla-h10080,2.3205
|
|
16
|
+
a3-megagpu-8g,a3,a3-megagpu-8g,accelerated,208,1872,6000,0,intel-xeon-8481c,8,nvidia-tesla-h10080,2.3205
|
|
17
|
+
a3-ultragpu-8g,a3,a3-ultragpu-8g,accelerated,224,2952,12000,0,intel-xeon-8581c,8,nvidia-tesla-h200,1.1
|
|
18
|
+
c2-standard-16,c2,c2-standard-16,compute,16,64,375,0,intel-xeon-6253cl,0,,1.5107
|
|
19
|
+
c2-standard-30,c2,c2-standard-30,compute,30,120,375,0,intel-xeon-6253cl,0,,1.5107
|
|
20
|
+
c2-standard-4,c2,c2-standard-4,compute,4,16,375,0,intel-xeon-6253cl,0,,1.5107
|
|
21
|
+
c2-standard-60,c2,c2-standard-60,compute,60,240,375,0,intel-xeon-6253cl,0,,1.5107
|
|
22
|
+
c2-standard-8,c2,c2-standard-8,compute,8,32,375,0,intel-xeon-6253cl,0,,1.5107
|
|
23
|
+
c2d-highcpu-112,c2d,c2d-highcpu-112,compute,112,224,375,0,amd-epyc-7b13,0,,1.3885
|
|
24
|
+
c2d-highcpu-16,c2d,c2d-highcpu-16,compute,16,32,375,0,amd-epyc-7b13,0,,1.3885
|
|
25
|
+
c2d-highcpu-2,c2d,c2d-highcpu-2,compute,2,4,375,0,amd-epyc-7b13,0,,1.2303
|
|
26
|
+
c2d-highcpu-32,c2d,c2d-highcpu-32,compute,32,64,375,0,amd-epyc-7b13,0,,1.3885
|
|
27
|
+
c2d-highcpu-4,c2d,c2d-highcpu-4,compute,4,8,375,0,amd-epyc-7b13,0,,1.3885
|
|
28
|
+
c2d-highcpu-56,c2d,c2d-highcpu-56,compute,56,112,375,0,amd-epyc-7b13,0,,1.3107
|
|
29
|
+
c2d-highcpu-8,c2d,c2d-highcpu-8,compute,8,16,375,0,amd-epyc-7b13,0,,1.3885
|
|
30
|
+
c2d-highmem-112,c2d,c2d-highmem-112,compute,112,896,375,0,amd-epyc-7b13,0,,2.3761
|
|
31
|
+
c2d-highmem-16,c2d,c2d-highmem-16,compute,16,128,375,0,amd-epyc-7b13,0,,2.1429
|
|
32
|
+
c2d-highmem-2,c2d,c2d-highmem-2,compute,2,16,375,0,amd-epyc-7b13,0,,2.1429
|
|
33
|
+
c2d-highmem-32,c2d,c2d-highmem-32,compute,32,256,375,0,amd-epyc-7b13,0,,2.1429
|
|
34
|
+
c2d-highmem-4,c2d,c2d-highmem-4,compute,4,32,375,0,amd-epyc-7b13,0,,2.1429
|
|
35
|
+
c2d-highmem-56,c2d,c2d-highmem-56,compute,56,448,375,0,amd-epyc-7b13,0,,2.0432
|
|
36
|
+
c2d-highmem-8,c2d,c2d-highmem-8,compute,8,64,375,0,amd-epyc-7b13,0,,2.1429
|
|
37
|
+
c2d-standard-112,c2d,c2d-standard-112,compute,112,448,375,0,amd-epyc-7b13,0,,2.3205
|
|
38
|
+
c2d-standard-16,c2d,c2d-standard-16,compute,16,64,375,0,amd-epyc-7b13,0,,2.3205
|
|
39
|
+
c2d-standard-2,c2d,c2d-standard-2,compute,2,8,375,0,amd-epyc-7b13,0,,2.3205
|
|
40
|
+
c2d-standard-32,c2d,c2d-standard-32,compute,32,128,375,0,amd-epyc-7b13,0,,2.3205
|
|
41
|
+
c2d-standard-4,c2d,c2d-standard-4,compute,4,16,375,0,amd-epyc-7b13,0,,2.3205
|
|
42
|
+
c2d-standard-56,c2d,c2d-standard-56,compute,56,224,375,0,amd-epyc-7b13,0,,1.3107
|
|
43
|
+
c2d-standard-8,c2d,c2d-standard-8,compute,8,32,375,0,amd-epyc-7b13,0,,2.3205
|
|
44
|
+
c3-highcpu-176,c3,c3-highcpu-176,general,176,352,0,0,intel-xeon-8481c,0,,1.1
|
|
45
|
+
c3-highcpu-192-metal,c3,c3-highcpu-192-metal,general,192,512,0,0,intel-xeon-8481c,0,,1.1
|
|
46
|
+
c3-highcpu-22,c3,c3-highcpu-22,general,22,44,0,0,intel-xeon-8481c,0,,1.6771
|
|
47
|
+
c3-highcpu-4,c3,c3-highcpu-4,general,4,8,0,0,intel-xeon-8481c,0,,1.0972
|
|
48
|
+
c3-highcpu-44,c3,c3-highcpu-44,general,44,88,0,0,intel-xeon-8481c,0,,1.311
|
|
49
|
+
c3-highcpu-8,c3,c3-highcpu-8,general,8,16,0,0,intel-xeon-8481c,0,,1.0972
|
|
50
|
+
c3-highcpu-88,c3,c3-highcpu-88,general,88,176,0,0,intel-xeon-8481c,0,,1.311
|
|
51
|
+
c3-highmem-176,c3,c3-highmem-176,general,176,1408,0,0,intel-xeon-8481c,0,,2.3205
|
|
52
|
+
c3-highmem-192-metal,c3,c3-highmem-192-metal,general,192,1536,0,0,intel-xeon-8481c,0,,2.3205
|
|
53
|
+
c3-highmem-22,c3,c3-highmem-22,general,22,176,0,0,intel-xeon-8481c,0,,5.464
|
|
54
|
+
c3-highmem-4,c3,c3-highmem-4,general,4,32,0,0,intel-xeon-8481c,0,,1.2303
|
|
55
|
+
c3-highmem-44,c3,c3-highmem-44,general,44,352,0,0,intel-xeon-8481c,0,,5.464
|
|
56
|
+
c3-highmem-8,c3,c3-highmem-8,general,8,64,0,0,intel-xeon-8481c,0,,1.2303
|
|
57
|
+
c3-highmem-88,c3,c3-highmem-88,general,88,704,0,0,intel-xeon-8481c,0,,5.464
|
|
58
|
+
c3-standard-176,c3,c3-standard-176,general,176,704,0,0,intel-xeon-8481c,0,,1.1
|
|
59
|
+
c3-standard-176-lssd,c3,c3-standard-176-lssd,general,176,704,12000,0,intel-xeon-8481c,0,,1.1
|
|
60
|
+
c3-standard-192-metal,c3,c3-standard-192-metal,general,192,768,0,0,intel-xeon-8481c,0,,2.3205
|
|
61
|
+
c3-standard-22,c3,c3-standard-22,general,22,88,0,0,intel-xeon-8481c,0,,5.464
|
|
62
|
+
c3-standard-22-lssd,c3,c3-standard-22-lssd,general,22,88,1500,0,intel-xeon-8481c,0,,5.464
|
|
63
|
+
c3-standard-4,c3,c3-standard-4,general,4,16,0,0,intel-xeon-8481c,0,,1.5107
|
|
64
|
+
c3-standard-4-lssd,c3,c3-standard-4-lssd,general,4,16,375,0,intel-xeon-8481c,0,,1.5107
|
|
65
|
+
c3-standard-44,c3,c3-standard-44,general,44,176,0,0,intel-xeon-8481c,0,,1.8879
|
|
66
|
+
c3-standard-44-lssd,c3,c3-standard-44-lssd,general,44,176,3000,0,intel-xeon-8481c,0,,1.8879
|
|
67
|
+
c3-standard-8,c3,c3-standard-8,general,8,32,0,0,intel-xeon-8481c,0,,1.5107
|
|
68
|
+
c3-standard-8-lssd,c3,c3-standard-8-lssd,general,8,32,750,0,intel-xeon-8481c,0,,1.5107
|
|
69
|
+
c3-standard-88,c3,c3-standard-88,general,88,352,0,0,intel-xeon-8481c,0,,1.6771
|
|
70
|
+
c3-standard-88-lssd,c3,c3-standard-88-lssd,general,88,352,6000,0,intel-xeon-8481c,0,,1.6771
|
|
71
|
+
c3d-highcpu-16,c3d,c3d-highcpu-16,general,16,32,0,0,amd-epyc-9b14,0,,1.3885
|
|
72
|
+
c3d-highcpu-180,c3d,c3d-highcpu-180,general,180,354,0,0,amd-epyc-9b14,0,,1.1
|
|
73
|
+
c3d-highcpu-30,c3d,c3d-highcpu-30,general,30,59,0,0,amd-epyc-9b14,0,,1.3885
|
|
74
|
+
c3d-highcpu-360,c3d,c3d-highcpu-360,general,360,708,0,0,amd-epyc-9b14,0,,1.1
|
|
75
|
+
c3d-highcpu-4,c3d,c3d-highcpu-4,general,4,8,0,0,amd-epyc-9b14,0,,1.3885
|
|
76
|
+
c3d-highcpu-60,c3d,c3d-highcpu-60,general,60,118,0,0,amd-epyc-9b14,0,,1.3885
|
|
77
|
+
c3d-highcpu-8,c3d,c3d-highcpu-8,general,8,16,0,0,amd-epyc-9b14,0,,1.3885
|
|
78
|
+
c3d-highcpu-90,c3d,c3d-highcpu-90,general,90,177,0,0,amd-epyc-9b14,0,,1.3885
|
|
79
|
+
c3d-highmem-16,c3d,c3d-highmem-16,general,16,128,0,0,amd-epyc-9b14,0,,2.1429
|
|
80
|
+
c3d-highmem-16-lssd,c3d,c3d-highmem-16-lssd,general,16,128,375,0,amd-epyc-9b14,0,,2.1429
|
|
81
|
+
c3d-highmem-180,c3d,c3d-highmem-180,general,180,1440,0,0,amd-epyc-9b14,0,,2.3205
|
|
82
|
+
c3d-highmem-180-lssd,c3d,c3d-highmem-180-lssd,general,180,1440,6000,0,amd-epyc-9b14,0,,2.3205
|
|
83
|
+
c3d-highmem-30,c3d,c3d-highmem-30,general,30,240,0,0,amd-epyc-9b14,0,,2.1429
|
|
84
|
+
c3d-highmem-30-lssd,c3d,c3d-highmem-30-lssd,general,30,240,750,0,amd-epyc-9b14,0,,2.1429
|
|
85
|
+
c3d-highmem-360,c3d,c3d-highmem-360,general,360,2880,0,0,amd-epyc-9b14,0,,1.1
|
|
86
|
+
c3d-highmem-360-lssd,c3d,c3d-highmem-360-lssd,general,360,2880,12000,0,amd-epyc-9b14,0,,1.1
|
|
87
|
+
c3d-highmem-4,c3d,c3d-highmem-4,general,4,32,0,0,amd-epyc-9b14,0,,2.1429
|
|
88
|
+
c3d-highmem-60,c3d,c3d-highmem-60,general,60,480,0,0,amd-epyc-9b14,0,,2.1429
|
|
89
|
+
c3d-highmem-60-lssd,c3d,c3d-highmem-60-lssd,general,60,480,1500,0,amd-epyc-9b14,0,,2.1429
|
|
90
|
+
c3d-highmem-8,c3d,c3d-highmem-8,general,8,64,0,0,amd-epyc-9b14,0,,2.1429
|
|
91
|
+
c3d-highmem-8-lssd,c3d,c3d-highmem-8-lssd,general,8,64,375,0,amd-epyc-9b14,0,,2.1429
|
|
92
|
+
c3d-highmem-90,c3d,c3d-highmem-90,general,90,720,0,0,amd-epyc-9b14,0,,5.464
|
|
93
|
+
c3d-highmem-90-lssd,c3d,c3d-highmem-90-lssd,general,90,720,3000,0,amd-epyc-9b14,0,,5.464
|
|
94
|
+
c3d-standard-16,c3d,c3d-standard-16,general,16,64,0,0,amd-epyc-9b14,0,,2.3205
|
|
95
|
+
c3d-standard-16-lssd,c3d,c3d-standard-16-lssd,general,16,64,375,0,amd-epyc-9b14,0,,2.3205
|
|
96
|
+
c3d-standard-180,c3d,c3d-standard-180,general,180,720,0,0,amd-epyc-9b14,0,,1.1
|
|
97
|
+
c3d-standard-180-lssd,c3d,c3d-standard-180-lssd,general,180,720,6000,0,amd-epyc-9b14,0,,1.1
|
|
98
|
+
c3d-standard-30,c3d,c3d-standard-30,general,30,120,0,0,amd-epyc-9b14,0,,1.5107
|
|
99
|
+
c3d-standard-30-lssd,c3d,c3d-standard-30-lssd,general,30,120,750,0,amd-epyc-9b14,0,,1.5107
|
|
100
|
+
c3d-standard-360,c3d,c3d-standard-360,general,360,1440,0,0,amd-epyc-9b14,0,,1.1
|
|
101
|
+
c3d-standard-360-lssd,c3d,c3d-standard-360-lssd,general,360,1440,12000,0,amd-epyc-9b14,0,,1.1
|
|
102
|
+
c3d-standard-4,c3d,c3d-standard-4,general,4,16,0,0,amd-epyc-9b14,0,,2.3205
|
|
103
|
+
c3d-standard-60,c3d,c3d-standard-60,general,60,240,0,0,amd-epyc-9b14,0,,1.3107
|
|
104
|
+
c3d-standard-60-lssd,c3d,c3d-standard-60-lssd,general,60,240,1500,0,amd-epyc-9b14,0,,1.3107
|
|
105
|
+
c3d-standard-8,c3d,c3d-standard-8,general,8,32,0,0,amd-epyc-9b14,0,,2.3205
|
|
106
|
+
c3d-standard-8-lssd,c3d,c3d-standard-8-lssd,general,8,32,375,0,amd-epyc-9b14,0,,2.3205
|
|
107
|
+
c3d-standard-90,c3d,c3d-standard-90,general,90,360,0,0,amd-epyc-9b14,0,,1.6771
|
|
108
|
+
c3d-standard-90-lssd,c3d,c3d-standard-90-lssd,general,90,360,3000,0,amd-epyc-9b14,0,,1.6771
|
|
109
|
+
c4-highcpu-16,c4,c4-highcpu-16,general,16,32,0,0,intel-xeon-8581c,0,,1.0972
|
|
110
|
+
c4-highcpu-192,c4,c4-highcpu-192,general,192,384,0,0,intel-xeon-8581c,0,,1.1
|
|
111
|
+
c4-highcpu-2,c4,c4-highcpu-2,general,2,4,0,0,intel-xeon-8581c,0,,1.2303
|
|
112
|
+
c4-highcpu-32,c4,c4-highcpu-32,general,32,64,0,0,intel-xeon-8581c,0,,1.0972
|
|
113
|
+
c4-highcpu-4,c4,c4-highcpu-4,general,4,8,0,0,intel-xeon-8581c,0,,1.0972
|
|
114
|
+
c4-highcpu-48,c4,c4-highcpu-48,general,48,96,0,0,intel-xeon-8581c,0,,1.311
|
|
115
|
+
c4-highcpu-8,c4,c4-highcpu-8,general,8,16,0,0,intel-xeon-8581c,0,,1.0972
|
|
116
|
+
c4-highcpu-96,c4,c4-highcpu-96,general,96,192,0,0,intel-xeon-8581c,0,,1.311
|
|
117
|
+
c4-highmem-16,c4,c4-highmem-16,general,16,124,0,0,intel-xeon-8581c,0,,1.2303
|
|
118
|
+
c4-highmem-192,c4,c4-highmem-192,general,192,1488,0,0,intel-xeon-8581c,0,,2.3205
|
|
119
|
+
c4-highmem-2,c4,c4-highmem-2,general,2,15,0,0,intel-xeon-8581c,0,,1.2303
|
|
120
|
+
c4-highmem-32,c4,c4-highmem-32,general,32,248,0,0,intel-xeon-8581c,0,,2.3761
|
|
121
|
+
c4-highmem-4,c4,c4-highmem-4,general,4,31,0,0,intel-xeon-8581c,0,,1.2303
|
|
122
|
+
c4-highmem-48,c4,c4-highmem-48,general,48,372,0,0,intel-xeon-8581c,0,,2.3761
|
|
123
|
+
c4-highmem-8,c4,c4-highmem-8,general,8,62,0,0,intel-xeon-8581c,0,,1.2303
|
|
124
|
+
c4-highmem-96,c4,c4-highmem-96,general,96,744,0,0,intel-xeon-8581c,0,,2.3761
|
|
125
|
+
c4-standard-16,c4,c4-standard-16,general,16,60,0,0,intel-xeon-8581c,0,,1.6771
|
|
126
|
+
c4-standard-192,c4,c4-standard-192,general,192,720,0,0,intel-xeon-8581c,0,,2.3205
|
|
127
|
+
c4-standard-2,c4,c4-standard-2,general,2,7,0,0,intel-xeon-8581c,0,,1.6771
|
|
128
|
+
c4-standard-32,c4,c4-standard-32,general,32,120,0,0,intel-xeon-8581c,0,,1.6771
|
|
129
|
+
c4-standard-4,c4,c4-standard-4,general,4,15,0,0,intel-xeon-8581c,0,,1.6771
|
|
130
|
+
c4-standard-48,c4,c4-standard-48,general,48,180,0,0,intel-xeon-8581c,0,,1.8879
|
|
131
|
+
c4-standard-8,c4,c4-standard-8,general,8,30,0,0,intel-xeon-8581c,0,,1.6771
|
|
132
|
+
c4-standard-96,c4,c4-standard-96,general,96,360,0,0,intel-xeon-8581c,0,,1.6771
|
|
133
|
+
c4a-highcpu-1,c4a,c4a-highcpu-1,general,1,2,0,0,google-axion,0,,1.5771
|
|
134
|
+
c4a-highcpu-16,c4a,c4a-highcpu-16,general,16,32,0,0,google-axion,0,,1.0972
|
|
135
|
+
c4a-highcpu-2,c4a,c4a-highcpu-2,general,2,4,0,0,google-axion,0,,1.2303
|
|
136
|
+
c4a-highcpu-32,c4a,c4a-highcpu-32,general,32,64,0,0,google-axion,0,,1.0972
|
|
137
|
+
c4a-highcpu-4,c4a,c4a-highcpu-4,general,4,8,0,0,google-axion,0,,1.0972
|
|
138
|
+
c4a-highcpu-48,c4a,c4a-highcpu-48,general,48,96,0,0,google-axion,0,,1.311
|
|
139
|
+
c4a-highcpu-64,c4a,c4a-highcpu-64,general,64,128,0,0,google-axion,0,,1.311
|
|
140
|
+
c4a-highcpu-72,c4a,c4a-highcpu-72,general,72,144,0,0,google-axion,0,,1.311
|
|
141
|
+
c4a-highcpu-8,c4a,c4a-highcpu-8,general,8,16,0,0,google-axion,0,,1.0972
|
|
142
|
+
c4a-highmem-1,c4a,c4a-highmem-1,general,1,8,0,0,google-axion,0,,1.3107
|
|
143
|
+
c4a-highmem-16,c4a,c4a-highmem-16,general,16,128,0,0,google-axion,0,,1.2303
|
|
144
|
+
c4a-highmem-2,c4a,c4a-highmem-2,general,2,16,0,0,google-axion,0,,1.2303
|
|
145
|
+
c4a-highmem-32,c4a,c4a-highmem-32,general,32,256,0,0,google-axion,0,,2.3761
|
|
146
|
+
c4a-highmem-4,c4a,c4a-highmem-4,general,4,32,0,0,google-axion,0,,1.2303
|
|
147
|
+
c4a-highmem-48,c4a,c4a-highmem-48,general,48,384,0,0,google-axion,0,,2.3761
|
|
148
|
+
c4a-highmem-64,c4a,c4a-highmem-64,general,64,512,0,0,google-axion,0,,2.3761
|
|
149
|
+
c4a-highmem-72,c4a,c4a-highmem-72,general,72,576,0,0,google-axion,0,,2.3761
|
|
150
|
+
c4a-highmem-8,c4a,c4a-highmem-8,general,8,64,0,0,google-axion,0,,1.2303
|
|
151
|
+
c4a-standard-1,c4a,c4a-standard-1,general,1,4,0,0,google-axion,0,,1.3107
|
|
152
|
+
c4a-standard-16,c4a,c4a-standard-16,general,16,64,0,0,google-axion,0,,1.5107
|
|
153
|
+
c4a-standard-2,c4a,c4a-standard-2,general,2,8,0,0,google-axion,0,,1.2303
|
|
154
|
+
c4a-standard-32,c4a,c4a-standard-32,general,32,128,0,0,google-axion,0,,1.2303
|
|
155
|
+
c4a-standard-4,c4a,c4a-standard-4,general,4,16,0,0,google-axion,0,,1.5107
|
|
156
|
+
c4a-standard-48,c4a,c4a-standard-48,general,48,192,0,0,google-axion,0,,1.8879
|
|
157
|
+
c4a-standard-64,c4a,c4a-standard-64,general,64,256,0,0,google-axion,0,,1.8879
|
|
158
|
+
c4a-standard-72,c4a,c4a-standard-72,general,72,288,0,0,google-axion,0,,1.8879
|
|
159
|
+
c4a-standard-8,c4a,c4a-standard-8,general,8,32,0,0,google-axion,0,,1.5107
|
|
160
|
+
e2-highcpu-16,e2,e2-highcpu-16,general,16,16,0,0,"intel-xeon-8173m,intel-xeon-e52696v4,amd-epyc-7b13,amd-epyc-7b12",0,,1.0972
|
|
161
|
+
e2-highcpu-2,e2,e2-highcpu-2,general,2,2,0,0,"intel-xeon-8173m,intel-xeon-e52696v4,amd-epyc-7b13,amd-epyc-7b12",0,,1.0972
|
|
162
|
+
e2-highcpu-32,e2,e2-highcpu-32,general,32,32,0,0,"intel-xeon-8173m,intel-xeon-e52696v4,amd-epyc-7b13,amd-epyc-7b12",0,,1.0972
|
|
163
|
+
e2-highcpu-4,e2,e2-highcpu-4,general,4,4,0,0,"intel-xeon-8173m,intel-xeon-e52696v4,amd-epyc-7b13,amd-epyc-7b12",0,,1.0972
|
|
164
|
+
e2-highcpu-8,e2,e2-highcpu-8,general,8,8,0,0,"intel-xeon-8173m,intel-xeon-e52696v4,amd-epyc-7b13,amd-epyc-7b12",0,,1.0972
|
|
165
|
+
e2-highmem-16,e2,e2-highmem-16,general,16,128,0,0,"intel-xeon-8173m,intel-xeon-e52696v4,amd-epyc-7b13,amd-epyc-7b12",0,,1.2303
|
|
166
|
+
e2-highmem-2,e2,e2-highmem-2,general,2,16,0,0,"intel-xeon-8173m,intel-xeon-e52696v4,amd-epyc-7b13,amd-epyc-7b12",0,,1.2303
|
|
167
|
+
e2-highmem-4,e2,e2-highmem-4,general,4,32,0,0,"intel-xeon-8173m,intel-xeon-e52696v4,amd-epyc-7b13,amd-epyc-7b12",0,,1.2303
|
|
168
|
+
e2-highmem-8,e2,e2-highmem-8,general,8,64,0,0,"intel-xeon-8173m,intel-xeon-e52696v4,amd-epyc-7b13,amd-epyc-7b12",0,,1.2303
|
|
169
|
+
e2-medium,e2,e2-medium,general,2,4,0,0,"intel-xeon-8173m,intel-xeon-e52696v4,amd-epyc-7b13,amd-epyc-7b12",0,,1.2303
|
|
170
|
+
e2-micro,e2,e2-micro,general,2,1,0,0,"intel-xeon-8173m,intel-xeon-e52696v4,amd-epyc-7b13,amd-epyc-7b12",0,,1.2303
|
|
171
|
+
e2-small,e2,e2-small,general,2,2,0,0,"intel-xeon-8173m,intel-xeon-e52696v4,amd-epyc-7b13,amd-epyc-7b12",0,,1.2303
|
|
172
|
+
e2-standard-16,e2,e2-standard-16,general,16,64,0,0,"intel-xeon-8173m,intel-xeon-e52696v4,amd-epyc-7b13,amd-epyc-7b12",0,,1.2303
|
|
173
|
+
e2-standard-2,e2,e2-standard-2,general,2,8,0,0,"intel-xeon-8173m,intel-xeon-e52696v4,amd-epyc-7b13,amd-epyc-7b12",0,,1.2303
|
|
174
|
+
e2-standard-32,e2,e2-standard-32,general,32,128,0,0,"intel-xeon-8173m,intel-xeon-e52696v4,amd-epyc-7b13,amd-epyc-7b12",0,,1.2303
|
|
175
|
+
e2-standard-4,e2,e2-standard-4,general,4,16,0,0,"intel-xeon-8173m,intel-xeon-e52696v4,amd-epyc-7b13,amd-epyc-7b12",0,,1.2303
|
|
176
|
+
e2-standard-8,e2,e2-standard-8,general,8,32,0,0,"intel-xeon-8173m,intel-xeon-e52696v4,amd-epyc-7b13,amd-epyc-7b12",0,,1.2303
|
|
177
|
+
f1-micro,n1,f1-micro,general,1,0.6,0,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0,,1.5771
|
|
178
|
+
g1-small,n1,g1-small,general,1,1.7,0,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0,,1.5771
|
|
179
|
+
g2-standard-12,g2,g2-standard-12,accelerated,12,48,375,0,intel-xeon-8273cl,1,nvidia-tesla-l4,5.464
|
|
180
|
+
g2-standard-16,g2,g2-standard-16,accelerated,16,64,375,0,intel-xeon-8273cl,1,nvidia-tesla-l4,1.2303
|
|
181
|
+
g2-standard-24,g2,g2-standard-24,accelerated,24,96,375,0,intel-xeon-8273cl,2,nvidia-tesla-l4,5.464
|
|
182
|
+
g2-standard-32,g2,g2-standard-32,accelerated,32,128,375,0,intel-xeon-8273cl,1,nvidia-tesla-l4,1.2303
|
|
183
|
+
g2-standard-4,g2,g2-standard-4,accelerated,4,16,375,0,intel-xeon-8273cl,1,nvidia-tesla-l4,1.2303
|
|
184
|
+
g2-standard-48,g2,g2-standard-48,accelerated,48,192,1500,0,intel-xeon-8273cl,4,nvidia-tesla-l4,1.8879
|
|
185
|
+
g2-standard-8,g2,g2-standard-8,accelerated,8,32,375,0,intel-xeon-8273cl,1,nvidia-tesla-l4,1.2303
|
|
186
|
+
g2-standard-96,g2,g2-standard-96,accelerated,96,384,3000,0,intel-xeon-8273cl,8,nvidia-tesla-l4,1.8879
|
|
187
|
+
h3-standard-88,h3,h3-standard-88,compute,88,352,0,0,intel-xeon-8481c,0,,1.6771
|
|
188
|
+
m1-megamem-96,m1,m1-megamem-96,memory,96,1433.6,3000,0,intel-xeon-8173m,0,,1.2
|
|
189
|
+
m1-ultramem-160,m1,m1-ultramem-160,memory,160,3844,0,0,intel-xeon-e78880v4,0,,1.1
|
|
190
|
+
m1-ultramem-40,m1,m1-ultramem-40,memory,40,961,0,0,intel-xeon-e78880v4,0,,1.1
|
|
191
|
+
m1-ultramem-80,m1,m1-ultramem-80,memory,80,1922,0,0,intel-xeon-e78880v4,0,,1.1
|
|
192
|
+
m2-hypermem-416,m2,m2-hypermem-416,memory,416,8832,0,0,intel-xeon-8280l,0,,1.1
|
|
193
|
+
m2-megamem-416,m2,m2-megamem-416,memory,416,5888,0,0,intel-xeon-8280l,0,,1.1
|
|
194
|
+
m2-ultramem-208,m2,m2-ultramem-208,memory,208,5888,0,0,intel-xeon-8280l,0,,1.1
|
|
195
|
+
m2-ultramem-416,m2,m2-ultramem-416,memory,416,11776,0,0,intel-xeon-8280l,0,,1.1
|
|
196
|
+
m3-megamem-128,m3,m3-megamem-128,memory,128,1952,3000,0,intel-xeon-8373c,0,,1.2
|
|
197
|
+
m3-megamem-64,m3,m3-megamem-64,memory,64,976,1500,0,intel-xeon-8373c,0,,2.3761
|
|
198
|
+
m3-ultramem-128,m3,m3-ultramem-128,memory,128,3904,3000,0,intel-xeon-8373c,0,,1.1
|
|
199
|
+
m3-ultramem-32,m3,m3-ultramem-32,memory,32,976,1500,0,intel-xeon-8373c,0,,1.1
|
|
200
|
+
m3-ultramem-64,m3,m3-ultramem-64,memory,64,1952,1500,0,intel-xeon-8373c,0,,1.1
|
|
201
|
+
n1-highcpu-16,n1,n1-highcpu-16,general,16,14.4,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0,,1.2976
|
|
202
|
+
n1-highcpu-2,n1,n1-highcpu-2,general,2,1.8,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0,,1.2976
|
|
203
|
+
n1-highcpu-32,n1,n1-highcpu-32,general,32,28.8,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0,,1.2976
|
|
204
|
+
n1-highcpu-4,n1,n1-highcpu-4,general,4,3.6,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0,,1.2976
|
|
205
|
+
n1-highcpu-64,n1,n1-highcpu-64,general,64,57.6,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0,,1.2976
|
|
206
|
+
n1-highcpu-8,n1,n1-highcpu-8,general,8,7.2,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0,,1.2976
|
|
207
|
+
n1-highcpu-96,n1,n1-highcpu-96,general,96,86.4,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0,,1.2976
|
|
208
|
+
n1-highmem-16,n1,n1-highmem-16,general,16,104,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0,,2.0432
|
|
209
|
+
n1-highmem-2,n1,n1-highmem-2,general,2,13,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0,,2.0432
|
|
210
|
+
n1-highmem-32,n1,n1-highmem-32,general,32,208,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0,,2.0432
|
|
211
|
+
n1-highmem-4,n1,n1-highmem-4,general,4,26,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0,,2.0432
|
|
212
|
+
n1-highmem-64,n1,n1-highmem-64,general,64,416,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0,,2.0432
|
|
213
|
+
n1-highmem-8,n1,n1-highmem-8,general,8,52,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0,,2.0432
|
|
214
|
+
n1-highmem-96,n1,n1-highmem-96,general,96,624,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0,,2.0432
|
|
215
|
+
n1-standard-1,n1,n1-standard-1,general,1,3.75,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0,,1.6771
|
|
216
|
+
n1-standard-16,n1,n1-standard-16,general,16,60,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0,,1.6771
|
|
217
|
+
n1-standard-2,n1,n1-standard-2,general,2,7.5,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0,,1.6771
|
|
218
|
+
n1-standard-32,n1,n1-standard-32,general,32,120,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0,,1.6771
|
|
219
|
+
n1-standard-4,n1,n1-standard-4,general,4,15,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0,,1.6771
|
|
220
|
+
n1-standard-64,n1,n1-standard-64,general,64,240,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0,,1.6771
|
|
221
|
+
n1-standard-8,n1,n1-standard-8,general,8,30,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0,,1.6771
|
|
222
|
+
n1-standard-96,n1,n1-standard-96,general,96,360,375,0,"intel-xeon-8173m,intel-xeon-e52696v4,intel-xeon-e52696v3,intel-xeon-e52696v2,intel-xeon-e52689",0,,1.6771
|
|
223
|
+
n2-highcpu-16,n2,n2-highcpu-16,general,16,16,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0,,1.311
|
|
224
|
+
n2-highcpu-2,n2,n2-highcpu-2,general,2,2,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0,,1.311
|
|
225
|
+
n2-highcpu-32,n2,n2-highcpu-32,general,32,32,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0,,1.311
|
|
226
|
+
n2-highcpu-4,n2,n2-highcpu-4,general,4,4,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0,,1.311
|
|
227
|
+
n2-highcpu-48,n2,n2-highcpu-48,general,48,48,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0,,1.311
|
|
228
|
+
n2-highcpu-64,n2,n2-highcpu-64,general,64,64,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0,,1.311
|
|
229
|
+
n2-highcpu-8,n2,n2-highcpu-8,general,8,8,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0,,1.311
|
|
230
|
+
n2-highcpu-80,n2,n2-highcpu-80,general,80,80,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0,,1.311
|
|
231
|
+
n2-highcpu-96,n2,n2-highcpu-96,general,96,96,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0,,1.311
|
|
232
|
+
n2-highmem-128,n2,n2-highmem-128,general,128,864,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0,,2.3761
|
|
233
|
+
n2-highmem-16,n2,n2-highmem-16,general,16,128,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0,,2.3761
|
|
234
|
+
n2-highmem-2,n2,n2-highmem-2,general,2,16,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0,,2.3761
|
|
235
|
+
n2-highmem-32,n2,n2-highmem-32,general,32,256,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0,,2.3761
|
|
236
|
+
n2-highmem-4,n2,n2-highmem-4,general,4,32,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0,,2.3761
|
|
237
|
+
n2-highmem-48,n2,n2-highmem-48,general,48,384,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0,,2.3761
|
|
238
|
+
n2-highmem-64,n2,n2-highmem-64,general,64,512,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0,,2.3761
|
|
239
|
+
n2-highmem-8,n2,n2-highmem-8,general,8,64,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0,,2.3761
|
|
240
|
+
n2-highmem-80,n2,n2-highmem-80,general,80,640,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0,,2.3761
|
|
241
|
+
n2-highmem-96,n2,n2-highmem-96,general,96,768,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0,,2.3761
|
|
242
|
+
n2-standard-128,n2,n2-standard-128,general,128,512,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0,,1.8879
|
|
243
|
+
n2-standard-16,n2,n2-standard-16,general,16,64,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0,,1.8879
|
|
244
|
+
n2-standard-2,n2,n2-standard-2,general,2,8,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0,,1.8879
|
|
245
|
+
n2-standard-32,n2,n2-standard-32,general,32,128,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0,,1.8879
|
|
246
|
+
n2-standard-4,n2,n2-standard-4,general,4,16,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0,,1.8879
|
|
247
|
+
n2-standard-48,n2,n2-standard-48,general,48,192,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0,,1.8879
|
|
248
|
+
n2-standard-64,n2,n2-standard-64,general,64,256,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0,,1.8879
|
|
249
|
+
n2-standard-8,n2,n2-standard-8,general,8,32,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0,,1.8879
|
|
250
|
+
n2-standard-80,n2,n2-standard-80,general,80,320,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0,,1.8879
|
|
251
|
+
n2-standard-96,n2,n2-standard-96,general,96,384,375,0,"intel-xeon-8373c,intel-xeon-6268cl",0,,1.8879
|
|
252
|
+
n2d-highcpu-128,n2d,n2d-highcpu-128,general,128,128,375,0,"amd-epyc-7b13,amd-epyc-7b12",0,,1.3885
|
|
253
|
+
n2d-highcpu-16,n2d,n2d-highcpu-16,general,16,16,375,0,"amd-epyc-7b13,amd-epyc-7b12",0,,1.3885
|
|
254
|
+
n2d-highcpu-2,n2d,n2d-highcpu-2,general,2,2,375,0,"amd-epyc-7b13,amd-epyc-7b12",0,,1.3885
|
|
255
|
+
n2d-highcpu-224,n2d,n2d-highcpu-224,general,224,224,375,0,"amd-epyc-7b13,amd-epyc-7b12",0,,1.3885
|
|
256
|
+
n2d-highcpu-32,n2d,n2d-highcpu-32,general,32,32,375,0,"amd-epyc-7b13,amd-epyc-7b12",0,,1.3885
|
|
257
|
+
n2d-highcpu-4,n2d,n2d-highcpu-4,general,4,4,375,0,"amd-epyc-7b13,amd-epyc-7b12",0,,1.3885
|
|
258
|
+
n2d-highcpu-48,n2d,n2d-highcpu-48,general,48,48,375,0,"amd-epyc-7b13,amd-epyc-7b12",0,,1.3885
|
|
259
|
+
n2d-highcpu-64,n2d,n2d-highcpu-64,general,64,64,375,0,"amd-epyc-7b13,amd-epyc-7b12",0,,1.3885
|
|
260
|
+
n2d-highcpu-8,n2d,n2d-highcpu-8,general,8,8,375,0,"amd-epyc-7b13,amd-epyc-7b12",0,,1.3885
|
|
261
|
+
n2d-highcpu-80,n2d,n2d-highcpu-80,general,80,80,375,0,"amd-epyc-7b13,amd-epyc-7b12",0,,1.3885
|
|
262
|
+
n2d-highcpu-96,n2d,n2d-highcpu-96,general,96,96,375,0,"amd-epyc-7b13,amd-epyc-7b12",0,,1.3885
|
|
263
|
+
n2d-highmem-16,n2d,n2d-highmem-16,general,16,128,375,0,"amd-epyc-7b13,amd-epyc-7b12",0,,2.1429
|
|
264
|
+
n2d-highmem-2,n2d,n2d-highmem-2,general,2,16,375,0,"amd-epyc-7b13,amd-epyc-7b12",0,,2.1429
|
|
265
|
+
n2d-highmem-32,n2d,n2d-highmem-32,general,32,256,375,0,"amd-epyc-7b13,amd-epyc-7b12",0,,2.1429
|
|
266
|
+
n2d-highmem-4,n2d,n2d-highmem-4,general,4,32,375,0,"amd-epyc-7b13,amd-epyc-7b12",0,,2.1429
|
|
267
|
+
n2d-highmem-48,n2d,n2d-highmem-48,general,48,384,375,0,"amd-epyc-7b13,amd-epyc-7b12",0,,2.1429
|
|
268
|
+
n2d-highmem-64,n2d,n2d-highmem-64,general,64,512,375,0,"amd-epyc-7b13,amd-epyc-7b12",0,,2.1429
|
|
269
|
+
n2d-highmem-8,n2d,n2d-highmem-8,general,8,64,375,0,"amd-epyc-7b13,amd-epyc-7b12",0,,2.1429
|
|
270
|
+
n2d-highmem-80,n2d,n2d-highmem-80,general,80,640,375,0,"amd-epyc-7b13,amd-epyc-7b12",0,,2.1429
|
|
271
|
+
n2d-highmem-96,n2d,n2d-highmem-96,general,96,768,375,0,"amd-epyc-7b13,amd-epyc-7b12",0,,2.1429
|
|
272
|
+
n2d-standard-128,n2d,n2d-standard-128,general,128,512,375,0,"amd-epyc-7b13,amd-epyc-7b12",0,,2.3205
|
|
273
|
+
n2d-standard-16,n2d,n2d-standard-16,general,16,64,375,0,"amd-epyc-7b13,amd-epyc-7b12",0,,2.3205
|
|
274
|
+
n2d-standard-2,n2d,n2d-standard-2,general,2,8,375,0,"amd-epyc-7b13,amd-epyc-7b12",0,,2.3205
|
|
275
|
+
n2d-standard-224,n2d,n2d-standard-224,general,224,896,375,0,"amd-epyc-7b13,amd-epyc-7b12",0,,2.3205
|
|
276
|
+
n2d-standard-32,n2d,n2d-standard-32,general,32,128,375,0,"amd-epyc-7b13,amd-epyc-7b12",0,,2.3205
|
|
277
|
+
n2d-standard-4,n2d,n2d-standard-4,general,4,16,375,0,"amd-epyc-7b13,amd-epyc-7b12",0,,2.3205
|
|
278
|
+
n2d-standard-48,n2d,n2d-standard-48,general,48,192,375,0,"amd-epyc-7b13,amd-epyc-7b12",0,,2.3205
|
|
279
|
+
n2d-standard-64,n2d,n2d-standard-64,general,64,256,375,0,"amd-epyc-7b13,amd-epyc-7b12",0,,2.3205
|
|
280
|
+
n2d-standard-8,n2d,n2d-standard-8,general,8,32,375,0,"amd-epyc-7b13,amd-epyc-7b12",0,,2.3205
|
|
281
|
+
n2d-standard-80,n2d,n2d-standard-80,general,80,320,375,0,"amd-epyc-7b13,amd-epyc-7b12",0,,2.3205
|
|
282
|
+
n2d-standard-96,n2d,n2d-standard-96,general,96,384,375,0,"amd-epyc-7b13,amd-epyc-7b12",0,,2.3205
|
|
283
|
+
n4-highcpu-16,n4,n4-highcpu-16,general,16,32,0,0,intel-xeon-8581c,0,,1.311
|
|
284
|
+
n4-highcpu-2,n4,n4-highcpu-2,general,2,4,0,0,intel-xeon-8581c,0,,1.2303
|
|
285
|
+
n4-highcpu-32,n4,n4-highcpu-32,general,32,64,0,0,intel-xeon-8581c,0,,1.311
|
|
286
|
+
n4-highcpu-4,n4,n4-highcpu-4,general,4,8,0,0,intel-xeon-8581c,0,,1.311
|
|
287
|
+
n4-highcpu-48,n4,n4-highcpu-48,general,48,96,0,0,intel-xeon-8581c,0,,1.311
|
|
288
|
+
n4-highcpu-64,n4,n4-highcpu-64,general,64,128,0,0,intel-xeon-8581c,0,,1.311
|
|
289
|
+
n4-highcpu-8,n4,n4-highcpu-8,general,8,16,0,0,intel-xeon-8581c,0,,1.311
|
|
290
|
+
n4-highcpu-80,n4,n4-highcpu-80,general,80,160,0,0,intel-xeon-8581c,0,,1.311
|
|
291
|
+
n4-highmem-16,n4,n4-highmem-16,general,16,128,0,0,intel-xeon-8581c,0,,2.3761
|
|
292
|
+
n4-highmem-2,n4,n4-highmem-2,general,2,16,0,0,intel-xeon-8581c,0,,2.3761
|
|
293
|
+
n4-highmem-32,n4,n4-highmem-32,general,32,256,0,0,intel-xeon-8581c,0,,2.3761
|
|
294
|
+
n4-highmem-4,n4,n4-highmem-4,general,4,32,0,0,intel-xeon-8581c,0,,2.3761
|
|
295
|
+
n4-highmem-48,n4,n4-highmem-48,general,48,384,0,0,intel-xeon-8581c,0,,2.3761
|
|
296
|
+
n4-highmem-64,n4,n4-highmem-64,general,64,512,0,0,intel-xeon-8581c,0,,2.3761
|
|
297
|
+
n4-highmem-8,n4,n4-highmem-8,general,8,64,0,0,intel-xeon-8581c,0,,2.3761
|
|
298
|
+
n4-highmem-80,n4,n4-highmem-80,general,80,640,0,0,intel-xeon-8581c,0,,2.3761
|
|
299
|
+
n4-standard-16,n4,n4-standard-16,general,16,64,0,0,intel-xeon-8581c,0,,1.8879
|
|
300
|
+
n4-standard-2,n4,n4-standard-2,general,2,8,0,0,intel-xeon-8581c,0,,1.8879
|
|
301
|
+
n4-standard-32,n4,n4-standard-32,general,32,128,0,0,intel-xeon-8581c,0,,1.8879
|
|
302
|
+
n4-standard-4,n4,n4-standard-4,general,4,16,0,0,intel-xeon-8581c,0,,1.8879
|
|
303
|
+
n4-standard-48,n4,n4-standard-48,general,48,192,0,0,intel-xeon-8581c,0,,1.8879
|
|
304
|
+
n4-standard-64,n4,n4-standard-64,general,64,256,0,0,intel-xeon-8581c,0,,1.8879
|
|
305
|
+
n4-standard-8,n4,n4-standard-8,general,8,32,0,0,intel-xeon-8581c,0,,1.8879
|
|
306
|
+
n4-standard-80,n4,n4-standard-80,general,80,320,0,0,intel-xeon-8581c,0,,1.8879
|
|
307
|
+
t2a-standard-1,t2a,t2a-standard-1,general,1,4,0,0,ampere-altra-q6430,0,,1.3107
|
|
308
|
+
t2a-standard-16,t2a,t2a-standard-16,general,16,64,0,0,ampere-altra-q6430,0,,1.3107
|
|
309
|
+
t2a-standard-2,t2a,t2a-standard-2,general,2,8,0,0,ampere-altra-q6430,0,,1.3107
|
|
310
|
+
t2a-standard-32,t2a,t2a-standard-32,general,32,128,0,0,ampere-altra-q6430,0,,1.3107
|
|
311
|
+
t2a-standard-4,t2a,t2a-standard-4,general,4,16,0,0,ampere-altra-q6430,0,,1.3107
|
|
312
|
+
t2a-standard-48,t2a,t2a-standard-48,general,48,192,0,0,ampere-altra-q6430,0,,1.3107
|
|
313
|
+
t2a-standard-8,t2a,t2a-standard-8,general,8,32,0,0,ampere-altra-q6430,0,,1.3107
|
|
314
|
+
t2d-standard-1,t2d,t2d-standard-1,general,1,4,0,0,amd-epyc-7b13,0,,1.3107
|
|
315
|
+
t2d-standard-16,t2d,t2d-standard-16,general,16,64,0,0,amd-epyc-7b13,0,,1.3107
|
|
316
|
+
t2d-standard-2,t2d,t2d-standard-2,general,2,8,0,0,amd-epyc-7b13,0,,1.3107
|
|
317
|
+
t2d-standard-32,t2d,t2d-standard-32,general,32,128,0,0,amd-epyc-7b13,0,,1.3107
|
|
318
|
+
t2d-standard-4,t2d,t2d-standard-4,general,4,16,0,0,amd-epyc-7b13,0,,1.3107
|
|
319
|
+
t2d-standard-48,t2d,t2d-standard-48,general,48,192,0,0,amd-epyc-7b13,0,,1.3107
|
|
320
|
+
t2d-standard-60,t2d,t2d-standard-60,general,60,240,0,0,amd-epyc-7b13,0,,1.3107
|
|
321
|
+
t2d-standard-8,t2d,t2d-standard-8,general,8,32,0,0,amd-epyc-7b13,0,,1.3107
|
|
322
|
+
z3-highmem-176,z3,z3-highmem-176,storage,176,1408,36000,0,intel-xeon-8481c,0,,2.3205
|
|
323
|
+
z3-highmem-88,z3,z3-highmem-88,storage,88,704,36000,0,intel-xeon-8481c,0,,5.464
|