@grnsft/if 0.0.6 → 0.1.1

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.
Files changed (182) hide show
  1. package/.examples/ompls/azure.yml +205 -0
  2. package/.github/workflows/nodejs-ci.yml +0 -8
  3. package/README.md +48 -9
  4. package/build/index.js +1 -2
  5. package/coverage/clover.xml +132 -1118
  6. package/coverage/coverage-final.json +9 -26
  7. package/coverage/lcov-report/config/config.ts.html +3 -66
  8. package/coverage/lcov-report/config/index.html +15 -15
  9. package/coverage/lcov-report/config/index.ts.html +3 -3
  10. package/coverage/lcov-report/config/strings.ts.html +82 -19
  11. package/coverage/lcov-report/index.html +36 -231
  12. package/coverage/lcov-report/lib/index.html +43 -13
  13. package/coverage/lcov-report/lib/models-universe.ts.html +433 -0
  14. package/coverage/lcov-report/lib/observatory.ts.html +187 -0
  15. package/coverage/lcov-report/lib/supercomputer.ts.html +553 -0
  16. package/coverage/lcov-report/util/args.ts.html +23 -8
  17. package/coverage/lcov-report/util/errors.ts.html +157 -0
  18. package/coverage/lcov-report/util/index.html +20 -50
  19. package/coverage/lcov-report/util/yaml.ts.html +17 -11
  20. package/coverage/lcov.info +225 -2004
  21. package/examples/impls/test/azure.yml +8 -8
  22. package/examples/impls/test/ccf.yml +5 -3
  23. package/examples/impls/test/if-demo.yml +19 -9
  24. package/examples/impls/test/metadata.yml +3 -2
  25. package/examples/impls/test/nesting.yml +10 -13
  26. package/examples/impls/test/sci-e.yml +1 -1
  27. package/examples/impls/test/sci-m.yml +2 -2
  28. package/examples/impls/test/sci-o.yml +2 -4
  29. package/examples/impls/test/sci.yml +38 -15
  30. package/examples/impls/test/shell.yml +2 -1
  31. package/examples/impls/{tdp-finder-test.yml → test/tdp-finder.yml} +8 -8
  32. package/examples/ompls/ccf.yml +3 -1
  33. package/examples/ompls/if-demo.yml +46 -22
  34. package/package.json +15 -7
  35. package/tsconfig.build.json +7 -0
  36. package/tsconfig.build.tsbuildinfo +1 -0
  37. package/build/__mocks__/azure/index.d.ts +0 -11
  38. package/build/__mocks__/azure/index.js +0 -132
  39. package/build/__mocks__/boavizta/countries.json +0 -138
  40. package/build/__mocks__/boavizta/instance_types.json +0 -625
  41. package/build/__mocks__/boavizta/providers.json +0 -1
  42. package/build/__mocks__/fs/index.d.ts +0 -3
  43. package/build/__mocks__/fs/index.js +0 -56
  44. package/build/__mocks__/model-universe/index.d.ts +0 -31
  45. package/build/__mocks__/model-universe/index.js +0 -64
  46. package/build/__mocks__/watt-time/data.json +0 -119
  47. package/build/__tests__/integration/ompl/index.test.d.ts +0 -1
  48. package/build/__tests__/integration/ompl/index.test.js +0 -61
  49. package/build/__tests__/unit/lib/azure-importer/index.test.d.ts +0 -1
  50. package/build/__tests__/unit/lib/azure-importer/index.test.js +0 -152
  51. package/build/__tests__/unit/lib/boavizta/index.test.d.ts +0 -1
  52. package/build/__tests__/unit/lib/boavizta/index.test.js +0 -579
  53. package/build/__tests__/unit/lib/case-studies/aveva.test.d.ts +0 -1
  54. package/build/__tests__/unit/lib/case-studies/aveva.test.js +0 -36
  55. package/build/__tests__/unit/lib/case-studies/emem.test.d.ts +0 -1
  56. package/build/__tests__/unit/lib/case-studies/emem.test.js +0 -108
  57. package/build/__tests__/unit/lib/case-studies/eshoppen.test.d.ts +0 -1
  58. package/build/__tests__/unit/lib/case-studies/eshoppen.test.js +0 -53
  59. package/build/__tests__/unit/lib/case-studies/sci-accenture.test.d.ts +0 -1
  60. package/build/__tests__/unit/lib/case-studies/sci-accenture.test.js +0 -23
  61. package/build/__tests__/unit/lib/ccf/index.test.d.ts +0 -1
  62. package/build/__tests__/unit/lib/ccf/index.test.js +0 -223
  63. package/build/__tests__/unit/lib/cloud-instance-metadata/index.test.d.ts +0 -1
  64. package/build/__tests__/unit/lib/cloud-instance-metadata/index.test.js +0 -73
  65. package/build/__tests__/unit/lib/models-universe.test.d.ts +0 -1
  66. package/build/__tests__/unit/lib/models-universe.test.js +0 -193
  67. package/build/__tests__/unit/lib/observatory.test.d.ts +0 -1
  68. package/build/__tests__/unit/lib/observatory.test.js +0 -99
  69. package/build/__tests__/unit/lib/sci/index.test.d.ts +0 -1
  70. package/build/__tests__/unit/lib/sci/index.test.js +0 -106
  71. package/build/__tests__/unit/lib/sci-e/index.test.d.ts +0 -1
  72. package/build/__tests__/unit/lib/sci-e/index.test.js +0 -30
  73. package/build/__tests__/unit/lib/sci-m/index.test.d.ts +0 -1
  74. package/build/__tests__/unit/lib/sci-m/index.test.js +0 -58
  75. package/build/__tests__/unit/lib/sci-o/index.test.d.ts +0 -1
  76. package/build/__tests__/unit/lib/sci-o/index.test.js +0 -42
  77. package/build/__tests__/unit/lib/shell-imp/index.test.d.ts +0 -1
  78. package/build/__tests__/unit/lib/shell-imp/index.test.js +0 -21
  79. package/build/__tests__/unit/lib/supercomputer.test.d.ts +0 -1
  80. package/build/__tests__/unit/lib/supercomputer.test.js +0 -231
  81. package/build/__tests__/unit/lib/tdp-finder/index.test.d.ts +0 -1
  82. package/build/__tests__/unit/lib/tdp-finder/index.test.js +0 -62
  83. package/build/__tests__/unit/lib/teads-aws/index.test.d.ts +0 -1
  84. package/build/__tests__/unit/lib/teads-aws/index.test.js +0 -170
  85. package/build/__tests__/unit/lib/teads-curve/index.test.d.ts +0 -1
  86. package/build/__tests__/unit/lib/teads-curve/index.test.js +0 -146
  87. package/build/__tests__/unit/lib/watt-time/index.test.d.ts +0 -1
  88. package/build/__tests__/unit/lib/watt-time/index.test.js +0 -106
  89. package/build/__tests__/unit/util/args.test.d.ts +0 -1
  90. package/build/__tests__/unit/util/args.test.js +0 -92
  91. package/build/__tests__/unit/util/models-universe.test.d.ts +0 -1
  92. package/build/__tests__/unit/util/models-universe.test.js +0 -193
  93. package/build/__tests__/unit/util/observatory.test.d.ts +0 -1
  94. package/build/__tests__/unit/util/observatory.test.js +0 -99
  95. package/build/__tests__/unit/util/supercomputer.test.d.ts +0 -1
  96. package/build/__tests__/unit/util/supercomputer.test.js +0 -231
  97. package/build/__tests__/unit/util/yaml.test.d.ts +0 -1
  98. package/build/__tests__/unit/util/yaml.test.js +0 -59
  99. package/build/config/config.d.ts +0 -9
  100. package/build/config/config.js +0 -51
  101. package/build/lib/azure-importer/index.d.ts +0 -55
  102. package/build/lib/azure-importer/index.js +0 -314
  103. package/build/lib/boavizta/index.d.ts +0 -53
  104. package/build/lib/boavizta/index.js +0 -254
  105. package/build/lib/case-studies/aveva-model.d.ts +0 -29
  106. package/build/lib/case-studies/aveva-model.js +0 -53
  107. package/build/lib/case-studies/emem-model.d.ts +0 -42
  108. package/build/lib/case-studies/emem-model.js +0 -93
  109. package/build/lib/case-studies/eshoppen-model.d.ts +0 -24
  110. package/build/lib/case-studies/eshoppen-model.js +0 -123
  111. package/build/lib/case-studies/index.d.ts +0 -4
  112. package/build/lib/case-studies/index.js +0 -21
  113. package/build/lib/case-studies/sci-accenture-model.d.ts +0 -10
  114. package/build/lib/case-studies/sci-accenture-model.js +0 -37
  115. package/build/lib/ccf/aws-embodied.json +0 -5591
  116. package/build/lib/ccf/aws-instances.json +0 -21116
  117. package/build/lib/ccf/aws-use.json +0 -79
  118. package/build/lib/ccf/azure-embodied.json +0 -6547
  119. package/build/lib/ccf/azure-instances.json +0 -8332
  120. package/build/lib/ccf/azure-use.json +0 -58
  121. package/build/lib/ccf/gcp-embodied.json +0 -3049
  122. package/build/lib/ccf/gcp-instances.json +0 -3880
  123. package/build/lib/ccf/gcp-use.json +0 -58
  124. package/build/lib/ccf/index.d.ts +0 -63
  125. package/build/lib/ccf/index.js +0 -338
  126. package/build/lib/cloud-instance-metadata/aws-instances.json +0 -1
  127. package/build/lib/cloud-instance-metadata/azure-instances.json +0 -1
  128. package/build/lib/cloud-instance-metadata/index.d.ts +0 -15
  129. package/build/lib/cloud-instance-metadata/index.js +0 -104
  130. package/build/lib/index.d.ts +0 -14
  131. package/build/lib/index.js +0 -32
  132. package/build/lib/interfaces/ccf.d.ts +0 -19
  133. package/build/lib/interfaces/ccf.js +0 -3
  134. package/build/lib/interfaces/index.d.ts +0 -7
  135. package/build/lib/interfaces/index.js +0 -18
  136. package/build/lib/observatory.d.ts +0 -20
  137. package/build/lib/observatory.js +0 -31
  138. package/build/lib/sci/index.d.ts +0 -13
  139. package/build/lib/sci/index.js +0 -131
  140. package/build/lib/sci-e/index.d.ts +0 -38
  141. package/build/lib/sci-e/index.js +0 -85
  142. package/build/lib/sci-m/index.d.ts +0 -10
  143. package/build/lib/sci-m/index.js +0 -124
  144. package/build/lib/sci-o/index.d.ts +0 -17
  145. package/build/lib/sci-o/index.js +0 -52
  146. package/build/lib/shell-imp/index.d.ts +0 -32
  147. package/build/lib/shell-imp/index.js +0 -82
  148. package/build/lib/tdp-finder/index.d.ts +0 -19
  149. package/build/lib/tdp-finder/index.js +0 -98
  150. package/build/lib/teads-aws/aws-embodied.json +0 -1
  151. package/build/lib/teads-aws/aws-instances.json +0 -1
  152. package/build/lib/teads-aws/index.d.ts +0 -58
  153. package/build/lib/teads-aws/index.js +0 -208
  154. package/build/lib/teads-curve/index.d.ts +0 -52
  155. package/build/lib/teads-curve/index.js +0 -158
  156. package/build/lib/watt-time/index.d.ts +0 -18
  157. package/build/lib/watt-time/index.js +0 -204
  158. package/build/types/model-interface.d.ts +0 -16
  159. package/build/types/model-interface.js +0 -3
  160. package/build/types/process-args.d.ts +0 -7
  161. package/build/types/process-args.js +0 -3
  162. package/build/types/supercomputer.d.ts +0 -4
  163. package/build/types/supercomputer.js +0 -3
  164. package/build/util/args.js +0 -48
  165. package/build/util/errors.d.ts +0 -6
  166. package/build/util/errors.js +0 -22
  167. package/build/util/helpers.js +0 -18
  168. package/build/util/models-universe.d.ts +0 -28
  169. package/build/util/models-universe.js +0 -95
  170. package/build/util/observatory.d.ts +0 -20
  171. package/build/util/observatory.js +0 -31
  172. package/build/util/supercomputer.d.ts +0 -30
  173. package/build/util/supercomputer.js +0 -109
  174. package/docs/implementations/tdp-finder.md +0 -36
  175. package/examples/impls/test/complex-pipeline.yml +0 -67
  176. package/examples/impls/test/toto.yaml +0 -22
  177. package/src/__mocks__/boavizta/countries.json +0 -138
  178. package/src/__mocks__/boavizta/instance_types.json +0 -625
  179. package/src/__mocks__/boavizta/providers.json +0 -1
  180. package/src/__mocks__/watt-time/data.json +0 -119
  181. package/tsconfig.tsbuildinfo +0 -1
  182. package/yarn-error.log +0 -5854
@@ -1,3880 +0,0 @@
1
- [
2
- {
3
- "Machine Family": "e2",
4
- "Machine type": "e2-standard-2",
5
- "Microarchitecture": "Skylake",
6
- "Instance vCPUs": "2",
7
- "Instance Memory": "8",
8
- "Platform vCPUs (highest vCPU possible)": "32",
9
- "Platform Memory": "128",
10
- "Platform Storage Info (SSD?)": "No",
11
- "Platform Storage Type": "Non-SSD",
12
- "Platform (largest instance) Storage Drive quantity": "0",
13
- "Instance GPUs": "0",
14
- "Platform GPU": "0"
15
- },
16
- {
17
- "Machine Family": "e2",
18
- "Machine type": "e2-standard-2",
19
- "Microarchitecture": "Broadwell",
20
- "Instance vCPUs": "2",
21
- "Instance Memory": "8",
22
- "Platform vCPUs (highest vCPU possible)": "32",
23
- "Platform Memory": "128",
24
- "Platform Storage Info (SSD?)": "No",
25
- "Platform Storage Type": "Non-SSD",
26
- "Platform (largest instance) Storage Drive quantity": "0",
27
- "Instance GPUs": "0",
28
- "Platform GPU": "0"
29
- },
30
- {
31
- "Machine Family": "e2",
32
- "Machine type": "e2-standard-2",
33
- "Microarchitecture": "Haswell",
34
- "Instance vCPUs": "2",
35
- "Instance Memory": "8",
36
- "Platform vCPUs (highest vCPU possible)": "32",
37
- "Platform Memory": "128",
38
- "Platform Storage Info (SSD?)": "No",
39
- "Platform Storage Type": "Non-SSD",
40
- "Platform (largest instance) Storage Drive quantity": "0",
41
- "Instance GPUs": "0",
42
- "Platform GPU": "0"
43
- },
44
- {
45
- "Machine Family": "e2",
46
- "Machine type": "e2-standard-2",
47
- "Microarchitecture": "EPYC 2nd Gen",
48
- "Instance vCPUs": "2",
49
- "Instance Memory": "8",
50
- "Platform vCPUs (highest vCPU possible)": "32",
51
- "Platform Memory": "128",
52
- "Platform Storage Info (SSD?)": "No",
53
- "Platform Storage Type": "Non-SSD",
54
- "Platform (largest instance) Storage Drive quantity": "0",
55
- "Instance GPUs": "0",
56
- "Platform GPU": "0"
57
- },
58
- {
59
- "Machine Family": "e2",
60
- "Machine type": "e2-standard-4",
61
- "Microarchitecture": "Skylake",
62
- "Instance vCPUs": "4",
63
- "Instance Memory": "16",
64
- "Platform vCPUs (highest vCPU possible)": "32",
65
- "Platform Memory": "128",
66
- "Platform Storage Info (SSD?)": "No",
67
- "Platform Storage Type": "Non-SSD",
68
- "Platform (largest instance) Storage Drive quantity": "0",
69
- "Instance GPUs": "0",
70
- "Platform GPU": "0"
71
- },
72
- {
73
- "Machine Family": "e2",
74
- "Machine type": "e2-standard-4",
75
- "Microarchitecture": "Broadwell",
76
- "Instance vCPUs": "4",
77
- "Instance Memory": "16",
78
- "Platform vCPUs (highest vCPU possible)": "32",
79
- "Platform Memory": "128",
80
- "Platform Storage Info (SSD?)": "No",
81
- "Platform Storage Type": "Non-SSD",
82
- "Platform (largest instance) Storage Drive quantity": "0",
83
- "Instance GPUs": "0",
84
- "Platform GPU": "0"
85
- },
86
- {
87
- "Machine Family": "e2",
88
- "Machine type": "e2-standard-4",
89
- "Microarchitecture": "Haswell",
90
- "Instance vCPUs": "4",
91
- "Instance Memory": "16",
92
- "Platform vCPUs (highest vCPU possible)": "32",
93
- "Platform Memory": "128",
94
- "Platform Storage Info (SSD?)": "No",
95
- "Platform Storage Type": "Non-SSD",
96
- "Platform (largest instance) Storage Drive quantity": "0",
97
- "Instance GPUs": "0",
98
- "Platform GPU": "0"
99
- },
100
- {
101
- "Machine Family": "e2",
102
- "Machine type": "e2-standard-4",
103
- "Microarchitecture": "EPYC 2nd Gen",
104
- "Instance vCPUs": "4",
105
- "Instance Memory": "16",
106
- "Platform vCPUs (highest vCPU possible)": "32",
107
- "Platform Memory": "128",
108
- "Platform Storage Info (SSD?)": "No",
109
- "Platform Storage Type": "Non-SSD",
110
- "Platform (largest instance) Storage Drive quantity": "0",
111
- "Instance GPUs": "0",
112
- "Platform GPU": "0"
113
- },
114
- {
115
- "Machine Family": "e2",
116
- "Machine type": "e2-standard-8",
117
- "Microarchitecture": "Skylake",
118
- "Instance vCPUs": "8",
119
- "Instance Memory": "32",
120
- "Platform vCPUs (highest vCPU possible)": "32",
121
- "Platform Memory": "128",
122
- "Platform Storage Info (SSD?)": "No",
123
- "Platform Storage Type": "Non-SSD",
124
- "Platform (largest instance) Storage Drive quantity": "0",
125
- "Instance GPUs": "0",
126
- "Platform GPU": "0"
127
- },
128
- {
129
- "Machine Family": "e2",
130
- "Machine type": "e2-standard-8",
131
- "Microarchitecture": "Broadwell",
132
- "Instance vCPUs": "8",
133
- "Instance Memory": "32",
134
- "Platform vCPUs (highest vCPU possible)": "32",
135
- "Platform Memory": "128",
136
- "Platform Storage Info (SSD?)": "No",
137
- "Platform Storage Type": "Non-SSD",
138
- "Platform (largest instance) Storage Drive quantity": "0",
139
- "Instance GPUs": "0",
140
- "Platform GPU": "0"
141
- },
142
- {
143
- "Machine Family": "e2",
144
- "Machine type": "e2-standard-8",
145
- "Microarchitecture": "Haswell",
146
- "Instance vCPUs": "8",
147
- "Instance Memory": "32",
148
- "Platform vCPUs (highest vCPU possible)": "32",
149
- "Platform Memory": "128",
150
- "Platform Storage Info (SSD?)": "No",
151
- "Platform Storage Type": "Non-SSD",
152
- "Platform (largest instance) Storage Drive quantity": "0",
153
- "Instance GPUs": "0",
154
- "Platform GPU": "0"
155
- },
156
- {
157
- "Machine Family": "e2",
158
- "Machine type": "e2-standard-8",
159
- "Microarchitecture": "EPYC 2nd Gen",
160
- "Instance vCPUs": "8",
161
- "Instance Memory": "32",
162
- "Platform vCPUs (highest vCPU possible)": "32",
163
- "Platform Memory": "128",
164
- "Platform Storage Info (SSD?)": "No",
165
- "Platform Storage Type": "Non-SSD",
166
- "Platform (largest instance) Storage Drive quantity": "0",
167
- "Instance GPUs": "0",
168
- "Platform GPU": "0"
169
- },
170
- {
171
- "Machine Family": "e2",
172
- "Machine type": "e2-standard-16",
173
- "Microarchitecture": "Skylake",
174
- "Instance vCPUs": "16",
175
- "Instance Memory": "64",
176
- "Platform vCPUs (highest vCPU possible)": "32",
177
- "Platform Memory": "128",
178
- "Platform Storage Info (SSD?)": "No",
179
- "Platform Storage Type": "Non-SSD",
180
- "Platform (largest instance) Storage Drive quantity": "0",
181
- "Instance GPUs": "0",
182
- "Platform GPU": "0"
183
- },
184
- {
185
- "Machine Family": "e2",
186
- "Machine type": "e2-standard-16",
187
- "Microarchitecture": "Broadwell",
188
- "Instance vCPUs": "16",
189
- "Instance Memory": "64",
190
- "Platform vCPUs (highest vCPU possible)": "32",
191
- "Platform Memory": "128",
192
- "Platform Storage Info (SSD?)": "No",
193
- "Platform Storage Type": "Non-SSD",
194
- "Platform (largest instance) Storage Drive quantity": "0",
195
- "Instance GPUs": "0",
196
- "Platform GPU": "0"
197
- },
198
- {
199
- "Machine Family": "e2",
200
- "Machine type": "e2-standard-16",
201
- "Microarchitecture": "Haswell",
202
- "Instance vCPUs": "16",
203
- "Instance Memory": "64",
204
- "Platform vCPUs (highest vCPU possible)": "32",
205
- "Platform Memory": "128",
206
- "Platform Storage Info (SSD?)": "No",
207
- "Platform Storage Type": "Non-SSD",
208
- "Platform (largest instance) Storage Drive quantity": "0",
209
- "Instance GPUs": "0",
210
- "Platform GPU": "0"
211
- },
212
- {
213
- "Machine Family": "e2",
214
- "Machine type": "e2-standard-16",
215
- "Microarchitecture": "EPYC 2nd Gen",
216
- "Instance vCPUs": "16",
217
- "Instance Memory": "64",
218
- "Platform vCPUs (highest vCPU possible)": "32",
219
- "Platform Memory": "128",
220
- "Platform Storage Info (SSD?)": "No",
221
- "Platform Storage Type": "Non-SSD",
222
- "Platform (largest instance) Storage Drive quantity": "0",
223
- "Instance GPUs": "0",
224
- "Platform GPU": "0"
225
- },
226
- {
227
- "Machine Family": "e2",
228
- "Machine type": "e2-standard-32",
229
- "Microarchitecture": "Skylake",
230
- "Instance vCPUs": "32",
231
- "Instance Memory": "128",
232
- "Platform vCPUs (highest vCPU possible)": "32",
233
- "Platform Memory": "128",
234
- "Platform Storage Info (SSD?)": "No",
235
- "Platform Storage Type": "Non-SSD",
236
- "Platform (largest instance) Storage Drive quantity": "0",
237
- "Instance GPUs": "0",
238
- "Platform GPU": "0"
239
- },
240
- {
241
- "Machine Family": "e2",
242
- "Machine type": "e2-standard-32",
243
- "Microarchitecture": "Broadwell",
244
- "Instance vCPUs": "32",
245
- "Instance Memory": "128",
246
- "Platform vCPUs (highest vCPU possible)": "32",
247
- "Platform Memory": "128",
248
- "Platform Storage Info (SSD?)": "No",
249
- "Platform Storage Type": "Non-SSD",
250
- "Platform (largest instance) Storage Drive quantity": "0",
251
- "Instance GPUs": "0",
252
- "Platform GPU": "0"
253
- },
254
- {
255
- "Machine Family": "e2",
256
- "Machine type": "e2-standard-32",
257
- "Microarchitecture": "Haswell",
258
- "Instance vCPUs": "32",
259
- "Instance Memory": "128",
260
- "Platform vCPUs (highest vCPU possible)": "32",
261
- "Platform Memory": "128",
262
- "Platform Storage Info (SSD?)": "No",
263
- "Platform Storage Type": "Non-SSD",
264
- "Platform (largest instance) Storage Drive quantity": "0",
265
- "Instance GPUs": "0",
266
- "Platform GPU": "0"
267
- },
268
- {
269
- "Machine Family": "e2",
270
- "Machine type": "e2-standard-32",
271
- "Microarchitecture": "EPYC 2nd Gen",
272
- "Instance vCPUs": "32",
273
- "Instance Memory": "128",
274
- "Platform vCPUs (highest vCPU possible)": "32",
275
- "Platform Memory": "128",
276
- "Platform Storage Info (SSD?)": "No",
277
- "Platform Storage Type": "Non-SSD",
278
- "Platform (largest instance) Storage Drive quantity": "0",
279
- "Instance GPUs": "0",
280
- "Platform GPU": "0"
281
- },
282
- {
283
- "Machine Family": "e2",
284
- "Machine type": "e2-highmem-2",
285
- "Microarchitecture": "Skylake",
286
- "Instance vCPUs": "2",
287
- "Instance Memory": "16",
288
- "Platform vCPUs (highest vCPU possible)": "16",
289
- "Platform Memory": "128",
290
- "Platform Storage Info (SSD?)": "No",
291
- "Platform Storage Type": "Non-SSD",
292
- "Platform (largest instance) Storage Drive quantity": "0",
293
- "Instance GPUs": "0",
294
- "Platform GPU": "0"
295
- },
296
- {
297
- "Machine Family": "e2",
298
- "Machine type": "e2-highmem-2",
299
- "Microarchitecture": "Broadwell",
300
- "Instance vCPUs": "2",
301
- "Instance Memory": "16",
302
- "Platform vCPUs (highest vCPU possible)": "16",
303
- "Platform Memory": "128",
304
- "Platform Storage Info (SSD?)": "No",
305
- "Platform Storage Type": "Non-SSD",
306
- "Platform (largest instance) Storage Drive quantity": "0",
307
- "Instance GPUs": "0",
308
- "Platform GPU": "0"
309
- },
310
- {
311
- "Machine Family": "e2",
312
- "Machine type": "e2-highmem-2",
313
- "Microarchitecture": "Haswell",
314
- "Instance vCPUs": "2",
315
- "Instance Memory": "16",
316
- "Platform vCPUs (highest vCPU possible)": "16",
317
- "Platform Memory": "128",
318
- "Platform Storage Info (SSD?)": "No",
319
- "Platform Storage Type": "Non-SSD",
320
- "Platform (largest instance) Storage Drive quantity": "0",
321
- "Instance GPUs": "0",
322
- "Platform GPU": "0"
323
- },
324
- {
325
- "Machine Family": "e2",
326
- "Machine type": "e2-highmem-2",
327
- "Microarchitecture": "EPYC 2nd Gen",
328
- "Instance vCPUs": "2",
329
- "Instance Memory": "16",
330
- "Platform vCPUs (highest vCPU possible)": "16",
331
- "Platform Memory": "128",
332
- "Platform Storage Info (SSD?)": "No",
333
- "Platform Storage Type": "Non-SSD",
334
- "Platform (largest instance) Storage Drive quantity": "0",
335
- "Instance GPUs": "0",
336
- "Platform GPU": "0"
337
- },
338
- {
339
- "Machine Family": "e2",
340
- "Machine type": "e2-highmem-4",
341
- "Microarchitecture": "Skylake",
342
- "Instance vCPUs": "4",
343
- "Instance Memory": "32",
344
- "Platform vCPUs (highest vCPU possible)": "16",
345
- "Platform Memory": "128",
346
- "Platform Storage Info (SSD?)": "No",
347
- "Platform Storage Type": "Non-SSD",
348
- "Platform (largest instance) Storage Drive quantity": "0",
349
- "Instance GPUs": "0",
350
- "Platform GPU": "0"
351
- },
352
- {
353
- "Machine Family": "e2",
354
- "Machine type": "e2-highmem-4",
355
- "Microarchitecture": "Broadwell",
356
- "Instance vCPUs": "4",
357
- "Instance Memory": "32",
358
- "Platform vCPUs (highest vCPU possible)": "16",
359
- "Platform Memory": "128",
360
- "Platform Storage Info (SSD?)": "No",
361
- "Platform Storage Type": "Non-SSD",
362
- "Platform (largest instance) Storage Drive quantity": "0",
363
- "Instance GPUs": "0",
364
- "Platform GPU": "0"
365
- },
366
- {
367
- "Machine Family": "e2",
368
- "Machine type": "e2-highmem-4",
369
- "Microarchitecture": "Haswell",
370
- "Instance vCPUs": "4",
371
- "Instance Memory": "32",
372
- "Platform vCPUs (highest vCPU possible)": "16",
373
- "Platform Memory": "128",
374
- "Platform Storage Info (SSD?)": "No",
375
- "Platform Storage Type": "Non-SSD",
376
- "Platform (largest instance) Storage Drive quantity": "0",
377
- "Instance GPUs": "0",
378
- "Platform GPU": "0"
379
- },
380
- {
381
- "Machine Family": "e2",
382
- "Machine type": "e2-highmem-4",
383
- "Microarchitecture": "EPYC 2nd Gen",
384
- "Instance vCPUs": "4",
385
- "Instance Memory": "32",
386
- "Platform vCPUs (highest vCPU possible)": "16",
387
- "Platform Memory": "128",
388
- "Platform Storage Info (SSD?)": "No",
389
- "Platform Storage Type": "Non-SSD",
390
- "Platform (largest instance) Storage Drive quantity": "0",
391
- "Instance GPUs": "0",
392
- "Platform GPU": "0"
393
- },
394
- {
395
- "Machine Family": "e2",
396
- "Machine type": "e2-highmem-8",
397
- "Microarchitecture": "Skylake",
398
- "Instance vCPUs": "8",
399
- "Instance Memory": "64",
400
- "Platform vCPUs (highest vCPU possible)": "16",
401
- "Platform Memory": "128",
402
- "Platform Storage Info (SSD?)": "No",
403
- "Platform Storage Type": "Non-SSD",
404
- "Platform (largest instance) Storage Drive quantity": "0",
405
- "Instance GPUs": "0",
406
- "Platform GPU": "0"
407
- },
408
- {
409
- "Machine Family": "e2",
410
- "Machine type": "e2-highmem-8",
411
- "Microarchitecture": "Broadwell",
412
- "Instance vCPUs": "8",
413
- "Instance Memory": "64",
414
- "Platform vCPUs (highest vCPU possible)": "16",
415
- "Platform Memory": "128",
416
- "Platform Storage Info (SSD?)": "No",
417
- "Platform Storage Type": "Non-SSD",
418
- "Platform (largest instance) Storage Drive quantity": "0",
419
- "Instance GPUs": "0",
420
- "Platform GPU": "0"
421
- },
422
- {
423
- "Machine Family": "e2",
424
- "Machine type": "e2-highmem-8",
425
- "Microarchitecture": "Haswell",
426
- "Instance vCPUs": "8",
427
- "Instance Memory": "64",
428
- "Platform vCPUs (highest vCPU possible)": "16",
429
- "Platform Memory": "128",
430
- "Platform Storage Info (SSD?)": "No",
431
- "Platform Storage Type": "Non-SSD",
432
- "Platform (largest instance) Storage Drive quantity": "0",
433
- "Instance GPUs": "0",
434
- "Platform GPU": "0"
435
- },
436
- {
437
- "Machine Family": "e2",
438
- "Machine type": "e2-highmem-8",
439
- "Microarchitecture": "EPYC 2nd Gen",
440
- "Instance vCPUs": "8",
441
- "Instance Memory": "64",
442
- "Platform vCPUs (highest vCPU possible)": "16",
443
- "Platform Memory": "128",
444
- "Platform Storage Info (SSD?)": "No",
445
- "Platform Storage Type": "Non-SSD",
446
- "Platform (largest instance) Storage Drive quantity": "0",
447
- "Instance GPUs": "0",
448
- "Platform GPU": "0"
449
- },
450
- {
451
- "Machine Family": "e2",
452
- "Machine type": "e2-highmem-16",
453
- "Microarchitecture": "Skylake",
454
- "Instance vCPUs": "16",
455
- "Instance Memory": "128",
456
- "Platform vCPUs (highest vCPU possible)": "16",
457
- "Platform Memory": "128",
458
- "Platform Storage Info (SSD?)": "No",
459
- "Platform Storage Type": "Non-SSD",
460
- "Platform (largest instance) Storage Drive quantity": "0",
461
- "Instance GPUs": "0",
462
- "Platform GPU": "0"
463
- },
464
- {
465
- "Machine Family": "e2",
466
- "Machine type": "e2-highmem-16",
467
- "Microarchitecture": "Broadwell",
468
- "Instance vCPUs": "16",
469
- "Instance Memory": "128",
470
- "Platform vCPUs (highest vCPU possible)": "16",
471
- "Platform Memory": "128",
472
- "Platform Storage Info (SSD?)": "No",
473
- "Platform Storage Type": "Non-SSD",
474
- "Platform (largest instance) Storage Drive quantity": "0",
475
- "Instance GPUs": "0",
476
- "Platform GPU": "0"
477
- },
478
- {
479
- "Machine Family": "e2",
480
- "Machine type": "e2-highmem-16",
481
- "Microarchitecture": "Haswell",
482
- "Instance vCPUs": "16",
483
- "Instance Memory": "128",
484
- "Platform vCPUs (highest vCPU possible)": "16",
485
- "Platform Memory": "128",
486
- "Platform Storage Info (SSD?)": "No",
487
- "Platform Storage Type": "Non-SSD",
488
- "Platform (largest instance) Storage Drive quantity": "0",
489
- "Instance GPUs": "0",
490
- "Platform GPU": "0"
491
- },
492
- {
493
- "Machine Family": "e2",
494
- "Machine type": "e2-highmem-16",
495
- "Microarchitecture": "EPYC 2nd Gen",
496
- "Instance vCPUs": "16",
497
- "Instance Memory": "128",
498
- "Platform vCPUs (highest vCPU possible)": "16",
499
- "Platform Memory": "128",
500
- "Platform Storage Info (SSD?)": "No",
501
- "Platform Storage Type": "Non-SSD",
502
- "Platform (largest instance) Storage Drive quantity": "0",
503
- "Instance GPUs": "0",
504
- "Platform GPU": "0"
505
- },
506
- {
507
- "Machine Family": "e2",
508
- "Machine type": "e2-highcpu-2",
509
- "Microarchitecture": "Skylake",
510
- "Instance vCPUs": "2",
511
- "Instance Memory": "2",
512
- "Platform vCPUs (highest vCPU possible)": "32",
513
- "Platform Memory": "32",
514
- "Platform Storage Info (SSD?)": "No",
515
- "Platform Storage Type": "Non-SSD",
516
- "Platform (largest instance) Storage Drive quantity": "0",
517
- "Instance GPUs": "0",
518
- "Platform GPU": "0"
519
- },
520
- {
521
- "Machine Family": "e2",
522
- "Machine type": "e2-highcpu-2",
523
- "Microarchitecture": "Broadwell",
524
- "Instance vCPUs": "2",
525
- "Instance Memory": "2",
526
- "Platform vCPUs (highest vCPU possible)": "32",
527
- "Platform Memory": "32",
528
- "Platform Storage Info (SSD?)": "No",
529
- "Platform Storage Type": "Non-SSD",
530
- "Platform (largest instance) Storage Drive quantity": "0",
531
- "Instance GPUs": "0",
532
- "Platform GPU": "0"
533
- },
534
- {
535
- "Machine Family": "e2",
536
- "Machine type": "e2-highcpu-2",
537
- "Microarchitecture": "Haswell",
538
- "Instance vCPUs": "2",
539
- "Instance Memory": "2",
540
- "Platform vCPUs (highest vCPU possible)": "32",
541
- "Platform Memory": "32",
542
- "Platform Storage Info (SSD?)": "No",
543
- "Platform Storage Type": "Non-SSD",
544
- "Platform (largest instance) Storage Drive quantity": "0",
545
- "Instance GPUs": "0",
546
- "Platform GPU": "0"
547
- },
548
- {
549
- "Machine Family": "e2",
550
- "Machine type": "e2-highcpu-2",
551
- "Microarchitecture": "EPYC 2nd Gen",
552
- "Instance vCPUs": "2",
553
- "Instance Memory": "2",
554
- "Platform vCPUs (highest vCPU possible)": "32",
555
- "Platform Memory": "32",
556
- "Platform Storage Info (SSD?)": "No",
557
- "Platform Storage Type": "Non-SSD",
558
- "Platform (largest instance) Storage Drive quantity": "0",
559
- "Instance GPUs": "0",
560
- "Platform GPU": "0"
561
- },
562
- {
563
- "Machine Family": "e2",
564
- "Machine type": "e2-highcpu-4",
565
- "Microarchitecture": "Skylake",
566
- "Instance vCPUs": "4",
567
- "Instance Memory": "4",
568
- "Platform vCPUs (highest vCPU possible)": "32",
569
- "Platform Memory": "32",
570
- "Platform Storage Info (SSD?)": "No",
571
- "Platform Storage Type": "Non-SSD",
572
- "Platform (largest instance) Storage Drive quantity": "0",
573
- "Instance GPUs": "0",
574
- "Platform GPU": "0"
575
- },
576
- {
577
- "Machine Family": "e2",
578
- "Machine type": "e2-highcpu-4",
579
- "Microarchitecture": "Broadwell",
580
- "Instance vCPUs": "4",
581
- "Instance Memory": "4",
582
- "Platform vCPUs (highest vCPU possible)": "32",
583
- "Platform Memory": "32",
584
- "Platform Storage Info (SSD?)": "No",
585
- "Platform Storage Type": "Non-SSD",
586
- "Platform (largest instance) Storage Drive quantity": "0",
587
- "Instance GPUs": "0",
588
- "Platform GPU": "0"
589
- },
590
- {
591
- "Machine Family": "e2",
592
- "Machine type": "e2-highcpu-4",
593
- "Microarchitecture": "Haswell",
594
- "Instance vCPUs": "4",
595
- "Instance Memory": "4",
596
- "Platform vCPUs (highest vCPU possible)": "32",
597
- "Platform Memory": "32",
598
- "Platform Storage Info (SSD?)": "No",
599
- "Platform Storage Type": "Non-SSD",
600
- "Platform (largest instance) Storage Drive quantity": "0",
601
- "Instance GPUs": "0",
602
- "Platform GPU": "0"
603
- },
604
- {
605
- "Machine Family": "e2",
606
- "Machine type": "e2-highcpu-4",
607
- "Microarchitecture": "EPYC 2nd Gen",
608
- "Instance vCPUs": "4",
609
- "Instance Memory": "4",
610
- "Platform vCPUs (highest vCPU possible)": "32",
611
- "Platform Memory": "32",
612
- "Platform Storage Info (SSD?)": "No",
613
- "Platform Storage Type": "Non-SSD",
614
- "Platform (largest instance) Storage Drive quantity": "0",
615
- "Instance GPUs": "0",
616
- "Platform GPU": "0"
617
- },
618
- {
619
- "Machine Family": "e2",
620
- "Machine type": "e2-highcpu-8",
621
- "Microarchitecture": "Skylake",
622
- "Instance vCPUs": "8",
623
- "Instance Memory": "8",
624
- "Platform vCPUs (highest vCPU possible)": "32",
625
- "Platform Memory": "32",
626
- "Platform Storage Info (SSD?)": "No",
627
- "Platform Storage Type": "Non-SSD",
628
- "Platform (largest instance) Storage Drive quantity": "0",
629
- "Instance GPUs": "0",
630
- "Platform GPU": "0"
631
- },
632
- {
633
- "Machine Family": "e2",
634
- "Machine type": "e2-highcpu-8",
635
- "Microarchitecture": "Broadwell",
636
- "Instance vCPUs": "8",
637
- "Instance Memory": "8",
638
- "Platform vCPUs (highest vCPU possible)": "32",
639
- "Platform Memory": "32",
640
- "Platform Storage Info (SSD?)": "No",
641
- "Platform Storage Type": "Non-SSD",
642
- "Platform (largest instance) Storage Drive quantity": "0",
643
- "Instance GPUs": "0",
644
- "Platform GPU": "0"
645
- },
646
- {
647
- "Machine Family": "e2",
648
- "Machine type": "e2-highcpu-8",
649
- "Microarchitecture": "Haswell",
650
- "Instance vCPUs": "8",
651
- "Instance Memory": "8",
652
- "Platform vCPUs (highest vCPU possible)": "32",
653
- "Platform Memory": "32",
654
- "Platform Storage Info (SSD?)": "No",
655
- "Platform Storage Type": "Non-SSD",
656
- "Platform (largest instance) Storage Drive quantity": "0",
657
- "Instance GPUs": "0",
658
- "Platform GPU": "0"
659
- },
660
- {
661
- "Machine Family": "e2",
662
- "Machine type": "e2-highcpu-8",
663
- "Microarchitecture": "EPYC 2nd Gen",
664
- "Instance vCPUs": "8",
665
- "Instance Memory": "8",
666
- "Platform vCPUs (highest vCPU possible)": "32",
667
- "Platform Memory": "32",
668
- "Platform Storage Info (SSD?)": "No",
669
- "Platform Storage Type": "Non-SSD",
670
- "Platform (largest instance) Storage Drive quantity": "0",
671
- "Instance GPUs": "0",
672
- "Platform GPU": "0"
673
- },
674
- {
675
- "Machine Family": "e2",
676
- "Machine type": "e2-highcpu-16",
677
- "Microarchitecture": "Skylake",
678
- "Instance vCPUs": "16",
679
- "Instance Memory": "16",
680
- "Platform vCPUs (highest vCPU possible)": "32",
681
- "Platform Memory": "32",
682
- "Platform Storage Info (SSD?)": "No",
683
- "Platform Storage Type": "Non-SSD",
684
- "Platform (largest instance) Storage Drive quantity": "0",
685
- "Instance GPUs": "0",
686
- "Platform GPU": "0"
687
- },
688
- {
689
- "Machine Family": "e2",
690
- "Machine type": "e2-highcpu-16",
691
- "Microarchitecture": "Broadwell",
692
- "Instance vCPUs": "16",
693
- "Instance Memory": "16",
694
- "Platform vCPUs (highest vCPU possible)": "32",
695
- "Platform Memory": "32",
696
- "Platform Storage Info (SSD?)": "No",
697
- "Platform Storage Type": "Non-SSD",
698
- "Platform (largest instance) Storage Drive quantity": "0",
699
- "Instance GPUs": "0",
700
- "Platform GPU": "0"
701
- },
702
- {
703
- "Machine Family": "e2",
704
- "Machine type": "e2-highcpu-16",
705
- "Microarchitecture": "Haswell",
706
- "Instance vCPUs": "16",
707
- "Instance Memory": "16",
708
- "Platform vCPUs (highest vCPU possible)": "32",
709
- "Platform Memory": "32",
710
- "Platform Storage Info (SSD?)": "No",
711
- "Platform Storage Type": "Non-SSD",
712
- "Platform (largest instance) Storage Drive quantity": "0",
713
- "Instance GPUs": "0",
714
- "Platform GPU": "0"
715
- },
716
- {
717
- "Machine Family": "e2",
718
- "Machine type": "e2-highcpu-16",
719
- "Microarchitecture": "EPYC 2nd Gen",
720
- "Instance vCPUs": "16",
721
- "Instance Memory": "16",
722
- "Platform vCPUs (highest vCPU possible)": "32",
723
- "Platform Memory": "32",
724
- "Platform Storage Info (SSD?)": "No",
725
- "Platform Storage Type": "Non-SSD",
726
- "Platform (largest instance) Storage Drive quantity": "0",
727
- "Instance GPUs": "0",
728
- "Platform GPU": "0"
729
- },
730
- {
731
- "Machine Family": "e2",
732
- "Machine type": "e2-highcpu-32",
733
- "Microarchitecture": "Skylake",
734
- "Instance vCPUs": "32",
735
- "Instance Memory": "32",
736
- "Platform vCPUs (highest vCPU possible)": "32",
737
- "Platform Memory": "32",
738
- "Platform Storage Info (SSD?)": "No",
739
- "Platform Storage Type": "Non-SSD",
740
- "Platform (largest instance) Storage Drive quantity": "0",
741
- "Instance GPUs": "0",
742
- "Platform GPU": "0"
743
- },
744
- {
745
- "Machine Family": "e2",
746
- "Machine type": "e2-highcpu-32",
747
- "Microarchitecture": "Broadwell",
748
- "Instance vCPUs": "32",
749
- "Instance Memory": "32",
750
- "Platform vCPUs (highest vCPU possible)": "32",
751
- "Platform Memory": "32",
752
- "Platform Storage Info (SSD?)": "No",
753
- "Platform Storage Type": "Non-SSD",
754
- "Platform (largest instance) Storage Drive quantity": "0",
755
- "Instance GPUs": "0",
756
- "Platform GPU": "0"
757
- },
758
- {
759
- "Machine Family": "e2",
760
- "Machine type": "e2-highcpu-32",
761
- "Microarchitecture": "Haswell",
762
- "Instance vCPUs": "32",
763
- "Instance Memory": "32",
764
- "Platform vCPUs (highest vCPU possible)": "32",
765
- "Platform Memory": "32",
766
- "Platform Storage Info (SSD?)": "No",
767
- "Platform Storage Type": "Non-SSD",
768
- "Platform (largest instance) Storage Drive quantity": "0",
769
- "Instance GPUs": "0",
770
- "Platform GPU": "0"
771
- },
772
- {
773
- "Machine Family": "e2",
774
- "Machine type": "e2-highcpu-32",
775
- "Microarchitecture": "EPYC 2nd Gen",
776
- "Instance vCPUs": "32",
777
- "Instance Memory": "32",
778
- "Platform vCPUs (highest vCPU possible)": "32",
779
- "Platform Memory": "32",
780
- "Platform Storage Info (SSD?)": "No",
781
- "Platform Storage Type": "Non-SSD",
782
- "Platform (largest instance) Storage Drive quantity": "0",
783
- "Instance GPUs": "0",
784
- "Platform GPU": "0"
785
- },
786
- {
787
- "Machine Family": "e2 Shared-core",
788
- "Machine type": "e2-micro",
789
- "Microarchitecture": "Skylake",
790
- "Instance vCPUs": "2",
791
- "Instance Memory": "1",
792
- "Platform vCPUs (highest vCPU possible)": "32",
793
- "Platform Memory": "128",
794
- "Platform Storage Info (SSD?)": "no",
795
- "Platform Storage Type": "Non-SSD",
796
- "Platform (largest instance) Storage Drive quantity": "0",
797
- "Instance GPUs": "0",
798
- "Platform GPU": "0"
799
- },
800
- {
801
- "Machine Family": "e2 Shared-core",
802
- "Machine type": "e2-micro",
803
- "Microarchitecture": "Broadwell",
804
- "Instance vCPUs": "2",
805
- "Instance Memory": "1",
806
- "Platform vCPUs (highest vCPU possible)": "32",
807
- "Platform Memory": "128",
808
- "Platform Storage Info (SSD?)": "no",
809
- "Platform Storage Type": "Non-SSD",
810
- "Platform (largest instance) Storage Drive quantity": "0",
811
- "Instance GPUs": "0",
812
- "Platform GPU": "0"
813
- },
814
- {
815
- "Machine Family": "e2 Shared-core",
816
- "Machine type": "e2-micro",
817
- "Microarchitecture": "Haswell",
818
- "Instance vCPUs": "2",
819
- "Instance Memory": "1",
820
- "Platform vCPUs (highest vCPU possible)": "32",
821
- "Platform Memory": "128",
822
- "Platform Storage Info (SSD?)": "no",
823
- "Platform Storage Type": "Non-SSD",
824
- "Platform (largest instance) Storage Drive quantity": "0",
825
- "Instance GPUs": "0",
826
- "Platform GPU": "0"
827
- },
828
- {
829
- "Machine Family": "e2 Shared-core",
830
- "Machine type": "e2-micro",
831
- "Microarchitecture": "EPYC 2nd Gen",
832
- "Instance vCPUs": "2",
833
- "Instance Memory": "1",
834
- "Platform vCPUs (highest vCPU possible)": "32",
835
- "Platform Memory": "128",
836
- "Platform Storage Info (SSD?)": "no",
837
- "Platform Storage Type": "Non-SSD",
838
- "Platform (largest instance) Storage Drive quantity": "0",
839
- "Instance GPUs": "0",
840
- "Platform GPU": "0"
841
- },
842
- {
843
- "Machine Family": "e2 Shared-core",
844
- "Machine type": "e2-small",
845
- "Microarchitecture": "Skylake",
846
- "Instance vCPUs": "2",
847
- "Instance Memory": "2",
848
- "Platform vCPUs (highest vCPU possible)": "32",
849
- "Platform Memory": "128",
850
- "Platform Storage Info (SSD?)": "no",
851
- "Platform Storage Type": "Non-SSD",
852
- "Platform (largest instance) Storage Drive quantity": "0",
853
- "Instance GPUs": "0",
854
- "Platform GPU": "0"
855
- },
856
- {
857
- "Machine Family": "e2 Shared-core",
858
- "Machine type": "e2-small",
859
- "Microarchitecture": "Broadwell",
860
- "Instance vCPUs": "2",
861
- "Instance Memory": "2",
862
- "Platform vCPUs (highest vCPU possible)": "32",
863
- "Platform Memory": "128",
864
- "Platform Storage Info (SSD?)": "no",
865
- "Platform Storage Type": "Non-SSD",
866
- "Platform (largest instance) Storage Drive quantity": "0",
867
- "Instance GPUs": "0",
868
- "Platform GPU": "0"
869
- },
870
- {
871
- "Machine Family": "e2 Shared-core",
872
- "Machine type": "e2-small",
873
- "Microarchitecture": "Haswell",
874
- "Instance vCPUs": "2",
875
- "Instance Memory": "2",
876
- "Platform vCPUs (highest vCPU possible)": "32",
877
- "Platform Memory": "128",
878
- "Platform Storage Info (SSD?)": "no",
879
- "Platform Storage Type": "Non-SSD",
880
- "Platform (largest instance) Storage Drive quantity": "0",
881
- "Instance GPUs": "0",
882
- "Platform GPU": "0"
883
- },
884
- {
885
- "Machine Family": "e2 Shared-core",
886
- "Machine type": "e2-small",
887
- "Microarchitecture": "EPYC 2nd Gen",
888
- "Instance vCPUs": "2",
889
- "Instance Memory": "2",
890
- "Platform vCPUs (highest vCPU possible)": "32",
891
- "Platform Memory": "128",
892
- "Platform Storage Info (SSD?)": "no",
893
- "Platform Storage Type": "Non-SSD",
894
- "Platform (largest instance) Storage Drive quantity": "0",
895
- "Instance GPUs": "0",
896
- "Platform GPU": "0"
897
- },
898
- {
899
- "Machine Family": "e2 Shared-core",
900
- "Machine type": "e2-medium",
901
- "Microarchitecture": "Skylake",
902
- "Instance vCPUs": "2",
903
- "Instance Memory": "4",
904
- "Platform vCPUs (highest vCPU possible)": "32",
905
- "Platform Memory": "128",
906
- "Platform Storage Info (SSD?)": "no",
907
- "Platform Storage Type": "Non-SSD",
908
- "Platform (largest instance) Storage Drive quantity": "0",
909
- "Instance GPUs": "0",
910
- "Platform GPU": "0"
911
- },
912
- {
913
- "Machine Family": "e2 Shared-core",
914
- "Machine type": "e2-medium",
915
- "Microarchitecture": "Broadwell",
916
- "Instance vCPUs": "2",
917
- "Instance Memory": "4",
918
- "Platform vCPUs (highest vCPU possible)": "32",
919
- "Platform Memory": "128",
920
- "Platform Storage Info (SSD?)": "no",
921
- "Platform Storage Type": "Non-SSD",
922
- "Platform (largest instance) Storage Drive quantity": "0",
923
- "Instance GPUs": "0",
924
- "Platform GPU": "0"
925
- },
926
- {
927
- "Machine Family": "e2 Shared-core",
928
- "Machine type": "e2-medium",
929
- "Microarchitecture": "Haswell",
930
- "Instance vCPUs": "2",
931
- "Instance Memory": "4",
932
- "Platform vCPUs (highest vCPU possible)": "32",
933
- "Platform Memory": "128",
934
- "Platform Storage Info (SSD?)": "no",
935
- "Platform Storage Type": "Non-SSD",
936
- "Platform (largest instance) Storage Drive quantity": "0",
937
- "Instance GPUs": "0",
938
- "Platform GPU": "0"
939
- },
940
- {
941
- "Machine Family": "e2 Shared-core",
942
- "Machine type": "e2-medium",
943
- "Microarchitecture": "EPYC 2nd Gen",
944
- "Instance vCPUs": "2",
945
- "Instance Memory": "4",
946
- "Platform vCPUs (highest vCPU possible)": "32",
947
- "Platform Memory": "128",
948
- "Platform Storage Info (SSD?)": "no",
949
- "Platform Storage Type": "Non-SSD",
950
- "Platform (largest instance) Storage Drive quantity": "0",
951
- "Instance GPUs": "0",
952
- "Platform GPU": "0"
953
- },
954
- {
955
- "Machine Family": "n2",
956
- "Machine type": "n2-standard-2",
957
- "Microarchitecture": "Cascade Lake",
958
- "Instance vCPUs": "2",
959
- "Instance Memory": "8",
960
- "Platform vCPUs (highest vCPU possible)": "128",
961
- "Platform Memory": "512",
962
- "Platform Storage Info (SSD?)": "Yes",
963
- "Platform Storage Type": "SSD",
964
- "Platform (largest instance) Storage Drive quantity": "1",
965
- "Instance GPUs": "0",
966
- "Platform GPU": "0"
967
- },
968
- {
969
- "Machine Family": "n2",
970
- "Machine type": "n2-standard-4",
971
- "Microarchitecture": "Cascade Lake",
972
- "Instance vCPUs": "4",
973
- "Instance Memory": "16",
974
- "Platform vCPUs (highest vCPU possible)": "128",
975
- "Platform Memory": "512",
976
- "Platform Storage Info (SSD?)": "Yes",
977
- "Platform Storage Type": "SSD",
978
- "Platform (largest instance) Storage Drive quantity": "1",
979
- "Instance GPUs": "0",
980
- "Platform GPU": "0"
981
- },
982
- {
983
- "Machine Family": "n2",
984
- "Machine type": "n2-standard-8",
985
- "Microarchitecture": "Cascade Lake",
986
- "Instance vCPUs": "8",
987
- "Instance Memory": "32",
988
- "Platform vCPUs (highest vCPU possible)": "128",
989
- "Platform Memory": "512",
990
- "Platform Storage Info (SSD?)": "Yes",
991
- "Platform Storage Type": "SSD",
992
- "Platform (largest instance) Storage Drive quantity": "1",
993
- "Instance GPUs": "0",
994
- "Platform GPU": "0"
995
- },
996
- {
997
- "Machine Family": "n2",
998
- "Machine type": "n2-standard-16",
999
- "Microarchitecture": "Cascade Lake",
1000
- "Instance vCPUs": "16",
1001
- "Instance Memory": "64",
1002
- "Platform vCPUs (highest vCPU possible)": "128",
1003
- "Platform Memory": "512",
1004
- "Platform Storage Info (SSD?)": "Yes",
1005
- "Platform Storage Type": "SSD",
1006
- "Platform (largest instance) Storage Drive quantity": "1",
1007
- "Instance GPUs": "0",
1008
- "Platform GPU": "0"
1009
- },
1010
- {
1011
- "Machine Family": "n2",
1012
- "Machine type": "n2-standard-32",
1013
- "Microarchitecture": "Cascade Lake",
1014
- "Instance vCPUs": "32",
1015
- "Instance Memory": "128",
1016
- "Platform vCPUs (highest vCPU possible)": "128",
1017
- "Platform Memory": "512",
1018
- "Platform Storage Info (SSD?)": "Yes",
1019
- "Platform Storage Type": "SSD",
1020
- "Platform (largest instance) Storage Drive quantity": "1",
1021
- "Instance GPUs": "0",
1022
- "Platform GPU": "0"
1023
- },
1024
- {
1025
- "Machine Family": "n2",
1026
- "Machine type": "n2-standard-48",
1027
- "Microarchitecture": "Cascade Lake",
1028
- "Instance vCPUs": "48",
1029
- "Instance Memory": "192",
1030
- "Platform vCPUs (highest vCPU possible)": "128",
1031
- "Platform Memory": "512",
1032
- "Platform Storage Info (SSD?)": "Yes",
1033
- "Platform Storage Type": "SSD",
1034
- "Platform (largest instance) Storage Drive quantity": "1",
1035
- "Instance GPUs": "0",
1036
- "Platform GPU": "0"
1037
- },
1038
- {
1039
- "Machine Family": "n2",
1040
- "Machine type": "n2-standard-64",
1041
- "Microarchitecture": "Cascade Lake",
1042
- "Instance vCPUs": "64",
1043
- "Instance Memory": "256",
1044
- "Platform vCPUs (highest vCPU possible)": "128",
1045
- "Platform Memory": "512",
1046
- "Platform Storage Info (SSD?)": "Yes",
1047
- "Platform Storage Type": "SSD",
1048
- "Platform (largest instance) Storage Drive quantity": "1",
1049
- "Instance GPUs": "0",
1050
- "Platform GPU": "0"
1051
- },
1052
- {
1053
- "Machine Family": "n2",
1054
- "Machine type": "n2-standard-80",
1055
- "Microarchitecture": "Cascade Lake",
1056
- "Instance vCPUs": "80",
1057
- "Instance Memory": "320",
1058
- "Platform vCPUs (highest vCPU possible)": "128",
1059
- "Platform Memory": "512",
1060
- "Platform Storage Info (SSD?)": "Yes",
1061
- "Platform Storage Type": "SSD",
1062
- "Platform (largest instance) Storage Drive quantity": "1",
1063
- "Instance GPUs": "0",
1064
- "Platform GPU": "0"
1065
- },
1066
- {
1067
- "Machine Family": "n2",
1068
- "Machine type": "n2-standard-96",
1069
- "Microarchitecture": "Cascade Lake",
1070
- "Instance vCPUs": "96",
1071
- "Instance Memory": "384",
1072
- "Platform vCPUs (highest vCPU possible)": "128",
1073
- "Platform Memory": "512",
1074
- "Platform Storage Info (SSD?)": "Yes",
1075
- "Platform Storage Type": "SSD",
1076
- "Platform (largest instance) Storage Drive quantity": "1",
1077
- "Instance GPUs": "0",
1078
- "Platform GPU": "0"
1079
- },
1080
- {
1081
- "Machine Family": "n2",
1082
- "Machine type": "n2-standard-128",
1083
- "Microarchitecture": "Cascade Lake",
1084
- "Instance vCPUs": "128",
1085
- "Instance Memory": "512",
1086
- "Platform vCPUs (highest vCPU possible)": "128",
1087
- "Platform Memory": "512",
1088
- "Platform Storage Info (SSD?)": "Yes",
1089
- "Platform Storage Type": "SSD",
1090
- "Platform (largest instance) Storage Drive quantity": "1",
1091
- "Instance GPUs": "0",
1092
- "Platform GPU": "0"
1093
- },
1094
- {
1095
- "Machine Family": "n2",
1096
- "Machine type": "n2-highmem-2",
1097
- "Microarchitecture": "Cascade Lake",
1098
- "Instance vCPUs": "2",
1099
- "Instance Memory": "16",
1100
- "Platform vCPUs (highest vCPU possible)": "128",
1101
- "Platform Memory": "864",
1102
- "Platform Storage Info (SSD?)": "Yes",
1103
- "Platform Storage Type": "SSD",
1104
- "Platform (largest instance) Storage Drive quantity": "1",
1105
- "Instance GPUs": "0",
1106
- "Platform GPU": "0"
1107
- },
1108
- {
1109
- "Machine Family": "n2",
1110
- "Machine type": "n2-highmem-4",
1111
- "Microarchitecture": "Cascade Lake",
1112
- "Instance vCPUs": "4",
1113
- "Instance Memory": "32",
1114
- "Platform vCPUs (highest vCPU possible)": "128",
1115
- "Platform Memory": "864",
1116
- "Platform Storage Info (SSD?)": "Yes",
1117
- "Platform Storage Type": "SSD",
1118
- "Platform (largest instance) Storage Drive quantity": "1",
1119
- "Instance GPUs": "0",
1120
- "Platform GPU": "0"
1121
- },
1122
- {
1123
- "Machine Family": "n2",
1124
- "Machine type": "n2-highmem-8",
1125
- "Microarchitecture": "Cascade Lake",
1126
- "Instance vCPUs": "8",
1127
- "Instance Memory": "64",
1128
- "Platform vCPUs (highest vCPU possible)": "128",
1129
- "Platform Memory": "864",
1130
- "Platform Storage Info (SSD?)": "Yes",
1131
- "Platform Storage Type": "SSD",
1132
- "Platform (largest instance) Storage Drive quantity": "1",
1133
- "Instance GPUs": "0",
1134
- "Platform GPU": "0"
1135
- },
1136
- {
1137
- "Machine Family": "n2",
1138
- "Machine type": "n2-highmem-16",
1139
- "Microarchitecture": "Cascade Lake",
1140
- "Instance vCPUs": "16",
1141
- "Instance Memory": "128",
1142
- "Platform vCPUs (highest vCPU possible)": "128",
1143
- "Platform Memory": "864",
1144
- "Platform Storage Info (SSD?)": "Yes",
1145
- "Platform Storage Type": "SSD",
1146
- "Platform (largest instance) Storage Drive quantity": "1",
1147
- "Instance GPUs": "0",
1148
- "Platform GPU": "0"
1149
- },
1150
- {
1151
- "Machine Family": "n2",
1152
- "Machine type": "n2-highmem-32",
1153
- "Microarchitecture": "Cascade Lake",
1154
- "Instance vCPUs": "32",
1155
- "Instance Memory": "256",
1156
- "Platform vCPUs (highest vCPU possible)": "128",
1157
- "Platform Memory": "864",
1158
- "Platform Storage Info (SSD?)": "Yes",
1159
- "Platform Storage Type": "SSD",
1160
- "Platform (largest instance) Storage Drive quantity": "1",
1161
- "Instance GPUs": "0",
1162
- "Platform GPU": "0"
1163
- },
1164
- {
1165
- "Machine Family": "n2",
1166
- "Machine type": "n2-highmem-48",
1167
- "Microarchitecture": "Cascade Lake",
1168
- "Instance vCPUs": "48",
1169
- "Instance Memory": "384",
1170
- "Platform vCPUs (highest vCPU possible)": "128",
1171
- "Platform Memory": "864",
1172
- "Platform Storage Info (SSD?)": "Yes",
1173
- "Platform Storage Type": "SSD",
1174
- "Platform (largest instance) Storage Drive quantity": "1",
1175
- "Instance GPUs": "0",
1176
- "Platform GPU": "0"
1177
- },
1178
- {
1179
- "Machine Family": "n2",
1180
- "Machine type": "n2-highmem-64",
1181
- "Microarchitecture": "Cascade Lake",
1182
- "Instance vCPUs": "64",
1183
- "Instance Memory": "512",
1184
- "Platform vCPUs (highest vCPU possible)": "128",
1185
- "Platform Memory": "864",
1186
- "Platform Storage Info (SSD?)": "Yes",
1187
- "Platform Storage Type": "SSD",
1188
- "Platform (largest instance) Storage Drive quantity": "1",
1189
- "Instance GPUs": "0",
1190
- "Platform GPU": "0"
1191
- },
1192
- {
1193
- "Machine Family": "n2",
1194
- "Machine type": "n2-highmem-80",
1195
- "Microarchitecture": "Cascade Lake",
1196
- "Instance vCPUs": "80",
1197
- "Instance Memory": "640",
1198
- "Platform vCPUs (highest vCPU possible)": "128",
1199
- "Platform Memory": "864",
1200
- "Platform Storage Info (SSD?)": "Yes",
1201
- "Platform Storage Type": "SSD",
1202
- "Platform (largest instance) Storage Drive quantity": "1",
1203
- "Instance GPUs": "0",
1204
- "Platform GPU": "0"
1205
- },
1206
- {
1207
- "Machine Family": "n2",
1208
- "Machine type": "n2-highmem-96",
1209
- "Microarchitecture": "Cascade Lake",
1210
- "Instance vCPUs": "96",
1211
- "Instance Memory": "768",
1212
- "Platform vCPUs (highest vCPU possible)": "128",
1213
- "Platform Memory": "864",
1214
- "Platform Storage Info (SSD?)": "Yes",
1215
- "Platform Storage Type": "SSD",
1216
- "Platform (largest instance) Storage Drive quantity": "1",
1217
- "Instance GPUs": "0",
1218
- "Platform GPU": "0"
1219
- },
1220
- {
1221
- "Machine Family": "n2",
1222
- "Machine type": "n2-highmem-128",
1223
- "Microarchitecture": "Cascade Lake",
1224
- "Instance vCPUs": "128",
1225
- "Instance Memory": "864",
1226
- "Platform vCPUs (highest vCPU possible)": "128",
1227
- "Platform Memory": "864",
1228
- "Platform Storage Info (SSD?)": "Yes",
1229
- "Platform Storage Type": "SSD",
1230
- "Platform (largest instance) Storage Drive quantity": "1",
1231
- "Instance GPUs": "0",
1232
- "Platform GPU": "0"
1233
- },
1234
- {
1235
- "Machine Family": "n2",
1236
- "Machine type": "n2-highcpu-2",
1237
- "Microarchitecture": "Cascade Lake",
1238
- "Instance vCPUs": "2",
1239
- "Instance Memory": "2",
1240
- "Platform vCPUs (highest vCPU possible)": "96",
1241
- "Platform Memory": "96",
1242
- "Platform Storage Info (SSD?)": "Yes",
1243
- "Platform Storage Type": "SSD",
1244
- "Platform (largest instance) Storage Drive quantity": "1",
1245
- "Instance GPUs": "0",
1246
- "Platform GPU": "0"
1247
- },
1248
- {
1249
- "Machine Family": "n2",
1250
- "Machine type": "n2-highcpu-4",
1251
- "Microarchitecture": "Cascade Lake",
1252
- "Instance vCPUs": "4",
1253
- "Instance Memory": "4",
1254
- "Platform vCPUs (highest vCPU possible)": "96",
1255
- "Platform Memory": "96",
1256
- "Platform Storage Info (SSD?)": "Yes",
1257
- "Platform Storage Type": "SSD",
1258
- "Platform (largest instance) Storage Drive quantity": "1",
1259
- "Instance GPUs": "0",
1260
- "Platform GPU": "0"
1261
- },
1262
- {
1263
- "Machine Family": "n2",
1264
- "Machine type": "n2-highcpu-8",
1265
- "Microarchitecture": "Cascade Lake",
1266
- "Instance vCPUs": "8",
1267
- "Instance Memory": "8",
1268
- "Platform vCPUs (highest vCPU possible)": "96",
1269
- "Platform Memory": "96",
1270
- "Platform Storage Info (SSD?)": "Yes",
1271
- "Platform Storage Type": "SSD",
1272
- "Platform (largest instance) Storage Drive quantity": "1",
1273
- "Instance GPUs": "0",
1274
- "Platform GPU": "0"
1275
- },
1276
- {
1277
- "Machine Family": "n2",
1278
- "Machine type": "n2-highcpu-16",
1279
- "Microarchitecture": "Cascade Lake",
1280
- "Instance vCPUs": "16",
1281
- "Instance Memory": "16",
1282
- "Platform vCPUs (highest vCPU possible)": "96",
1283
- "Platform Memory": "96",
1284
- "Platform Storage Info (SSD?)": "Yes",
1285
- "Platform Storage Type": "SSD",
1286
- "Platform (largest instance) Storage Drive quantity": "1",
1287
- "Instance GPUs": "0",
1288
- "Platform GPU": "0"
1289
- },
1290
- {
1291
- "Machine Family": "n2",
1292
- "Machine type": "n2-highcpu-32",
1293
- "Microarchitecture": "Cascade Lake",
1294
- "Instance vCPUs": "32",
1295
- "Instance Memory": "32",
1296
- "Platform vCPUs (highest vCPU possible)": "96",
1297
- "Platform Memory": "96",
1298
- "Platform Storage Info (SSD?)": "Yes",
1299
- "Platform Storage Type": "SSD",
1300
- "Platform (largest instance) Storage Drive quantity": "1",
1301
- "Instance GPUs": "0",
1302
- "Platform GPU": "0"
1303
- },
1304
- {
1305
- "Machine Family": "n2",
1306
- "Machine type": "n2-highcpu-48",
1307
- "Microarchitecture": "Cascade Lake",
1308
- "Instance vCPUs": "48",
1309
- "Instance Memory": "48",
1310
- "Platform vCPUs (highest vCPU possible)": "96",
1311
- "Platform Memory": "96",
1312
- "Platform Storage Info (SSD?)": "Yes",
1313
- "Platform Storage Type": "SSD",
1314
- "Platform (largest instance) Storage Drive quantity": "1",
1315
- "Instance GPUs": "0",
1316
- "Platform GPU": "0"
1317
- },
1318
- {
1319
- "Machine Family": "n2",
1320
- "Machine type": "n2-highcpu-64",
1321
- "Microarchitecture": "Cascade Lake",
1322
- "Instance vCPUs": "64",
1323
- "Instance Memory": "64",
1324
- "Platform vCPUs (highest vCPU possible)": "96",
1325
- "Platform Memory": "96",
1326
- "Platform Storage Info (SSD?)": "Yes",
1327
- "Platform Storage Type": "SSD",
1328
- "Platform (largest instance) Storage Drive quantity": "1",
1329
- "Instance GPUs": "0",
1330
- "Platform GPU": "0"
1331
- },
1332
- {
1333
- "Machine Family": "n2",
1334
- "Machine type": "n2-highcpu-80",
1335
- "Microarchitecture": "Cascade Lake",
1336
- "Instance vCPUs": "80",
1337
- "Instance Memory": "80",
1338
- "Platform vCPUs (highest vCPU possible)": "96",
1339
- "Platform Memory": "96",
1340
- "Platform Storage Info (SSD?)": "Yes",
1341
- "Platform Storage Type": "SSD",
1342
- "Platform (largest instance) Storage Drive quantity": "1",
1343
- "Instance GPUs": "0",
1344
- "Platform GPU": "0"
1345
- },
1346
- {
1347
- "Machine Family": "n2",
1348
- "Machine type": "n2-highcpu-96",
1349
- "Microarchitecture": "Cascade Lake",
1350
- "Instance vCPUs": "96",
1351
- "Instance Memory": "96",
1352
- "Platform vCPUs (highest vCPU possible)": "96",
1353
- "Platform Memory": "96",
1354
- "Platform Storage Info (SSD?)": "Yes",
1355
- "Platform Storage Type": "SSD",
1356
- "Platform (largest instance) Storage Drive quantity": "1",
1357
- "Instance GPUs": "0",
1358
- "Platform GPU": "0"
1359
- },
1360
- {
1361
- "Machine Family": "n2d",
1362
- "Machine type": "n2d-standard-2",
1363
- "Microarchitecture": "EPYC 2nd Gen",
1364
- "Instance vCPUs": "2",
1365
- "Instance Memory": "8",
1366
- "Platform vCPUs (highest vCPU possible)": "224",
1367
- "Platform Memory": "896",
1368
- "Platform Storage Info (SSD?)": "Yes",
1369
- "Platform Storage Type": "SSD",
1370
- "Platform (largest instance) Storage Drive quantity": "1",
1371
- "Instance GPUs": "0",
1372
- "Platform GPU": "0"
1373
- },
1374
- {
1375
- "Machine Family": "n2d",
1376
- "Machine type": "n2d-standard-4",
1377
- "Microarchitecture": "EPYC 2nd Gen",
1378
- "Instance vCPUs": "4",
1379
- "Instance Memory": "16",
1380
- "Platform vCPUs (highest vCPU possible)": "224",
1381
- "Platform Memory": "896",
1382
- "Platform Storage Info (SSD?)": "Yes",
1383
- "Platform Storage Type": "SSD",
1384
- "Platform (largest instance) Storage Drive quantity": "1",
1385
- "Instance GPUs": "0",
1386
- "Platform GPU": "0"
1387
- },
1388
- {
1389
- "Machine Family": "n2d",
1390
- "Machine type": "n2d-standard-8",
1391
- "Microarchitecture": "EPYC 2nd Gen",
1392
- "Instance vCPUs": "8",
1393
- "Instance Memory": "32",
1394
- "Platform vCPUs (highest vCPU possible)": "224",
1395
- "Platform Memory": "896",
1396
- "Platform Storage Info (SSD?)": "Yes",
1397
- "Platform Storage Type": "SSD",
1398
- "Platform (largest instance) Storage Drive quantity": "1",
1399
- "Instance GPUs": "0",
1400
- "Platform GPU": "0"
1401
- },
1402
- {
1403
- "Machine Family": "n2d",
1404
- "Machine type": "n2d-standard-16",
1405
- "Microarchitecture": "EPYC 2nd Gen",
1406
- "Instance vCPUs": "16",
1407
- "Instance Memory": "64",
1408
- "Platform vCPUs (highest vCPU possible)": "224",
1409
- "Platform Memory": "896",
1410
- "Platform Storage Info (SSD?)": "Yes",
1411
- "Platform Storage Type": "SSD",
1412
- "Platform (largest instance) Storage Drive quantity": "1",
1413
- "Instance GPUs": "0",
1414
- "Platform GPU": "0"
1415
- },
1416
- {
1417
- "Machine Family": "n2d",
1418
- "Machine type": "n2d-standard-32",
1419
- "Microarchitecture": "EPYC 2nd Gen",
1420
- "Instance vCPUs": "32",
1421
- "Instance Memory": "128",
1422
- "Platform vCPUs (highest vCPU possible)": "224",
1423
- "Platform Memory": "896",
1424
- "Platform Storage Info (SSD?)": "Yes",
1425
- "Platform Storage Type": "SSD",
1426
- "Platform (largest instance) Storage Drive quantity": "1",
1427
- "Instance GPUs": "0",
1428
- "Platform GPU": "0"
1429
- },
1430
- {
1431
- "Machine Family": "n2d",
1432
- "Machine type": "n2d-standard-48",
1433
- "Microarchitecture": "EPYC 2nd Gen",
1434
- "Instance vCPUs": "48",
1435
- "Instance Memory": "192",
1436
- "Platform vCPUs (highest vCPU possible)": "224",
1437
- "Platform Memory": "896",
1438
- "Platform Storage Info (SSD?)": "Yes",
1439
- "Platform Storage Type": "SSD",
1440
- "Platform (largest instance) Storage Drive quantity": "1",
1441
- "Instance GPUs": "0",
1442
- "Platform GPU": "0"
1443
- },
1444
- {
1445
- "Machine Family": "n2d",
1446
- "Machine type": "n2d-standard-64",
1447
- "Microarchitecture": "EPYC 2nd Gen",
1448
- "Instance vCPUs": "64",
1449
- "Instance Memory": "256",
1450
- "Platform vCPUs (highest vCPU possible)": "224",
1451
- "Platform Memory": "896",
1452
- "Platform Storage Info (SSD?)": "Yes",
1453
- "Platform Storage Type": "SSD",
1454
- "Platform (largest instance) Storage Drive quantity": "1",
1455
- "Instance GPUs": "0",
1456
- "Platform GPU": "0"
1457
- },
1458
- {
1459
- "Machine Family": "n2d",
1460
- "Machine type": "n2d-standard-80",
1461
- "Microarchitecture": "EPYC 2nd Gen",
1462
- "Instance vCPUs": "80",
1463
- "Instance Memory": "320",
1464
- "Platform vCPUs (highest vCPU possible)": "224",
1465
- "Platform Memory": "896",
1466
- "Platform Storage Info (SSD?)": "Yes",
1467
- "Platform Storage Type": "SSD",
1468
- "Platform (largest instance) Storage Drive quantity": "1",
1469
- "Instance GPUs": "0",
1470
- "Platform GPU": "0"
1471
- },
1472
- {
1473
- "Machine Family": "n2d",
1474
- "Machine type": "n2d-standard-96",
1475
- "Microarchitecture": "EPYC 2nd Gen",
1476
- "Instance vCPUs": "96",
1477
- "Instance Memory": "384",
1478
- "Platform vCPUs (highest vCPU possible)": "224",
1479
- "Platform Memory": "896",
1480
- "Platform Storage Info (SSD?)": "Yes",
1481
- "Platform Storage Type": "SSD",
1482
- "Platform (largest instance) Storage Drive quantity": "1",
1483
- "Instance GPUs": "0",
1484
- "Platform GPU": "0"
1485
- },
1486
- {
1487
- "Machine Family": "n2d",
1488
- "Machine type": "n2d-standard-128",
1489
- "Microarchitecture": "EPYC 2nd Gen",
1490
- "Instance vCPUs": "128",
1491
- "Instance Memory": "512",
1492
- "Platform vCPUs (highest vCPU possible)": "224",
1493
- "Platform Memory": "896",
1494
- "Platform Storage Info (SSD?)": "Yes",
1495
- "Platform Storage Type": "SSD",
1496
- "Platform (largest instance) Storage Drive quantity": "1",
1497
- "Instance GPUs": "0",
1498
- "Platform GPU": "0"
1499
- },
1500
- {
1501
- "Machine Family": "n2d",
1502
- "Machine type": "n2d-standard-224",
1503
- "Microarchitecture": "EPYC 2nd Gen",
1504
- "Instance vCPUs": "224",
1505
- "Instance Memory": "896",
1506
- "Platform vCPUs (highest vCPU possible)": "224",
1507
- "Platform Memory": "896",
1508
- "Platform Storage Info (SSD?)": "Yes",
1509
- "Platform Storage Type": "SSD",
1510
- "Platform (largest instance) Storage Drive quantity": "1",
1511
- "Instance GPUs": "0",
1512
- "Platform GPU": "0"
1513
- },
1514
- {
1515
- "Machine Family": "n2d",
1516
- "Machine type": "n2d-highmem-2",
1517
- "Microarchitecture": "EPYC 2nd Gen",
1518
- "Instance vCPUs": "2",
1519
- "Instance Memory": "16",
1520
- "Platform vCPUs (highest vCPU possible)": "96",
1521
- "Platform Memory": "768",
1522
- "Platform Storage Info (SSD?)": "Yes",
1523
- "Platform Storage Type": "SSD",
1524
- "Platform (largest instance) Storage Drive quantity": "1",
1525
- "Instance GPUs": "0",
1526
- "Platform GPU": "0"
1527
- },
1528
- {
1529
- "Machine Family": "n2d",
1530
- "Machine type": "n2d-highmem-4",
1531
- "Microarchitecture": "EPYC 2nd Gen",
1532
- "Instance vCPUs": "4",
1533
- "Instance Memory": "32",
1534
- "Platform vCPUs (highest vCPU possible)": "96",
1535
- "Platform Memory": "768",
1536
- "Platform Storage Info (SSD?)": "Yes",
1537
- "Platform Storage Type": "SSD",
1538
- "Platform (largest instance) Storage Drive quantity": "1",
1539
- "Instance GPUs": "0",
1540
- "Platform GPU": "0"
1541
- },
1542
- {
1543
- "Machine Family": "n2d",
1544
- "Machine type": "n2d-highmem-8",
1545
- "Microarchitecture": "EPYC 2nd Gen",
1546
- "Instance vCPUs": "8",
1547
- "Instance Memory": "64",
1548
- "Platform vCPUs (highest vCPU possible)": "96",
1549
- "Platform Memory": "768",
1550
- "Platform Storage Info (SSD?)": "Yes",
1551
- "Platform Storage Type": "SSD",
1552
- "Platform (largest instance) Storage Drive quantity": "1",
1553
- "Instance GPUs": "0",
1554
- "Platform GPU": "0"
1555
- },
1556
- {
1557
- "Machine Family": "n2d",
1558
- "Machine type": "n2d-highmem-16",
1559
- "Microarchitecture": "EPYC 2nd Gen",
1560
- "Instance vCPUs": "16",
1561
- "Instance Memory": "128",
1562
- "Platform vCPUs (highest vCPU possible)": "96",
1563
- "Platform Memory": "768",
1564
- "Platform Storage Info (SSD?)": "Yes",
1565
- "Platform Storage Type": "SSD",
1566
- "Platform (largest instance) Storage Drive quantity": "1",
1567
- "Instance GPUs": "0",
1568
- "Platform GPU": "0"
1569
- },
1570
- {
1571
- "Machine Family": "n2d",
1572
- "Machine type": "n2d-highmem-32",
1573
- "Microarchitecture": "EPYC 2nd Gen",
1574
- "Instance vCPUs": "32",
1575
- "Instance Memory": "256",
1576
- "Platform vCPUs (highest vCPU possible)": "96",
1577
- "Platform Memory": "768",
1578
- "Platform Storage Info (SSD?)": "Yes",
1579
- "Platform Storage Type": "SSD",
1580
- "Platform (largest instance) Storage Drive quantity": "1",
1581
- "Instance GPUs": "0",
1582
- "Platform GPU": "0"
1583
- },
1584
- {
1585
- "Machine Family": "n2d",
1586
- "Machine type": "n2d-highmem-48",
1587
- "Microarchitecture": "EPYC 2nd Gen",
1588
- "Instance vCPUs": "48",
1589
- "Instance Memory": "384",
1590
- "Platform vCPUs (highest vCPU possible)": "96",
1591
- "Platform Memory": "768",
1592
- "Platform Storage Info (SSD?)": "Yes",
1593
- "Platform Storage Type": "SSD",
1594
- "Platform (largest instance) Storage Drive quantity": "1",
1595
- "Instance GPUs": "0",
1596
- "Platform GPU": "0"
1597
- },
1598
- {
1599
- "Machine Family": "n2d",
1600
- "Machine type": "n2d-highmem-64",
1601
- "Microarchitecture": "EPYC 2nd Gen",
1602
- "Instance vCPUs": "64",
1603
- "Instance Memory": "512",
1604
- "Platform vCPUs (highest vCPU possible)": "96",
1605
- "Platform Memory": "768",
1606
- "Platform Storage Info (SSD?)": "Yes",
1607
- "Platform Storage Type": "SSD",
1608
- "Platform (largest instance) Storage Drive quantity": "1",
1609
- "Instance GPUs": "0",
1610
- "Platform GPU": "0"
1611
- },
1612
- {
1613
- "Machine Family": "n2d",
1614
- "Machine type": "n2d-highmem-80",
1615
- "Microarchitecture": "EPYC 2nd Gen",
1616
- "Instance vCPUs": "80",
1617
- "Instance Memory": "640",
1618
- "Platform vCPUs (highest vCPU possible)": "96",
1619
- "Platform Memory": "768",
1620
- "Platform Storage Info (SSD?)": "Yes",
1621
- "Platform Storage Type": "SSD",
1622
- "Platform (largest instance) Storage Drive quantity": "1",
1623
- "Instance GPUs": "0",
1624
- "Platform GPU": "0"
1625
- },
1626
- {
1627
- "Machine Family": "n2d",
1628
- "Machine type": "n2d-highmem-96",
1629
- "Microarchitecture": "EPYC 2nd Gen",
1630
- "Instance vCPUs": "96",
1631
- "Instance Memory": "768",
1632
- "Platform vCPUs (highest vCPU possible)": "96",
1633
- "Platform Memory": "768",
1634
- "Platform Storage Info (SSD?)": "Yes",
1635
- "Platform Storage Type": "SSD",
1636
- "Platform (largest instance) Storage Drive quantity": "1",
1637
- "Instance GPUs": "0",
1638
- "Platform GPU": "0"
1639
- },
1640
- {
1641
- "Machine Family": "n2d",
1642
- "Machine type": "n2d-highcpu-2",
1643
- "Microarchitecture": "EPYC 2nd Gen",
1644
- "Instance vCPUs": "2",
1645
- "Instance Memory": "2",
1646
- "Platform vCPUs (highest vCPU possible)": "224",
1647
- "Platform Memory": "224",
1648
- "Platform Storage Info (SSD?)": "Yes",
1649
- "Platform Storage Type": "SSD",
1650
- "Platform (largest instance) Storage Drive quantity": "1",
1651
- "Instance GPUs": "0",
1652
- "Platform GPU": "0"
1653
- },
1654
- {
1655
- "Machine Family": "n2d",
1656
- "Machine type": "n2d-highcpu-4",
1657
- "Microarchitecture": "EPYC 2nd Gen",
1658
- "Instance vCPUs": "4",
1659
- "Instance Memory": "4",
1660
- "Platform vCPUs (highest vCPU possible)": "224",
1661
- "Platform Memory": "224",
1662
- "Platform Storage Info (SSD?)": "Yes",
1663
- "Platform Storage Type": "SSD",
1664
- "Platform (largest instance) Storage Drive quantity": "1",
1665
- "Instance GPUs": "0",
1666
- "Platform GPU": "0"
1667
- },
1668
- {
1669
- "Machine Family": "n2d",
1670
- "Machine type": "n2d-highcpu-8",
1671
- "Microarchitecture": "EPYC 2nd Gen",
1672
- "Instance vCPUs": "8",
1673
- "Instance Memory": "8",
1674
- "Platform vCPUs (highest vCPU possible)": "224",
1675
- "Platform Memory": "224",
1676
- "Platform Storage Info (SSD?)": "Yes",
1677
- "Platform Storage Type": "SSD",
1678
- "Platform (largest instance) Storage Drive quantity": "1",
1679
- "Instance GPUs": "0",
1680
- "Platform GPU": "0"
1681
- },
1682
- {
1683
- "Machine Family": "n2d",
1684
- "Machine type": "n2d-highcpu-16",
1685
- "Microarchitecture": "EPYC 2nd Gen",
1686
- "Instance vCPUs": "16",
1687
- "Instance Memory": "16",
1688
- "Platform vCPUs (highest vCPU possible)": "224",
1689
- "Platform Memory": "224",
1690
- "Platform Storage Info (SSD?)": "Yes",
1691
- "Platform Storage Type": "SSD",
1692
- "Platform (largest instance) Storage Drive quantity": "1",
1693
- "Instance GPUs": "0",
1694
- "Platform GPU": "0"
1695
- },
1696
- {
1697
- "Machine Family": "n2d",
1698
- "Machine type": "n2d-highcpu-32",
1699
- "Microarchitecture": "EPYC 2nd Gen",
1700
- "Instance vCPUs": "32",
1701
- "Instance Memory": "32",
1702
- "Platform vCPUs (highest vCPU possible)": "224",
1703
- "Platform Memory": "224",
1704
- "Platform Storage Info (SSD?)": "Yes",
1705
- "Platform Storage Type": "SSD",
1706
- "Platform (largest instance) Storage Drive quantity": "1",
1707
- "Instance GPUs": "0",
1708
- "Platform GPU": "0"
1709
- },
1710
- {
1711
- "Machine Family": "n2d",
1712
- "Machine type": "n2d-highcpu-48",
1713
- "Microarchitecture": "EPYC 2nd Gen",
1714
- "Instance vCPUs": "48",
1715
- "Instance Memory": "48",
1716
- "Platform vCPUs (highest vCPU possible)": "224",
1717
- "Platform Memory": "224",
1718
- "Platform Storage Info (SSD?)": "Yes",
1719
- "Platform Storage Type": "SSD",
1720
- "Platform (largest instance) Storage Drive quantity": "1",
1721
- "Instance GPUs": "0",
1722
- "Platform GPU": "0"
1723
- },
1724
- {
1725
- "Machine Family": "n2d",
1726
- "Machine type": "n2d-highcpu-64",
1727
- "Microarchitecture": "EPYC 2nd Gen",
1728
- "Instance vCPUs": "64",
1729
- "Instance Memory": "64",
1730
- "Platform vCPUs (highest vCPU possible)": "224",
1731
- "Platform Memory": "224",
1732
- "Platform Storage Info (SSD?)": "Yes",
1733
- "Platform Storage Type": "SSD",
1734
- "Platform (largest instance) Storage Drive quantity": "1",
1735
- "Instance GPUs": "0",
1736
- "Platform GPU": "0"
1737
- },
1738
- {
1739
- "Machine Family": "n2d",
1740
- "Machine type": "n2d-highcpu-80",
1741
- "Microarchitecture": "EPYC 2nd Gen",
1742
- "Instance vCPUs": "80",
1743
- "Instance Memory": "80",
1744
- "Platform vCPUs (highest vCPU possible)": "224",
1745
- "Platform Memory": "224",
1746
- "Platform Storage Info (SSD?)": "Yes",
1747
- "Platform Storage Type": "SSD",
1748
- "Platform (largest instance) Storage Drive quantity": "1",
1749
- "Instance GPUs": "0",
1750
- "Platform GPU": "0"
1751
- },
1752
- {
1753
- "Machine Family": "n2d",
1754
- "Machine type": "n2d-highcpu-96",
1755
- "Microarchitecture": "EPYC 2nd Gen",
1756
- "Instance vCPUs": "96",
1757
- "Instance Memory": "96",
1758
- "Platform vCPUs (highest vCPU possible)": "224",
1759
- "Platform Memory": "224",
1760
- "Platform Storage Info (SSD?)": "Yes",
1761
- "Platform Storage Type": "SSD",
1762
- "Platform (largest instance) Storage Drive quantity": "1",
1763
- "Instance GPUs": "0",
1764
- "Platform GPU": "0"
1765
- },
1766
- {
1767
- "Machine Family": "n2d",
1768
- "Machine type": "n2d-highcpu-128",
1769
- "Microarchitecture": "EPYC 2nd Gen",
1770
- "Instance vCPUs": "128",
1771
- "Instance Memory": "128",
1772
- "Platform vCPUs (highest vCPU possible)": "224",
1773
- "Platform Memory": "224",
1774
- "Platform Storage Info (SSD?)": "Yes",
1775
- "Platform Storage Type": "SSD",
1776
- "Platform (largest instance) Storage Drive quantity": "1",
1777
- "Instance GPUs": "0",
1778
- "Platform GPU": "0"
1779
- },
1780
- {
1781
- "Machine Family": "n2d",
1782
- "Machine type": "n2d-highcpu-224",
1783
- "Microarchitecture": "EPYC 2nd Gen",
1784
- "Instance vCPUs": "224",
1785
- "Instance Memory": "224",
1786
- "Platform vCPUs (highest vCPU possible)": "224",
1787
- "Platform Memory": "224",
1788
- "Platform Storage Info (SSD?)": "Yes",
1789
- "Platform Storage Type": "SSD",
1790
- "Platform (largest instance) Storage Drive quantity": "1",
1791
- "Instance GPUs": "0",
1792
- "Platform GPU": "0"
1793
- },
1794
- {
1795
- "Machine Family": "t2d",
1796
- "Machine type": "t2d-standard-1",
1797
- "Microarchitecture": "EPYC 3rd Gen",
1798
- "Instance vCPUs": "1",
1799
- "Instance Memory": "4",
1800
- "Platform vCPUs (highest vCPU possible)": "60",
1801
- "Platform Memory": "240",
1802
- "Platform Storage Info (SSD?)": "No",
1803
- "Platform Storage Type": "Non-SSD",
1804
- "Platform (largest instance) Storage Drive quantity": "0",
1805
- "Instance GPUs": "0",
1806
- "Platform GPU": "0"
1807
- },
1808
- {
1809
- "Machine Family": "t2d",
1810
- "Machine type": "t2d-standard-2",
1811
- "Microarchitecture": "EPYC 3rd Gen",
1812
- "Instance vCPUs": "2",
1813
- "Instance Memory": "8",
1814
- "Platform vCPUs (highest vCPU possible)": "60",
1815
- "Platform Memory": "240",
1816
- "Platform Storage Info (SSD?)": "No",
1817
- "Platform Storage Type": "Non-SSD",
1818
- "Platform (largest instance) Storage Drive quantity": "0",
1819
- "Instance GPUs": "0",
1820
- "Platform GPU": "0"
1821
- },
1822
- {
1823
- "Machine Family": "t2d",
1824
- "Machine type": "t2d-standard-4",
1825
- "Microarchitecture": "EPYC 3rd Gen",
1826
- "Instance vCPUs": "4",
1827
- "Instance Memory": "16",
1828
- "Platform vCPUs (highest vCPU possible)": "60",
1829
- "Platform Memory": "240",
1830
- "Platform Storage Info (SSD?)": "No",
1831
- "Platform Storage Type": "Non-SSD",
1832
- "Platform (largest instance) Storage Drive quantity": "0",
1833
- "Instance GPUs": "0",
1834
- "Platform GPU": "0"
1835
- },
1836
- {
1837
- "Machine Family": "t2d",
1838
- "Machine type": "t2d-standard-8",
1839
- "Microarchitecture": "EPYC 3rd Gen",
1840
- "Instance vCPUs": "8",
1841
- "Instance Memory": "32",
1842
- "Platform vCPUs (highest vCPU possible)": "60",
1843
- "Platform Memory": "240",
1844
- "Platform Storage Info (SSD?)": "No",
1845
- "Platform Storage Type": "Non-SSD",
1846
- "Platform (largest instance) Storage Drive quantity": "0",
1847
- "Instance GPUs": "0",
1848
- "Platform GPU": "0"
1849
- },
1850
- {
1851
- "Machine Family": "t2d",
1852
- "Machine type": "t2d-standard-16",
1853
- "Microarchitecture": "EPYC 3rd Gen",
1854
- "Instance vCPUs": "16",
1855
- "Instance Memory": "64",
1856
- "Platform vCPUs (highest vCPU possible)": "60",
1857
- "Platform Memory": "240",
1858
- "Platform Storage Info (SSD?)": "No",
1859
- "Platform Storage Type": "Non-SSD",
1860
- "Platform (largest instance) Storage Drive quantity": "0",
1861
- "Instance GPUs": "0",
1862
- "Platform GPU": "0"
1863
- },
1864
- {
1865
- "Machine Family": "t2d",
1866
- "Machine type": "t2d-standard-32",
1867
- "Microarchitecture": "EPYC 3rd Gen",
1868
- "Instance vCPUs": "32",
1869
- "Instance Memory": "128",
1870
- "Platform vCPUs (highest vCPU possible)": "60",
1871
- "Platform Memory": "240",
1872
- "Platform Storage Info (SSD?)": "No",
1873
- "Platform Storage Type": "Non-SSD",
1874
- "Platform (largest instance) Storage Drive quantity": "0",
1875
- "Instance GPUs": "0",
1876
- "Platform GPU": "0"
1877
- },
1878
- {
1879
- "Machine Family": "t2d",
1880
- "Machine type": "t2d-standard-48",
1881
- "Microarchitecture": "EPYC 3rd Gen",
1882
- "Instance vCPUs": "48",
1883
- "Instance Memory": "192",
1884
- "Platform vCPUs (highest vCPU possible)": "60",
1885
- "Platform Memory": "240",
1886
- "Platform Storage Info (SSD?)": "No",
1887
- "Platform Storage Type": "Non-SSD",
1888
- "Platform (largest instance) Storage Drive quantity": "0",
1889
- "Instance GPUs": "0",
1890
- "Platform GPU": "0"
1891
- },
1892
- {
1893
- "Machine Family": "t2d",
1894
- "Machine type": "t2d-standard-60",
1895
- "Microarchitecture": "EPYC 3rd Gen",
1896
- "Instance vCPUs": "60",
1897
- "Instance Memory": "240",
1898
- "Platform vCPUs (highest vCPU possible)": "60",
1899
- "Platform Memory": "240",
1900
- "Platform Storage Info (SSD?)": "No",
1901
- "Platform Storage Type": "Non-SSD",
1902
- "Platform (largest instance) Storage Drive quantity": "0",
1903
- "Instance GPUs": "0",
1904
- "Platform GPU": "0"
1905
- },
1906
- {
1907
- "Machine Family": "n1",
1908
- "Machine type": "n1-standard-1",
1909
- "Microarchitecture": "Skylake",
1910
- "Instance vCPUs": "1",
1911
- "Instance Memory": "3.75",
1912
- "Platform vCPUs (highest vCPU possible)": "96",
1913
- "Platform Memory": "360",
1914
- "Platform Storage Info (SSD?)": "Yes",
1915
- "Platform Storage Type": "SSD",
1916
- "Platform (largest instance) Storage Drive quantity": "1",
1917
- "Instance GPUs": "0",
1918
- "Platform GPU": "0"
1919
- },
1920
- {
1921
- "Machine Family": "n1",
1922
- "Machine type": "n1-standard-1",
1923
- "Microarchitecture": "Broadwell",
1924
- "Instance vCPUs": "1",
1925
- "Instance Memory": "3.75",
1926
- "Platform vCPUs (highest vCPU possible)": "96",
1927
- "Platform Memory": "360",
1928
- "Platform Storage Info (SSD?)": "Yes",
1929
- "Platform Storage Type": "SSD",
1930
- "Platform (largest instance) Storage Drive quantity": "1",
1931
- "Instance GPUs": "0",
1932
- "Platform GPU": "0"
1933
- },
1934
- {
1935
- "Machine Family": "n1",
1936
- "Machine type": "n1-standard-1",
1937
- "Microarchitecture": "Haswell",
1938
- "Instance vCPUs": "1",
1939
- "Instance Memory": "3.75",
1940
- "Platform vCPUs (highest vCPU possible)": "96",
1941
- "Platform Memory": "360",
1942
- "Platform Storage Info (SSD?)": "Yes",
1943
- "Platform Storage Type": "SSD",
1944
- "Platform (largest instance) Storage Drive quantity": "1",
1945
- "Instance GPUs": "0",
1946
- "Platform GPU": "0"
1947
- },
1948
- {
1949
- "Machine Family": "n1",
1950
- "Machine type": "n1-standard-1",
1951
- "Microarchitecture": "Ivy Bridge",
1952
- "Instance vCPUs": "1",
1953
- "Instance Memory": "3.75",
1954
- "Platform vCPUs (highest vCPU possible)": "96",
1955
- "Platform Memory": "360",
1956
- "Platform Storage Info (SSD?)": "Yes",
1957
- "Platform Storage Type": "SSD",
1958
- "Platform (largest instance) Storage Drive quantity": "1",
1959
- "Instance GPUs": "0",
1960
- "Platform GPU": "0"
1961
- },
1962
- {
1963
- "Machine Family": "n1",
1964
- "Machine type": "n1-standard-1",
1965
- "Microarchitecture": "Sandy Bridge",
1966
- "Instance vCPUs": "1",
1967
- "Instance Memory": "3.75",
1968
- "Platform vCPUs (highest vCPU possible)": "96",
1969
- "Platform Memory": "360",
1970
- "Platform Storage Info (SSD?)": "Yes",
1971
- "Platform Storage Type": "SSD",
1972
- "Platform (largest instance) Storage Drive quantity": "1",
1973
- "Instance GPUs": "0",
1974
- "Platform GPU": "0"
1975
- },
1976
- {
1977
- "Machine Family": "n1",
1978
- "Machine type": "n1-standard-2",
1979
- "Microarchitecture": "Skylake",
1980
- "Instance vCPUs": "2",
1981
- "Instance Memory": "7.50",
1982
- "Platform vCPUs (highest vCPU possible)": "96",
1983
- "Platform Memory": "360",
1984
- "Platform Storage Info (SSD?)": "Yes",
1985
- "Platform Storage Type": "SSD",
1986
- "Platform (largest instance) Storage Drive quantity": "1",
1987
- "Instance GPUs": "0",
1988
- "Platform GPU": "0"
1989
- },
1990
- {
1991
- "Machine Family": "n1",
1992
- "Machine type": "n1-standard-2",
1993
- "Microarchitecture": "Broadwell",
1994
- "Instance vCPUs": "2",
1995
- "Instance Memory": "7.50",
1996
- "Platform vCPUs (highest vCPU possible)": "96",
1997
- "Platform Memory": "360",
1998
- "Platform Storage Info (SSD?)": "Yes",
1999
- "Platform Storage Type": "SSD",
2000
- "Platform (largest instance) Storage Drive quantity": "1",
2001
- "Instance GPUs": "0",
2002
- "Platform GPU": "0"
2003
- },
2004
- {
2005
- "Machine Family": "n1",
2006
- "Machine type": "n1-standard-2",
2007
- "Microarchitecture": "Haswell",
2008
- "Instance vCPUs": "2",
2009
- "Instance Memory": "7.50",
2010
- "Platform vCPUs (highest vCPU possible)": "96",
2011
- "Platform Memory": "360",
2012
- "Platform Storage Info (SSD?)": "Yes",
2013
- "Platform Storage Type": "SSD",
2014
- "Platform (largest instance) Storage Drive quantity": "1",
2015
- "Instance GPUs": "0",
2016
- "Platform GPU": "0"
2017
- },
2018
- {
2019
- "Machine Family": "n1",
2020
- "Machine type": "n1-standard-2",
2021
- "Microarchitecture": "Ivy Bridge",
2022
- "Instance vCPUs": "2",
2023
- "Instance Memory": "7.50",
2024
- "Platform vCPUs (highest vCPU possible)": "96",
2025
- "Platform Memory": "360",
2026
- "Platform Storage Info (SSD?)": "Yes",
2027
- "Platform Storage Type": "SSD",
2028
- "Platform (largest instance) Storage Drive quantity": "1",
2029
- "Instance GPUs": "0",
2030
- "Platform GPU": "0"
2031
- },
2032
- {
2033
- "Machine Family": "n1",
2034
- "Machine type": "n1-standard-2",
2035
- "Microarchitecture": "Sandy Bridge",
2036
- "Instance vCPUs": "2",
2037
- "Instance Memory": "7.50",
2038
- "Platform vCPUs (highest vCPU possible)": "96",
2039
- "Platform Memory": "360",
2040
- "Platform Storage Info (SSD?)": "Yes",
2041
- "Platform Storage Type": "SSD",
2042
- "Platform (largest instance) Storage Drive quantity": "1",
2043
- "Instance GPUs": "0",
2044
- "Platform GPU": "0"
2045
- },
2046
- {
2047
- "Machine Family": "n1",
2048
- "Machine type": "n1-standard-4",
2049
- "Microarchitecture": "Skylake",
2050
- "Instance vCPUs": "4",
2051
- "Instance Memory": "15",
2052
- "Platform vCPUs (highest vCPU possible)": "96",
2053
- "Platform Memory": "360",
2054
- "Platform Storage Info (SSD?)": "Yes",
2055
- "Platform Storage Type": "SSD",
2056
- "Platform (largest instance) Storage Drive quantity": "1",
2057
- "Instance GPUs": "0",
2058
- "Platform GPU": "0"
2059
- },
2060
- {
2061
- "Machine Family": "n1",
2062
- "Machine type": "n1-standard-4",
2063
- "Microarchitecture": "Broadwell",
2064
- "Instance vCPUs": "4",
2065
- "Instance Memory": "15",
2066
- "Platform vCPUs (highest vCPU possible)": "96",
2067
- "Platform Memory": "360",
2068
- "Platform Storage Info (SSD?)": "Yes",
2069
- "Platform Storage Type": "SSD",
2070
- "Platform (largest instance) Storage Drive quantity": "1",
2071
- "Instance GPUs": "0",
2072
- "Platform GPU": "0"
2073
- },
2074
- {
2075
- "Machine Family": "n1",
2076
- "Machine type": "n1-standard-4",
2077
- "Microarchitecture": "Haswell",
2078
- "Instance vCPUs": "4",
2079
- "Instance Memory": "15",
2080
- "Platform vCPUs (highest vCPU possible)": "96",
2081
- "Platform Memory": "360",
2082
- "Platform Storage Info (SSD?)": "Yes",
2083
- "Platform Storage Type": "SSD",
2084
- "Platform (largest instance) Storage Drive quantity": "1",
2085
- "Instance GPUs": "0",
2086
- "Platform GPU": "0"
2087
- },
2088
- {
2089
- "Machine Family": "n1",
2090
- "Machine type": "n1-standard-4",
2091
- "Microarchitecture": "Ivy Bridge",
2092
- "Instance vCPUs": "4",
2093
- "Instance Memory": "15",
2094
- "Platform vCPUs (highest vCPU possible)": "96",
2095
- "Platform Memory": "360",
2096
- "Platform Storage Info (SSD?)": "Yes",
2097
- "Platform Storage Type": "SSD",
2098
- "Platform (largest instance) Storage Drive quantity": "1",
2099
- "Instance GPUs": "0",
2100
- "Platform GPU": "0"
2101
- },
2102
- {
2103
- "Machine Family": "n1",
2104
- "Machine type": "n1-standard-4",
2105
- "Microarchitecture": "Sandy Bridge",
2106
- "Instance vCPUs": "4",
2107
- "Instance Memory": "15",
2108
- "Platform vCPUs (highest vCPU possible)": "96",
2109
- "Platform Memory": "360",
2110
- "Platform Storage Info (SSD?)": "Yes",
2111
- "Platform Storage Type": "SSD",
2112
- "Platform (largest instance) Storage Drive quantity": "1",
2113
- "Instance GPUs": "0",
2114
- "Platform GPU": "0"
2115
- },
2116
- {
2117
- "Machine Family": "n1",
2118
- "Machine type": "n1-standard-8",
2119
- "Microarchitecture": "Skylake",
2120
- "Instance vCPUs": "8",
2121
- "Instance Memory": "30",
2122
- "Platform vCPUs (highest vCPU possible)": "96",
2123
- "Platform Memory": "360",
2124
- "Platform Storage Info (SSD?)": "Yes",
2125
- "Platform Storage Type": "SSD",
2126
- "Platform (largest instance) Storage Drive quantity": "1",
2127
- "Instance GPUs": "0",
2128
- "Platform GPU": "0"
2129
- },
2130
- {
2131
- "Machine Family": "n1",
2132
- "Machine type": "n1-standard-8",
2133
- "Microarchitecture": "Broadwell",
2134
- "Instance vCPUs": "8",
2135
- "Instance Memory": "30",
2136
- "Platform vCPUs (highest vCPU possible)": "96",
2137
- "Platform Memory": "360",
2138
- "Platform Storage Info (SSD?)": "Yes",
2139
- "Platform Storage Type": "SSD",
2140
- "Platform (largest instance) Storage Drive quantity": "1",
2141
- "Instance GPUs": "0",
2142
- "Platform GPU": "0"
2143
- },
2144
- {
2145
- "Machine Family": "n1",
2146
- "Machine type": "n1-standard-8",
2147
- "Microarchitecture": "Haswell",
2148
- "Instance vCPUs": "8",
2149
- "Instance Memory": "30",
2150
- "Platform vCPUs (highest vCPU possible)": "96",
2151
- "Platform Memory": "360",
2152
- "Platform Storage Info (SSD?)": "Yes",
2153
- "Platform Storage Type": "SSD",
2154
- "Platform (largest instance) Storage Drive quantity": "1",
2155
- "Instance GPUs": "0",
2156
- "Platform GPU": "0"
2157
- },
2158
- {
2159
- "Machine Family": "n1",
2160
- "Machine type": "n1-standard-8",
2161
- "Microarchitecture": "Ivy Bridge",
2162
- "Instance vCPUs": "8",
2163
- "Instance Memory": "30",
2164
- "Platform vCPUs (highest vCPU possible)": "96",
2165
- "Platform Memory": "360",
2166
- "Platform Storage Info (SSD?)": "Yes",
2167
- "Platform Storage Type": "SSD",
2168
- "Platform (largest instance) Storage Drive quantity": "1",
2169
- "Instance GPUs": "0",
2170
- "Platform GPU": "0"
2171
- },
2172
- {
2173
- "Machine Family": "n1",
2174
- "Machine type": "n1-standard-8",
2175
- "Microarchitecture": "Sandy Bridge",
2176
- "Instance vCPUs": "8",
2177
- "Instance Memory": "30",
2178
- "Platform vCPUs (highest vCPU possible)": "96",
2179
- "Platform Memory": "360",
2180
- "Platform Storage Info (SSD?)": "Yes",
2181
- "Platform Storage Type": "SSD",
2182
- "Platform (largest instance) Storage Drive quantity": "1",
2183
- "Instance GPUs": "0",
2184
- "Platform GPU": "0"
2185
- },
2186
- {
2187
- "Machine Family": "n1",
2188
- "Machine type": "n1-standard-16",
2189
- "Microarchitecture": "Skylake",
2190
- "Instance vCPUs": "16",
2191
- "Instance Memory": "60",
2192
- "Platform vCPUs (highest vCPU possible)": "96",
2193
- "Platform Memory": "360",
2194
- "Platform Storage Info (SSD?)": "Yes",
2195
- "Platform Storage Type": "SSD",
2196
- "Platform (largest instance) Storage Drive quantity": "1",
2197
- "Instance GPUs": "0",
2198
- "Platform GPU": "0"
2199
- },
2200
- {
2201
- "Machine Family": "n1",
2202
- "Machine type": "n1-standard-16",
2203
- "Microarchitecture": "Broadwell",
2204
- "Instance vCPUs": "16",
2205
- "Instance Memory": "60",
2206
- "Platform vCPUs (highest vCPU possible)": "96",
2207
- "Platform Memory": "360",
2208
- "Platform Storage Info (SSD?)": "Yes",
2209
- "Platform Storage Type": "SSD",
2210
- "Platform (largest instance) Storage Drive quantity": "1",
2211
- "Instance GPUs": "0",
2212
- "Platform GPU": "0"
2213
- },
2214
- {
2215
- "Machine Family": "n1",
2216
- "Machine type": "n1-standard-16",
2217
- "Microarchitecture": "Haswell",
2218
- "Instance vCPUs": "16",
2219
- "Instance Memory": "60",
2220
- "Platform vCPUs (highest vCPU possible)": "96",
2221
- "Platform Memory": "360",
2222
- "Platform Storage Info (SSD?)": "Yes",
2223
- "Platform Storage Type": "SSD",
2224
- "Platform (largest instance) Storage Drive quantity": "1",
2225
- "Instance GPUs": "0",
2226
- "Platform GPU": "0"
2227
- },
2228
- {
2229
- "Machine Family": "n1",
2230
- "Machine type": "n1-standard-16",
2231
- "Microarchitecture": "Ivy Bridge",
2232
- "Instance vCPUs": "16",
2233
- "Instance Memory": "60",
2234
- "Platform vCPUs (highest vCPU possible)": "96",
2235
- "Platform Memory": "360",
2236
- "Platform Storage Info (SSD?)": "Yes",
2237
- "Platform Storage Type": "SSD",
2238
- "Platform (largest instance) Storage Drive quantity": "1",
2239
- "Instance GPUs": "0",
2240
- "Platform GPU": "0"
2241
- },
2242
- {
2243
- "Machine Family": "n1",
2244
- "Machine type": "n1-standard-16",
2245
- "Microarchitecture": "Sandy Bridge",
2246
- "Instance vCPUs": "16",
2247
- "Instance Memory": "60",
2248
- "Platform vCPUs (highest vCPU possible)": "96",
2249
- "Platform Memory": "360",
2250
- "Platform Storage Info (SSD?)": "Yes",
2251
- "Platform Storage Type": "SSD",
2252
- "Platform (largest instance) Storage Drive quantity": "1",
2253
- "Instance GPUs": "0",
2254
- "Platform GPU": "0"
2255
- },
2256
- {
2257
- "Machine Family": "n1",
2258
- "Machine type": "n1-standard-32",
2259
- "Microarchitecture": "Skylake",
2260
- "Instance vCPUs": "32",
2261
- "Instance Memory": "120",
2262
- "Platform vCPUs (highest vCPU possible)": "96",
2263
- "Platform Memory": "360",
2264
- "Platform Storage Info (SSD?)": "Yes",
2265
- "Platform Storage Type": "SSD",
2266
- "Platform (largest instance) Storage Drive quantity": "1",
2267
- "Instance GPUs": "0",
2268
- "Platform GPU": "0"
2269
- },
2270
- {
2271
- "Machine Family": "n1",
2272
- "Machine type": "n1-standard-32",
2273
- "Microarchitecture": "Broadwell",
2274
- "Instance vCPUs": "32",
2275
- "Instance Memory": "120",
2276
- "Platform vCPUs (highest vCPU possible)": "96",
2277
- "Platform Memory": "360",
2278
- "Platform Storage Info (SSD?)": "Yes",
2279
- "Platform Storage Type": "SSD",
2280
- "Platform (largest instance) Storage Drive quantity": "1",
2281
- "Instance GPUs": "0",
2282
- "Platform GPU": "0"
2283
- },
2284
- {
2285
- "Machine Family": "n1",
2286
- "Machine type": "n1-standard-32",
2287
- "Microarchitecture": "Haswell",
2288
- "Instance vCPUs": "32",
2289
- "Instance Memory": "120",
2290
- "Platform vCPUs (highest vCPU possible)": "96",
2291
- "Platform Memory": "360",
2292
- "Platform Storage Info (SSD?)": "Yes",
2293
- "Platform Storage Type": "SSD",
2294
- "Platform (largest instance) Storage Drive quantity": "1",
2295
- "Instance GPUs": "0",
2296
- "Platform GPU": "0"
2297
- },
2298
- {
2299
- "Machine Family": "n1",
2300
- "Machine type": "n1-standard-32",
2301
- "Microarchitecture": "Ivy Bridge",
2302
- "Instance vCPUs": "32",
2303
- "Instance Memory": "120",
2304
- "Platform vCPUs (highest vCPU possible)": "96",
2305
- "Platform Memory": "360",
2306
- "Platform Storage Info (SSD?)": "Yes",
2307
- "Platform Storage Type": "SSD",
2308
- "Platform (largest instance) Storage Drive quantity": "1",
2309
- "Instance GPUs": "0",
2310
- "Platform GPU": "0"
2311
- },
2312
- {
2313
- "Machine Family": "n1",
2314
- "Machine type": "n1-standard-32",
2315
- "Microarchitecture": "Sandy Bridge",
2316
- "Instance vCPUs": "32",
2317
- "Instance Memory": "120",
2318
- "Platform vCPUs (highest vCPU possible)": "96",
2319
- "Platform Memory": "360",
2320
- "Platform Storage Info (SSD?)": "Yes",
2321
- "Platform Storage Type": "SSD",
2322
- "Platform (largest instance) Storage Drive quantity": "1",
2323
- "Instance GPUs": "0",
2324
- "Platform GPU": "0"
2325
- },
2326
- {
2327
- "Machine Family": "n1",
2328
- "Machine type": "n1-standard-64",
2329
- "Microarchitecture": "Skylake",
2330
- "Instance vCPUs": "64",
2331
- "Instance Memory": "240",
2332
- "Platform vCPUs (highest vCPU possible)": "96",
2333
- "Platform Memory": "360",
2334
- "Platform Storage Info (SSD?)": "Yes",
2335
- "Platform Storage Type": "SSD",
2336
- "Platform (largest instance) Storage Drive quantity": "1",
2337
- "Instance GPUs": "0",
2338
- "Platform GPU": "0"
2339
- },
2340
- {
2341
- "Machine Family": "n1",
2342
- "Machine type": "n1-standard-64",
2343
- "Microarchitecture": "Broadwell",
2344
- "Instance vCPUs": "64",
2345
- "Instance Memory": "240",
2346
- "Platform vCPUs (highest vCPU possible)": "96",
2347
- "Platform Memory": "360",
2348
- "Platform Storage Info (SSD?)": "Yes",
2349
- "Platform Storage Type": "SSD",
2350
- "Platform (largest instance) Storage Drive quantity": "1",
2351
- "Instance GPUs": "0",
2352
- "Platform GPU": "0"
2353
- },
2354
- {
2355
- "Machine Family": "n1",
2356
- "Machine type": "n1-standard-64",
2357
- "Microarchitecture": "Haswell",
2358
- "Instance vCPUs": "64",
2359
- "Instance Memory": "240",
2360
- "Platform vCPUs (highest vCPU possible)": "96",
2361
- "Platform Memory": "360",
2362
- "Platform Storage Info (SSD?)": "Yes",
2363
- "Platform Storage Type": "SSD",
2364
- "Platform (largest instance) Storage Drive quantity": "1",
2365
- "Instance GPUs": "0",
2366
- "Platform GPU": "0"
2367
- },
2368
- {
2369
- "Machine Family": "n1",
2370
- "Machine type": "n1-standard-64",
2371
- "Microarchitecture": "Ivy Bridge",
2372
- "Instance vCPUs": "64",
2373
- "Instance Memory": "240",
2374
- "Platform vCPUs (highest vCPU possible)": "96",
2375
- "Platform Memory": "360",
2376
- "Platform Storage Info (SSD?)": "Yes",
2377
- "Platform Storage Type": "SSD",
2378
- "Platform (largest instance) Storage Drive quantity": "1",
2379
- "Instance GPUs": "0",
2380
- "Platform GPU": "0"
2381
- },
2382
- {
2383
- "Machine Family": "n1",
2384
- "Machine type": "n1-standard-64",
2385
- "Microarchitecture": "Sandy Bridge",
2386
- "Instance vCPUs": "64",
2387
- "Instance Memory": "240",
2388
- "Platform vCPUs (highest vCPU possible)": "96",
2389
- "Platform Memory": "360",
2390
- "Platform Storage Info (SSD?)": "Yes",
2391
- "Platform Storage Type": "SSD",
2392
- "Platform (largest instance) Storage Drive quantity": "1",
2393
- "Instance GPUs": "0",
2394
- "Platform GPU": "0"
2395
- },
2396
- {
2397
- "Machine Family": "n1",
2398
- "Machine type": "n1-standard-96",
2399
- "Microarchitecture": "Skylake",
2400
- "Instance vCPUs": "96",
2401
- "Instance Memory": "360",
2402
- "Platform vCPUs (highest vCPU possible)": "96",
2403
- "Platform Memory": "360",
2404
- "Platform Storage Info (SSD?)": "Yes",
2405
- "Platform Storage Type": "SSD",
2406
- "Platform (largest instance) Storage Drive quantity": "1",
2407
- "Instance GPUs": "0",
2408
- "Platform GPU": "0"
2409
- },
2410
- {
2411
- "Machine Family": "n1",
2412
- "Machine type": "n1-standard-96",
2413
- "Microarchitecture": "Broadwell",
2414
- "Instance vCPUs": "96",
2415
- "Instance Memory": "360",
2416
- "Platform vCPUs (highest vCPU possible)": "96",
2417
- "Platform Memory": "360",
2418
- "Platform Storage Info (SSD?)": "Yes",
2419
- "Platform Storage Type": "SSD",
2420
- "Platform (largest instance) Storage Drive quantity": "1",
2421
- "Instance GPUs": "0",
2422
- "Platform GPU": "0"
2423
- },
2424
- {
2425
- "Machine Family": "n1",
2426
- "Machine type": "n1-standard-96",
2427
- "Microarchitecture": "Haswell",
2428
- "Instance vCPUs": "96",
2429
- "Instance Memory": "360",
2430
- "Platform vCPUs (highest vCPU possible)": "96",
2431
- "Platform Memory": "360",
2432
- "Platform Storage Info (SSD?)": "Yes",
2433
- "Platform Storage Type": "SSD",
2434
- "Platform (largest instance) Storage Drive quantity": "1",
2435
- "Instance GPUs": "0",
2436
- "Platform GPU": "0"
2437
- },
2438
- {
2439
- "Machine Family": "n1",
2440
- "Machine type": "n1-standard-96",
2441
- "Microarchitecture": "Ivy Bridge",
2442
- "Instance vCPUs": "96",
2443
- "Instance Memory": "360",
2444
- "Platform vCPUs (highest vCPU possible)": "96",
2445
- "Platform Memory": "360",
2446
- "Platform Storage Info (SSD?)": "Yes",
2447
- "Platform Storage Type": "SSD",
2448
- "Platform (largest instance) Storage Drive quantity": "1",
2449
- "Instance GPUs": "0",
2450
- "Platform GPU": "0"
2451
- },
2452
- {
2453
- "Machine Family": "n1",
2454
- "Machine type": "n1-standard-96",
2455
- "Microarchitecture": "Sandy Bridge",
2456
- "Instance vCPUs": "96",
2457
- "Instance Memory": "360",
2458
- "Platform vCPUs (highest vCPU possible)": "96",
2459
- "Platform Memory": "360",
2460
- "Platform Storage Info (SSD?)": "Yes",
2461
- "Platform Storage Type": "SSD",
2462
- "Platform (largest instance) Storage Drive quantity": "1",
2463
- "Instance GPUs": "0",
2464
- "Platform GPU": "0"
2465
- },
2466
- {
2467
- "Machine Family": "n1",
2468
- "Machine type": "n1-highmem-2",
2469
- "Microarchitecture": "Skylake",
2470
- "Instance vCPUs": "2",
2471
- "Instance Memory": "13",
2472
- "Platform vCPUs (highest vCPU possible)": "96",
2473
- "Platform Memory": "624",
2474
- "Platform Storage Info (SSD?)": "Yes",
2475
- "Platform Storage Type": "SSD",
2476
- "Platform (largest instance) Storage Drive quantity": "1",
2477
- "Instance GPUs": "0",
2478
- "Platform GPU": "0"
2479
- },
2480
- {
2481
- "Machine Family": "n1",
2482
- "Machine type": "n1-highmem-2",
2483
- "Microarchitecture": "Broadwell",
2484
- "Instance vCPUs": "2",
2485
- "Instance Memory": "13",
2486
- "Platform vCPUs (highest vCPU possible)": "96",
2487
- "Platform Memory": "624",
2488
- "Platform Storage Info (SSD?)": "Yes",
2489
- "Platform Storage Type": "SSD",
2490
- "Platform (largest instance) Storage Drive quantity": "1",
2491
- "Instance GPUs": "0",
2492
- "Platform GPU": "0"
2493
- },
2494
- {
2495
- "Machine Family": "n1",
2496
- "Machine type": "n1-highmem-2",
2497
- "Microarchitecture": "Haswell",
2498
- "Instance vCPUs": "2",
2499
- "Instance Memory": "13",
2500
- "Platform vCPUs (highest vCPU possible)": "96",
2501
- "Platform Memory": "624",
2502
- "Platform Storage Info (SSD?)": "Yes",
2503
- "Platform Storage Type": "SSD",
2504
- "Platform (largest instance) Storage Drive quantity": "1",
2505
- "Instance GPUs": "0",
2506
- "Platform GPU": "0"
2507
- },
2508
- {
2509
- "Machine Family": "n1",
2510
- "Machine type": "n1-highmem-2",
2511
- "Microarchitecture": "Ivy Bridge",
2512
- "Instance vCPUs": "2",
2513
- "Instance Memory": "13",
2514
- "Platform vCPUs (highest vCPU possible)": "96",
2515
- "Platform Memory": "624",
2516
- "Platform Storage Info (SSD?)": "Yes",
2517
- "Platform Storage Type": "SSD",
2518
- "Platform (largest instance) Storage Drive quantity": "1",
2519
- "Instance GPUs": "0",
2520
- "Platform GPU": "0"
2521
- },
2522
- {
2523
- "Machine Family": "n1",
2524
- "Machine type": "n1-highmem-2",
2525
- "Microarchitecture": "Sandy Bridge",
2526
- "Instance vCPUs": "2",
2527
- "Instance Memory": "13",
2528
- "Platform vCPUs (highest vCPU possible)": "96",
2529
- "Platform Memory": "624",
2530
- "Platform Storage Info (SSD?)": "Yes",
2531
- "Platform Storage Type": "SSD",
2532
- "Platform (largest instance) Storage Drive quantity": "1",
2533
- "Instance GPUs": "0",
2534
- "Platform GPU": "0"
2535
- },
2536
- {
2537
- "Machine Family": "n1",
2538
- "Machine type": "n1-highmem-4",
2539
- "Microarchitecture": "Skylake",
2540
- "Instance vCPUs": "4",
2541
- "Instance Memory": "26",
2542
- "Platform vCPUs (highest vCPU possible)": "96",
2543
- "Platform Memory": "624",
2544
- "Platform Storage Info (SSD?)": "Yes",
2545
- "Platform Storage Type": "SSD",
2546
- "Platform (largest instance) Storage Drive quantity": "1",
2547
- "Instance GPUs": "0",
2548
- "Platform GPU": "0"
2549
- },
2550
- {
2551
- "Machine Family": "n1",
2552
- "Machine type": "n1-highmem-4",
2553
- "Microarchitecture": "Broadwell",
2554
- "Instance vCPUs": "4",
2555
- "Instance Memory": "26",
2556
- "Platform vCPUs (highest vCPU possible)": "96",
2557
- "Platform Memory": "624",
2558
- "Platform Storage Info (SSD?)": "Yes",
2559
- "Platform Storage Type": "SSD",
2560
- "Platform (largest instance) Storage Drive quantity": "1",
2561
- "Instance GPUs": "0",
2562
- "Platform GPU": "0"
2563
- },
2564
- {
2565
- "Machine Family": "n1",
2566
- "Machine type": "n1-highmem-4",
2567
- "Microarchitecture": "Haswell",
2568
- "Instance vCPUs": "4",
2569
- "Instance Memory": "26",
2570
- "Platform vCPUs (highest vCPU possible)": "96",
2571
- "Platform Memory": "624",
2572
- "Platform Storage Info (SSD?)": "Yes",
2573
- "Platform Storage Type": "SSD",
2574
- "Platform (largest instance) Storage Drive quantity": "1",
2575
- "Instance GPUs": "0",
2576
- "Platform GPU": "0"
2577
- },
2578
- {
2579
- "Machine Family": "n1",
2580
- "Machine type": "n1-highmem-4",
2581
- "Microarchitecture": "Ivy Bridge",
2582
- "Instance vCPUs": "4",
2583
- "Instance Memory": "26",
2584
- "Platform vCPUs (highest vCPU possible)": "96",
2585
- "Platform Memory": "624",
2586
- "Platform Storage Info (SSD?)": "Yes",
2587
- "Platform Storage Type": "SSD",
2588
- "Platform (largest instance) Storage Drive quantity": "1",
2589
- "Instance GPUs": "0",
2590
- "Platform GPU": "0"
2591
- },
2592
- {
2593
- "Machine Family": "n1",
2594
- "Machine type": "n1-highmem-4",
2595
- "Microarchitecture": "Sandy Bridge",
2596
- "Instance vCPUs": "4",
2597
- "Instance Memory": "26",
2598
- "Platform vCPUs (highest vCPU possible)": "96",
2599
- "Platform Memory": "624",
2600
- "Platform Storage Info (SSD?)": "Yes",
2601
- "Platform Storage Type": "SSD",
2602
- "Platform (largest instance) Storage Drive quantity": "1",
2603
- "Instance GPUs": "0",
2604
- "Platform GPU": "0"
2605
- },
2606
- {
2607
- "Machine Family": "n1",
2608
- "Machine type": "n1-highmem-8",
2609
- "Microarchitecture": "Skylake",
2610
- "Instance vCPUs": "8",
2611
- "Instance Memory": "52",
2612
- "Platform vCPUs (highest vCPU possible)": "96",
2613
- "Platform Memory": "624",
2614
- "Platform Storage Info (SSD?)": "Yes",
2615
- "Platform Storage Type": "SSD",
2616
- "Platform (largest instance) Storage Drive quantity": "1",
2617
- "Instance GPUs": "0",
2618
- "Platform GPU": "0"
2619
- },
2620
- {
2621
- "Machine Family": "n1",
2622
- "Machine type": "n1-highmem-8",
2623
- "Microarchitecture": "Broadwell",
2624
- "Instance vCPUs": "8",
2625
- "Instance Memory": "52",
2626
- "Platform vCPUs (highest vCPU possible)": "96",
2627
- "Platform Memory": "624",
2628
- "Platform Storage Info (SSD?)": "Yes",
2629
- "Platform Storage Type": "SSD",
2630
- "Platform (largest instance) Storage Drive quantity": "1",
2631
- "Instance GPUs": "0",
2632
- "Platform GPU": "0"
2633
- },
2634
- {
2635
- "Machine Family": "n1",
2636
- "Machine type": "n1-highmem-8",
2637
- "Microarchitecture": "Haswell",
2638
- "Instance vCPUs": "8",
2639
- "Instance Memory": "52",
2640
- "Platform vCPUs (highest vCPU possible)": "96",
2641
- "Platform Memory": "624",
2642
- "Platform Storage Info (SSD?)": "Yes",
2643
- "Platform Storage Type": "SSD",
2644
- "Platform (largest instance) Storage Drive quantity": "1",
2645
- "Instance GPUs": "0",
2646
- "Platform GPU": "0"
2647
- },
2648
- {
2649
- "Machine Family": "n1",
2650
- "Machine type": "n1-highmem-8",
2651
- "Microarchitecture": "Ivy Bridge",
2652
- "Instance vCPUs": "8",
2653
- "Instance Memory": "52",
2654
- "Platform vCPUs (highest vCPU possible)": "96",
2655
- "Platform Memory": "624",
2656
- "Platform Storage Info (SSD?)": "Yes",
2657
- "Platform Storage Type": "SSD",
2658
- "Platform (largest instance) Storage Drive quantity": "1",
2659
- "Instance GPUs": "0",
2660
- "Platform GPU": "0"
2661
- },
2662
- {
2663
- "Machine Family": "n1",
2664
- "Machine type": "n1-highmem-8",
2665
- "Microarchitecture": "Sandy Bridge",
2666
- "Instance vCPUs": "8",
2667
- "Instance Memory": "52",
2668
- "Platform vCPUs (highest vCPU possible)": "96",
2669
- "Platform Memory": "624",
2670
- "Platform Storage Info (SSD?)": "Yes",
2671
- "Platform Storage Type": "SSD",
2672
- "Platform (largest instance) Storage Drive quantity": "1",
2673
- "Instance GPUs": "0",
2674
- "Platform GPU": "0"
2675
- },
2676
- {
2677
- "Machine Family": "n1",
2678
- "Machine type": "n1-highmem-16",
2679
- "Microarchitecture": "Skylake",
2680
- "Instance vCPUs": "16",
2681
- "Instance Memory": "104",
2682
- "Platform vCPUs (highest vCPU possible)": "96",
2683
- "Platform Memory": "624",
2684
- "Platform Storage Info (SSD?)": "Yes",
2685
- "Platform Storage Type": "SSD",
2686
- "Platform (largest instance) Storage Drive quantity": "1",
2687
- "Instance GPUs": "0",
2688
- "Platform GPU": "0"
2689
- },
2690
- {
2691
- "Machine Family": "n1",
2692
- "Machine type": "n1-highmem-16",
2693
- "Microarchitecture": "Broadwell",
2694
- "Instance vCPUs": "16",
2695
- "Instance Memory": "104",
2696
- "Platform vCPUs (highest vCPU possible)": "96",
2697
- "Platform Memory": "624",
2698
- "Platform Storage Info (SSD?)": "Yes",
2699
- "Platform Storage Type": "SSD",
2700
- "Platform (largest instance) Storage Drive quantity": "1",
2701
- "Instance GPUs": "0",
2702
- "Platform GPU": "0"
2703
- },
2704
- {
2705
- "Machine Family": "n1",
2706
- "Machine type": "n1-highmem-16",
2707
- "Microarchitecture": "Haswell",
2708
- "Instance vCPUs": "16",
2709
- "Instance Memory": "104",
2710
- "Platform vCPUs (highest vCPU possible)": "96",
2711
- "Platform Memory": "624",
2712
- "Platform Storage Info (SSD?)": "Yes",
2713
- "Platform Storage Type": "SSD",
2714
- "Platform (largest instance) Storage Drive quantity": "1",
2715
- "Instance GPUs": "0",
2716
- "Platform GPU": "0"
2717
- },
2718
- {
2719
- "Machine Family": "n1",
2720
- "Machine type": "n1-highmem-16",
2721
- "Microarchitecture": "Ivy Bridge",
2722
- "Instance vCPUs": "16",
2723
- "Instance Memory": "104",
2724
- "Platform vCPUs (highest vCPU possible)": "96",
2725
- "Platform Memory": "624",
2726
- "Platform Storage Info (SSD?)": "Yes",
2727
- "Platform Storage Type": "SSD",
2728
- "Platform (largest instance) Storage Drive quantity": "1",
2729
- "Instance GPUs": "0",
2730
- "Platform GPU": "0"
2731
- },
2732
- {
2733
- "Machine Family": "n1",
2734
- "Machine type": "n1-highmem-16",
2735
- "Microarchitecture": "Sandy Bridge",
2736
- "Instance vCPUs": "16",
2737
- "Instance Memory": "104",
2738
- "Platform vCPUs (highest vCPU possible)": "96",
2739
- "Platform Memory": "624",
2740
- "Platform Storage Info (SSD?)": "Yes",
2741
- "Platform Storage Type": "SSD",
2742
- "Platform (largest instance) Storage Drive quantity": "1",
2743
- "Instance GPUs": "0",
2744
- "Platform GPU": "0"
2745
- },
2746
- {
2747
- "Machine Family": "n1",
2748
- "Machine type": "n1-highmem-32",
2749
- "Microarchitecture": "Skylake",
2750
- "Instance vCPUs": "32",
2751
- "Instance Memory": "208",
2752
- "Platform vCPUs (highest vCPU possible)": "96",
2753
- "Platform Memory": "624",
2754
- "Platform Storage Info (SSD?)": "Yes",
2755
- "Platform Storage Type": "SSD",
2756
- "Platform (largest instance) Storage Drive quantity": "1",
2757
- "Instance GPUs": "0",
2758
- "Platform GPU": "0"
2759
- },
2760
- {
2761
- "Machine Family": "n1",
2762
- "Machine type": "n1-highmem-32",
2763
- "Microarchitecture": "Broadwell",
2764
- "Instance vCPUs": "32",
2765
- "Instance Memory": "208",
2766
- "Platform vCPUs (highest vCPU possible)": "96",
2767
- "Platform Memory": "624",
2768
- "Platform Storage Info (SSD?)": "Yes",
2769
- "Platform Storage Type": "SSD",
2770
- "Platform (largest instance) Storage Drive quantity": "1",
2771
- "Instance GPUs": "0",
2772
- "Platform GPU": "0"
2773
- },
2774
- {
2775
- "Machine Family": "n1",
2776
- "Machine type": "n1-highmem-32",
2777
- "Microarchitecture": "Haswell",
2778
- "Instance vCPUs": "32",
2779
- "Instance Memory": "208",
2780
- "Platform vCPUs (highest vCPU possible)": "96",
2781
- "Platform Memory": "624",
2782
- "Platform Storage Info (SSD?)": "Yes",
2783
- "Platform Storage Type": "SSD",
2784
- "Platform (largest instance) Storage Drive quantity": "1",
2785
- "Instance GPUs": "0",
2786
- "Platform GPU": "0"
2787
- },
2788
- {
2789
- "Machine Family": "n1",
2790
- "Machine type": "n1-highmem-32",
2791
- "Microarchitecture": "Ivy Bridge",
2792
- "Instance vCPUs": "32",
2793
- "Instance Memory": "208",
2794
- "Platform vCPUs (highest vCPU possible)": "96",
2795
- "Platform Memory": "624",
2796
- "Platform Storage Info (SSD?)": "Yes",
2797
- "Platform Storage Type": "SSD",
2798
- "Platform (largest instance) Storage Drive quantity": "1",
2799
- "Instance GPUs": "0",
2800
- "Platform GPU": "0"
2801
- },
2802
- {
2803
- "Machine Family": "n1",
2804
- "Machine type": "n1-highmem-32",
2805
- "Microarchitecture": "Sandy Bridge",
2806
- "Instance vCPUs": "32",
2807
- "Instance Memory": "208",
2808
- "Platform vCPUs (highest vCPU possible)": "96",
2809
- "Platform Memory": "624",
2810
- "Platform Storage Info (SSD?)": "Yes",
2811
- "Platform Storage Type": "SSD",
2812
- "Platform (largest instance) Storage Drive quantity": "1",
2813
- "Instance GPUs": "0",
2814
- "Platform GPU": "0"
2815
- },
2816
- {
2817
- "Machine Family": "n1",
2818
- "Machine type": "n1-highmem-64",
2819
- "Microarchitecture": "Skylake",
2820
- "Instance vCPUs": "64",
2821
- "Instance Memory": "416",
2822
- "Platform vCPUs (highest vCPU possible)": "96",
2823
- "Platform Memory": "624",
2824
- "Platform Storage Info (SSD?)": "Yes",
2825
- "Platform Storage Type": "SSD",
2826
- "Platform (largest instance) Storage Drive quantity": "1",
2827
- "Instance GPUs": "0",
2828
- "Platform GPU": "0"
2829
- },
2830
- {
2831
- "Machine Family": "n1",
2832
- "Machine type": "n1-highmem-64",
2833
- "Microarchitecture": "Broadwell",
2834
- "Instance vCPUs": "64",
2835
- "Instance Memory": "416",
2836
- "Platform vCPUs (highest vCPU possible)": "96",
2837
- "Platform Memory": "624",
2838
- "Platform Storage Info (SSD?)": "Yes",
2839
- "Platform Storage Type": "SSD",
2840
- "Platform (largest instance) Storage Drive quantity": "1",
2841
- "Instance GPUs": "0",
2842
- "Platform GPU": "0"
2843
- },
2844
- {
2845
- "Machine Family": "n1",
2846
- "Machine type": "n1-highmem-64",
2847
- "Microarchitecture": "Haswell",
2848
- "Instance vCPUs": "64",
2849
- "Instance Memory": "416",
2850
- "Platform vCPUs (highest vCPU possible)": "96",
2851
- "Platform Memory": "624",
2852
- "Platform Storage Info (SSD?)": "Yes",
2853
- "Platform Storage Type": "SSD",
2854
- "Platform (largest instance) Storage Drive quantity": "1",
2855
- "Instance GPUs": "0",
2856
- "Platform GPU": "0"
2857
- },
2858
- {
2859
- "Machine Family": "n1",
2860
- "Machine type": "n1-highmem-64",
2861
- "Microarchitecture": "Ivy Bridge",
2862
- "Instance vCPUs": "64",
2863
- "Instance Memory": "416",
2864
- "Platform vCPUs (highest vCPU possible)": "96",
2865
- "Platform Memory": "624",
2866
- "Platform Storage Info (SSD?)": "Yes",
2867
- "Platform Storage Type": "SSD",
2868
- "Platform (largest instance) Storage Drive quantity": "1",
2869
- "Instance GPUs": "0",
2870
- "Platform GPU": "0"
2871
- },
2872
- {
2873
- "Machine Family": "n1",
2874
- "Machine type": "n1-highmem-64",
2875
- "Microarchitecture": "Sandy Bridge",
2876
- "Instance vCPUs": "64",
2877
- "Instance Memory": "416",
2878
- "Platform vCPUs (highest vCPU possible)": "96",
2879
- "Platform Memory": "624",
2880
- "Platform Storage Info (SSD?)": "Yes",
2881
- "Platform Storage Type": "SSD",
2882
- "Platform (largest instance) Storage Drive quantity": "1",
2883
- "Instance GPUs": "0",
2884
- "Platform GPU": "0"
2885
- },
2886
- {
2887
- "Machine Family": "n1",
2888
- "Machine type": "n1-highmem-96",
2889
- "Microarchitecture": "Skylake",
2890
- "Instance vCPUs": "96",
2891
- "Instance Memory": "624",
2892
- "Platform vCPUs (highest vCPU possible)": "96",
2893
- "Platform Memory": "624",
2894
- "Platform Storage Info (SSD?)": "Yes",
2895
- "Platform Storage Type": "SSD",
2896
- "Platform (largest instance) Storage Drive quantity": "1",
2897
- "Instance GPUs": "0",
2898
- "Platform GPU": "0"
2899
- },
2900
- {
2901
- "Machine Family": "n1",
2902
- "Machine type": "n1-highmem-96",
2903
- "Microarchitecture": "Broadwell",
2904
- "Instance vCPUs": "96",
2905
- "Instance Memory": "624",
2906
- "Platform vCPUs (highest vCPU possible)": "96",
2907
- "Platform Memory": "624",
2908
- "Platform Storage Info (SSD?)": "Yes",
2909
- "Platform Storage Type": "SSD",
2910
- "Platform (largest instance) Storage Drive quantity": "1",
2911
- "Instance GPUs": "0",
2912
- "Platform GPU": "0"
2913
- },
2914
- {
2915
- "Machine Family": "n1",
2916
- "Machine type": "n1-highmem-96",
2917
- "Microarchitecture": "Haswell",
2918
- "Instance vCPUs": "96",
2919
- "Instance Memory": "624",
2920
- "Platform vCPUs (highest vCPU possible)": "96",
2921
- "Platform Memory": "624",
2922
- "Platform Storage Info (SSD?)": "Yes",
2923
- "Platform Storage Type": "SSD",
2924
- "Platform (largest instance) Storage Drive quantity": "1",
2925
- "Instance GPUs": "0",
2926
- "Platform GPU": "0"
2927
- },
2928
- {
2929
- "Machine Family": "n1",
2930
- "Machine type": "n1-highmem-96",
2931
- "Microarchitecture": "Ivy Bridge",
2932
- "Instance vCPUs": "96",
2933
- "Instance Memory": "624",
2934
- "Platform vCPUs (highest vCPU possible)": "96",
2935
- "Platform Memory": "624",
2936
- "Platform Storage Info (SSD?)": "Yes",
2937
- "Platform Storage Type": "SSD",
2938
- "Platform (largest instance) Storage Drive quantity": "1",
2939
- "Instance GPUs": "0",
2940
- "Platform GPU": "0"
2941
- },
2942
- {
2943
- "Machine Family": "n1",
2944
- "Machine type": "n1-highmem-96",
2945
- "Microarchitecture": "Sandy Bridge",
2946
- "Instance vCPUs": "96",
2947
- "Instance Memory": "624",
2948
- "Platform vCPUs (highest vCPU possible)": "96",
2949
- "Platform Memory": "624",
2950
- "Platform Storage Info (SSD?)": "Yes",
2951
- "Platform Storage Type": "SSD",
2952
- "Platform (largest instance) Storage Drive quantity": "1",
2953
- "Instance GPUs": "0",
2954
- "Platform GPU": "0"
2955
- },
2956
- {
2957
- "Machine Family": "n1",
2958
- "Machine type": "n1-highcpu-2",
2959
- "Microarchitecture": "Skylake",
2960
- "Instance vCPUs": "2",
2961
- "Instance Memory": "1.80",
2962
- "Platform vCPUs (highest vCPU possible)": "96",
2963
- "Platform Memory": "86.40",
2964
- "Platform Storage Info (SSD?)": "Yes",
2965
- "Platform Storage Type": "SSD",
2966
- "Platform (largest instance) Storage Drive quantity": "1",
2967
- "Instance GPUs": "0",
2968
- "Platform GPU": "0"
2969
- },
2970
- {
2971
- "Machine Family": "n1",
2972
- "Machine type": "n1-highcpu-2",
2973
- "Microarchitecture": "Broadwell",
2974
- "Instance vCPUs": "2",
2975
- "Instance Memory": "1.80",
2976
- "Platform vCPUs (highest vCPU possible)": "96",
2977
- "Platform Memory": "86.40",
2978
- "Platform Storage Info (SSD?)": "Yes",
2979
- "Platform Storage Type": "SSD",
2980
- "Platform (largest instance) Storage Drive quantity": "1",
2981
- "Instance GPUs": "0",
2982
- "Platform GPU": "0"
2983
- },
2984
- {
2985
- "Machine Family": "n1",
2986
- "Machine type": "n1-highcpu-2",
2987
- "Microarchitecture": "Haswell",
2988
- "Instance vCPUs": "2",
2989
- "Instance Memory": "1.80",
2990
- "Platform vCPUs (highest vCPU possible)": "96",
2991
- "Platform Memory": "86.40",
2992
- "Platform Storage Info (SSD?)": "Yes",
2993
- "Platform Storage Type": "SSD",
2994
- "Platform (largest instance) Storage Drive quantity": "1",
2995
- "Instance GPUs": "0",
2996
- "Platform GPU": "0"
2997
- },
2998
- {
2999
- "Machine Family": "n1",
3000
- "Machine type": "n1-highcpu-2",
3001
- "Microarchitecture": "Ivy Bridge",
3002
- "Instance vCPUs": "2",
3003
- "Instance Memory": "1.80",
3004
- "Platform vCPUs (highest vCPU possible)": "96",
3005
- "Platform Memory": "86.40",
3006
- "Platform Storage Info (SSD?)": "Yes",
3007
- "Platform Storage Type": "SSD",
3008
- "Platform (largest instance) Storage Drive quantity": "1",
3009
- "Instance GPUs": "0",
3010
- "Platform GPU": "0"
3011
- },
3012
- {
3013
- "Machine Family": "n1",
3014
- "Machine type": "n1-highcpu-2",
3015
- "Microarchitecture": "Sandy Bridge",
3016
- "Instance vCPUs": "2",
3017
- "Instance Memory": "1.80",
3018
- "Platform vCPUs (highest vCPU possible)": "96",
3019
- "Platform Memory": "86.40",
3020
- "Platform Storage Info (SSD?)": "Yes",
3021
- "Platform Storage Type": "SSD",
3022
- "Platform (largest instance) Storage Drive quantity": "1",
3023
- "Instance GPUs": "0",
3024
- "Platform GPU": "0"
3025
- },
3026
- {
3027
- "Machine Family": "n1",
3028
- "Machine type": "n1-highcpu-4",
3029
- "Microarchitecture": "Skylake",
3030
- "Instance vCPUs": "4",
3031
- "Instance Memory": "3.60",
3032
- "Platform vCPUs (highest vCPU possible)": "96",
3033
- "Platform Memory": "86.40",
3034
- "Platform Storage Info (SSD?)": "Yes",
3035
- "Platform Storage Type": "SSD",
3036
- "Platform (largest instance) Storage Drive quantity": "1",
3037
- "Instance GPUs": "0",
3038
- "Platform GPU": "0"
3039
- },
3040
- {
3041
- "Machine Family": "n1",
3042
- "Machine type": "n1-highcpu-4",
3043
- "Microarchitecture": "Broadwell",
3044
- "Instance vCPUs": "4",
3045
- "Instance Memory": "3.60",
3046
- "Platform vCPUs (highest vCPU possible)": "96",
3047
- "Platform Memory": "86.40",
3048
- "Platform Storage Info (SSD?)": "Yes",
3049
- "Platform Storage Type": "SSD",
3050
- "Platform (largest instance) Storage Drive quantity": "1",
3051
- "Instance GPUs": "0",
3052
- "Platform GPU": "0"
3053
- },
3054
- {
3055
- "Machine Family": "n1",
3056
- "Machine type": "n1-highcpu-4",
3057
- "Microarchitecture": "Haswell",
3058
- "Instance vCPUs": "4",
3059
- "Instance Memory": "3.60",
3060
- "Platform vCPUs (highest vCPU possible)": "96",
3061
- "Platform Memory": "86.40",
3062
- "Platform Storage Info (SSD?)": "Yes",
3063
- "Platform Storage Type": "SSD",
3064
- "Platform (largest instance) Storage Drive quantity": "1",
3065
- "Instance GPUs": "0",
3066
- "Platform GPU": "0"
3067
- },
3068
- {
3069
- "Machine Family": "n1",
3070
- "Machine type": "n1-highcpu-4",
3071
- "Microarchitecture": "Ivy Bridge",
3072
- "Instance vCPUs": "4",
3073
- "Instance Memory": "3.60",
3074
- "Platform vCPUs (highest vCPU possible)": "96",
3075
- "Platform Memory": "86.40",
3076
- "Platform Storage Info (SSD?)": "Yes",
3077
- "Platform Storage Type": "SSD",
3078
- "Platform (largest instance) Storage Drive quantity": "1",
3079
- "Instance GPUs": "0",
3080
- "Platform GPU": "0"
3081
- },
3082
- {
3083
- "Machine Family": "n1",
3084
- "Machine type": "n1-highcpu-4",
3085
- "Microarchitecture": "Sandy Bridge",
3086
- "Instance vCPUs": "4",
3087
- "Instance Memory": "3.60",
3088
- "Platform vCPUs (highest vCPU possible)": "96",
3089
- "Platform Memory": "86.40",
3090
- "Platform Storage Info (SSD?)": "Yes",
3091
- "Platform Storage Type": "SSD",
3092
- "Platform (largest instance) Storage Drive quantity": "1",
3093
- "Instance GPUs": "0",
3094
- "Platform GPU": "0"
3095
- },
3096
- {
3097
- "Machine Family": "n1",
3098
- "Machine type": "n1-highcpu-8",
3099
- "Microarchitecture": "Skylake",
3100
- "Instance vCPUs": "8",
3101
- "Instance Memory": "7.20",
3102
- "Platform vCPUs (highest vCPU possible)": "96",
3103
- "Platform Memory": "86.40",
3104
- "Platform Storage Info (SSD?)": "Yes",
3105
- "Platform Storage Type": "SSD",
3106
- "Platform (largest instance) Storage Drive quantity": "1",
3107
- "Instance GPUs": "0",
3108
- "Platform GPU": "0"
3109
- },
3110
- {
3111
- "Machine Family": "n1",
3112
- "Machine type": "n1-highcpu-8",
3113
- "Microarchitecture": "Broadwell",
3114
- "Instance vCPUs": "8",
3115
- "Instance Memory": "7.20",
3116
- "Platform vCPUs (highest vCPU possible)": "96",
3117
- "Platform Memory": "86.40",
3118
- "Platform Storage Info (SSD?)": "Yes",
3119
- "Platform Storage Type": "SSD",
3120
- "Platform (largest instance) Storage Drive quantity": "1",
3121
- "Instance GPUs": "0",
3122
- "Platform GPU": "0"
3123
- },
3124
- {
3125
- "Machine Family": "n1",
3126
- "Machine type": "n1-highcpu-8",
3127
- "Microarchitecture": "Haswell",
3128
- "Instance vCPUs": "8",
3129
- "Instance Memory": "7.20",
3130
- "Platform vCPUs (highest vCPU possible)": "96",
3131
- "Platform Memory": "86.40",
3132
- "Platform Storage Info (SSD?)": "Yes",
3133
- "Platform Storage Type": "SSD",
3134
- "Platform (largest instance) Storage Drive quantity": "1",
3135
- "Instance GPUs": "0",
3136
- "Platform GPU": "0"
3137
- },
3138
- {
3139
- "Machine Family": "n1",
3140
- "Machine type": "n1-highcpu-8",
3141
- "Microarchitecture": "Ivy Bridge",
3142
- "Instance vCPUs": "8",
3143
- "Instance Memory": "7.20",
3144
- "Platform vCPUs (highest vCPU possible)": "96",
3145
- "Platform Memory": "86.40",
3146
- "Platform Storage Info (SSD?)": "Yes",
3147
- "Platform Storage Type": "SSD",
3148
- "Platform (largest instance) Storage Drive quantity": "1",
3149
- "Instance GPUs": "0",
3150
- "Platform GPU": "0"
3151
- },
3152
- {
3153
- "Machine Family": "n1",
3154
- "Machine type": "n1-highcpu-8",
3155
- "Microarchitecture": "Sandy Bridge",
3156
- "Instance vCPUs": "8",
3157
- "Instance Memory": "7.20",
3158
- "Platform vCPUs (highest vCPU possible)": "96",
3159
- "Platform Memory": "86.40",
3160
- "Platform Storage Info (SSD?)": "Yes",
3161
- "Platform Storage Type": "SSD",
3162
- "Platform (largest instance) Storage Drive quantity": "1",
3163
- "Instance GPUs": "0",
3164
- "Platform GPU": "0"
3165
- },
3166
- {
3167
- "Machine Family": "n1",
3168
- "Machine type": "n1-highcpu-16",
3169
- "Microarchitecture": "Skylake",
3170
- "Instance vCPUs": "16",
3171
- "Instance Memory": "14.4",
3172
- "Platform vCPUs (highest vCPU possible)": "96",
3173
- "Platform Memory": "86.40",
3174
- "Platform Storage Info (SSD?)": "Yes",
3175
- "Platform Storage Type": "SSD",
3176
- "Platform (largest instance) Storage Drive quantity": "1",
3177
- "Instance GPUs": "0",
3178
- "Platform GPU": "0"
3179
- },
3180
- {
3181
- "Machine Family": "n1",
3182
- "Machine type": "n1-highcpu-16",
3183
- "Microarchitecture": "Broadwell",
3184
- "Instance vCPUs": "16",
3185
- "Instance Memory": "14.4",
3186
- "Platform vCPUs (highest vCPU possible)": "96",
3187
- "Platform Memory": "86.40",
3188
- "Platform Storage Info (SSD?)": "Yes",
3189
- "Platform Storage Type": "SSD",
3190
- "Platform (largest instance) Storage Drive quantity": "1",
3191
- "Instance GPUs": "0",
3192
- "Platform GPU": "0"
3193
- },
3194
- {
3195
- "Machine Family": "n1",
3196
- "Machine type": "n1-highcpu-16",
3197
- "Microarchitecture": "Haswell",
3198
- "Instance vCPUs": "16",
3199
- "Instance Memory": "14.4",
3200
- "Platform vCPUs (highest vCPU possible)": "96",
3201
- "Platform Memory": "86.40",
3202
- "Platform Storage Info (SSD?)": "Yes",
3203
- "Platform Storage Type": "SSD",
3204
- "Platform (largest instance) Storage Drive quantity": "1",
3205
- "Instance GPUs": "0",
3206
- "Platform GPU": "0"
3207
- },
3208
- {
3209
- "Machine Family": "n1",
3210
- "Machine type": "n1-highcpu-16",
3211
- "Microarchitecture": "Ivy Bridge",
3212
- "Instance vCPUs": "16",
3213
- "Instance Memory": "14.4",
3214
- "Platform vCPUs (highest vCPU possible)": "96",
3215
- "Platform Memory": "86.40",
3216
- "Platform Storage Info (SSD?)": "Yes",
3217
- "Platform Storage Type": "SSD",
3218
- "Platform (largest instance) Storage Drive quantity": "1",
3219
- "Instance GPUs": "0",
3220
- "Platform GPU": "0"
3221
- },
3222
- {
3223
- "Machine Family": "n1",
3224
- "Machine type": "n1-highcpu-16",
3225
- "Microarchitecture": "Sandy Bridge",
3226
- "Instance vCPUs": "16",
3227
- "Instance Memory": "14.4",
3228
- "Platform vCPUs (highest vCPU possible)": "96",
3229
- "Platform Memory": "86.40",
3230
- "Platform Storage Info (SSD?)": "Yes",
3231
- "Platform Storage Type": "SSD",
3232
- "Platform (largest instance) Storage Drive quantity": "1",
3233
- "Instance GPUs": "0",
3234
- "Platform GPU": "0"
3235
- },
3236
- {
3237
- "Machine Family": "n1",
3238
- "Machine type": "n1-highcpu-32",
3239
- "Microarchitecture": "Skylake",
3240
- "Instance vCPUs": "32",
3241
- "Instance Memory": "28.8",
3242
- "Platform vCPUs (highest vCPU possible)": "96",
3243
- "Platform Memory": "86.40",
3244
- "Platform Storage Info (SSD?)": "Yes",
3245
- "Platform Storage Type": "SSD",
3246
- "Platform (largest instance) Storage Drive quantity": "1",
3247
- "Instance GPUs": "0",
3248
- "Platform GPU": "0"
3249
- },
3250
- {
3251
- "Machine Family": "n1",
3252
- "Machine type": "n1-highcpu-32",
3253
- "Microarchitecture": "Broadwell",
3254
- "Instance vCPUs": "32",
3255
- "Instance Memory": "28.8",
3256
- "Platform vCPUs (highest vCPU possible)": "96",
3257
- "Platform Memory": "86.40",
3258
- "Platform Storage Info (SSD?)": "Yes",
3259
- "Platform Storage Type": "SSD",
3260
- "Platform (largest instance) Storage Drive quantity": "1",
3261
- "Instance GPUs": "0",
3262
- "Platform GPU": "0"
3263
- },
3264
- {
3265
- "Machine Family": "n1",
3266
- "Machine type": "n1-highcpu-32",
3267
- "Microarchitecture": "Haswell",
3268
- "Instance vCPUs": "32",
3269
- "Instance Memory": "28.8",
3270
- "Platform vCPUs (highest vCPU possible)": "96",
3271
- "Platform Memory": "86.40",
3272
- "Platform Storage Info (SSD?)": "Yes",
3273
- "Platform Storage Type": "SSD",
3274
- "Platform (largest instance) Storage Drive quantity": "1",
3275
- "Instance GPUs": "0",
3276
- "Platform GPU": "0"
3277
- },
3278
- {
3279
- "Machine Family": "n1",
3280
- "Machine type": "n1-highcpu-32",
3281
- "Microarchitecture": "Ivy Bridge",
3282
- "Instance vCPUs": "32",
3283
- "Instance Memory": "28.8",
3284
- "Platform vCPUs (highest vCPU possible)": "96",
3285
- "Platform Memory": "86.40",
3286
- "Platform Storage Info (SSD?)": "Yes",
3287
- "Platform Storage Type": "SSD",
3288
- "Platform (largest instance) Storage Drive quantity": "1",
3289
- "Instance GPUs": "0",
3290
- "Platform GPU": "0"
3291
- },
3292
- {
3293
- "Machine Family": "n1",
3294
- "Machine type": "n1-highcpu-32",
3295
- "Microarchitecture": "Sandy Bridge",
3296
- "Instance vCPUs": "32",
3297
- "Instance Memory": "28.8",
3298
- "Platform vCPUs (highest vCPU possible)": "96",
3299
- "Platform Memory": "86.40",
3300
- "Platform Storage Info (SSD?)": "Yes",
3301
- "Platform Storage Type": "SSD",
3302
- "Platform (largest instance) Storage Drive quantity": "1",
3303
- "Instance GPUs": "0",
3304
- "Platform GPU": "0"
3305
- },
3306
- {
3307
- "Machine Family": "n1",
3308
- "Machine type": "n1-highcpu-64",
3309
- "Microarchitecture": "Skylake",
3310
- "Instance vCPUs": "64",
3311
- "Instance Memory": "57.6",
3312
- "Platform vCPUs (highest vCPU possible)": "96",
3313
- "Platform Memory": "86.40",
3314
- "Platform Storage Info (SSD?)": "Yes",
3315
- "Platform Storage Type": "SSD",
3316
- "Platform (largest instance) Storage Drive quantity": "1",
3317
- "Instance GPUs": "0",
3318
- "Platform GPU": "0"
3319
- },
3320
- {
3321
- "Machine Family": "n1",
3322
- "Machine type": "n1-highcpu-64",
3323
- "Microarchitecture": "Broadwell",
3324
- "Instance vCPUs": "64",
3325
- "Instance Memory": "57.6",
3326
- "Platform vCPUs (highest vCPU possible)": "96",
3327
- "Platform Memory": "86.40",
3328
- "Platform Storage Info (SSD?)": "Yes",
3329
- "Platform Storage Type": "SSD",
3330
- "Platform (largest instance) Storage Drive quantity": "1",
3331
- "Instance GPUs": "0",
3332
- "Platform GPU": "0"
3333
- },
3334
- {
3335
- "Machine Family": "n1",
3336
- "Machine type": "n1-highcpu-64",
3337
- "Microarchitecture": "Haswell",
3338
- "Instance vCPUs": "64",
3339
- "Instance Memory": "57.6",
3340
- "Platform vCPUs (highest vCPU possible)": "96",
3341
- "Platform Memory": "86.40",
3342
- "Platform Storage Info (SSD?)": "Yes",
3343
- "Platform Storage Type": "SSD",
3344
- "Platform (largest instance) Storage Drive quantity": "1",
3345
- "Instance GPUs": "0",
3346
- "Platform GPU": "0"
3347
- },
3348
- {
3349
- "Machine Family": "n1",
3350
- "Machine type": "n1-highcpu-64",
3351
- "Microarchitecture": "Ivy Bridge",
3352
- "Instance vCPUs": "64",
3353
- "Instance Memory": "57.6",
3354
- "Platform vCPUs (highest vCPU possible)": "96",
3355
- "Platform Memory": "86.40",
3356
- "Platform Storage Info (SSD?)": "Yes",
3357
- "Platform Storage Type": "SSD",
3358
- "Platform (largest instance) Storage Drive quantity": "1",
3359
- "Instance GPUs": "0",
3360
- "Platform GPU": "0"
3361
- },
3362
- {
3363
- "Machine Family": "n1",
3364
- "Machine type": "n1-highcpu-64",
3365
- "Microarchitecture": "Sandy Bridge",
3366
- "Instance vCPUs": "64",
3367
- "Instance Memory": "57.6",
3368
- "Platform vCPUs (highest vCPU possible)": "96",
3369
- "Platform Memory": "86.40",
3370
- "Platform Storage Info (SSD?)": "Yes",
3371
- "Platform Storage Type": "SSD",
3372
- "Platform (largest instance) Storage Drive quantity": "1",
3373
- "Instance GPUs": "0",
3374
- "Platform GPU": "0"
3375
- },
3376
- {
3377
- "Machine Family": "n1",
3378
- "Machine type": "n1-highcpu-96",
3379
- "Microarchitecture": "Skylake",
3380
- "Instance vCPUs": "96",
3381
- "Instance Memory": "86.4",
3382
- "Platform vCPUs (highest vCPU possible)": "96",
3383
- "Platform Memory": "86.40",
3384
- "Platform Storage Info (SSD?)": "Yes",
3385
- "Platform Storage Type": "SSD",
3386
- "Platform (largest instance) Storage Drive quantity": "1",
3387
- "Instance GPUs": "0",
3388
- "Platform GPU": "0"
3389
- },
3390
- {
3391
- "Machine Family": "n1",
3392
- "Machine type": "n1-highcpu-96",
3393
- "Microarchitecture": "Broadwell",
3394
- "Instance vCPUs": "96",
3395
- "Instance Memory": "86.4",
3396
- "Platform vCPUs (highest vCPU possible)": "96",
3397
- "Platform Memory": "86.40",
3398
- "Platform Storage Info (SSD?)": "Yes",
3399
- "Platform Storage Type": "SSD",
3400
- "Platform (largest instance) Storage Drive quantity": "1",
3401
- "Instance GPUs": "0",
3402
- "Platform GPU": "0"
3403
- },
3404
- {
3405
- "Machine Family": "n1",
3406
- "Machine type": "n1-highcpu-96",
3407
- "Microarchitecture": "Haswell",
3408
- "Instance vCPUs": "96",
3409
- "Instance Memory": "86.4",
3410
- "Platform vCPUs (highest vCPU possible)": "96",
3411
- "Platform Memory": "86.40",
3412
- "Platform Storage Info (SSD?)": "Yes",
3413
- "Platform Storage Type": "SSD",
3414
- "Platform (largest instance) Storage Drive quantity": "1",
3415
- "Instance GPUs": "0",
3416
- "Platform GPU": "0"
3417
- },
3418
- {
3419
- "Machine Family": "n1",
3420
- "Machine type": "n1-highcpu-96",
3421
- "Microarchitecture": "Ivy Bridge",
3422
- "Instance vCPUs": "96",
3423
- "Instance Memory": "86.4",
3424
- "Platform vCPUs (highest vCPU possible)": "96",
3425
- "Platform Memory": "86.40",
3426
- "Platform Storage Info (SSD?)": "Yes",
3427
- "Platform Storage Type": "SSD",
3428
- "Platform (largest instance) Storage Drive quantity": "1",
3429
- "Instance GPUs": "0",
3430
- "Platform GPU": "0"
3431
- },
3432
- {
3433
- "Machine Family": "n1",
3434
- "Machine type": "n1-highcpu-96",
3435
- "Microarchitecture": "Sandy Bridge",
3436
- "Instance vCPUs": "96",
3437
- "Instance Memory": "86.4",
3438
- "Platform vCPUs (highest vCPU possible)": "96",
3439
- "Platform Memory": "86.40",
3440
- "Platform Storage Info (SSD?)": "Yes",
3441
- "Platform Storage Type": "SSD",
3442
- "Platform (largest instance) Storage Drive quantity": "1",
3443
- "Instance GPUs": "0",
3444
- "Platform GPU": "0"
3445
- },
3446
- {
3447
- "Machine Family": "n1 Shared-core",
3448
- "Machine type": "f1-micro",
3449
- "Microarchitecture": "Skylake",
3450
- "Instance vCPUs": "1",
3451
- "Instance Memory": "0.60",
3452
- "Platform vCPUs (highest vCPU possible)": "96",
3453
- "Platform Memory": "360",
3454
- "Platform Storage Info (SSD?)": "No",
3455
- "Platform Storage Type": "Non-SSD",
3456
- "Platform (largest instance) Storage Drive quantity": "0",
3457
- "Instance GPUs": "0",
3458
- "Platform GPU": "0"
3459
- },
3460
- {
3461
- "Machine Family": "n1 Shared-core",
3462
- "Machine type": "f1-micro",
3463
- "Microarchitecture": "Broadwell",
3464
- "Instance vCPUs": "1",
3465
- "Instance Memory": "0.60",
3466
- "Platform vCPUs (highest vCPU possible)": "96",
3467
- "Platform Memory": "360",
3468
- "Platform Storage Info (SSD?)": "No",
3469
- "Platform Storage Type": "Non-SSD",
3470
- "Platform (largest instance) Storage Drive quantity": "0",
3471
- "Instance GPUs": "0",
3472
- "Platform GPU": "0"
3473
- },
3474
- {
3475
- "Machine Family": "n1 Shared-core",
3476
- "Machine type": "f1-micro",
3477
- "Microarchitecture": "Haswell",
3478
- "Instance vCPUs": "1",
3479
- "Instance Memory": "0.60",
3480
- "Platform vCPUs (highest vCPU possible)": "96",
3481
- "Platform Memory": "360",
3482
- "Platform Storage Info (SSD?)": "No",
3483
- "Platform Storage Type": "Non-SSD",
3484
- "Platform (largest instance) Storage Drive quantity": "0",
3485
- "Instance GPUs": "0",
3486
- "Platform GPU": "0"
3487
- },
3488
- {
3489
- "Machine Family": "n1 Shared-core",
3490
- "Machine type": "f1-micro",
3491
- "Microarchitecture": "Ivy Bridge",
3492
- "Instance vCPUs": "1",
3493
- "Instance Memory": "0.60",
3494
- "Platform vCPUs (highest vCPU possible)": "96",
3495
- "Platform Memory": "360",
3496
- "Platform Storage Info (SSD?)": "No",
3497
- "Platform Storage Type": "Non-SSD",
3498
- "Platform (largest instance) Storage Drive quantity": "0",
3499
- "Instance GPUs": "0",
3500
- "Platform GPU": "0"
3501
- },
3502
- {
3503
- "Machine Family": "n1 Shared-core",
3504
- "Machine type": "f1-micro",
3505
- "Microarchitecture": "Sandy Bridge",
3506
- "Instance vCPUs": "1",
3507
- "Instance Memory": "0.60",
3508
- "Platform vCPUs (highest vCPU possible)": "96",
3509
- "Platform Memory": "360",
3510
- "Platform Storage Info (SSD?)": "No",
3511
- "Platform Storage Type": "Non-SSD",
3512
- "Platform (largest instance) Storage Drive quantity": "0",
3513
- "Instance GPUs": "0",
3514
- "Platform GPU": "0"
3515
- },
3516
- {
3517
- "Machine Family": "n1 Shared-core",
3518
- "Machine type": "g1-small",
3519
- "Microarchitecture": "Skylake",
3520
- "Instance vCPUs": "1",
3521
- "Instance Memory": "1.70",
3522
- "Platform vCPUs (highest vCPU possible)": "96",
3523
- "Platform Memory": "360",
3524
- "Platform Storage Info (SSD?)": "No",
3525
- "Platform Storage Type": "Non-SSD",
3526
- "Platform (largest instance) Storage Drive quantity": "0",
3527
- "Instance GPUs": "0",
3528
- "Platform GPU": "0"
3529
- },
3530
- {
3531
- "Machine Family": "n1 Shared-core",
3532
- "Machine type": "g1-small",
3533
- "Microarchitecture": "Broadwell",
3534
- "Instance vCPUs": "1",
3535
- "Instance Memory": "1.70",
3536
- "Platform vCPUs (highest vCPU possible)": "96",
3537
- "Platform Memory": "360",
3538
- "Platform Storage Info (SSD?)": "No",
3539
- "Platform Storage Type": "Non-SSD",
3540
- "Platform (largest instance) Storage Drive quantity": "0",
3541
- "Instance GPUs": "0",
3542
- "Platform GPU": "0"
3543
- },
3544
- {
3545
- "Machine Family": "n1 Shared-core",
3546
- "Machine type": "g1-small",
3547
- "Microarchitecture": "Haswell",
3548
- "Instance vCPUs": "1",
3549
- "Instance Memory": "1.70",
3550
- "Platform vCPUs (highest vCPU possible)": "96",
3551
- "Platform Memory": "360",
3552
- "Platform Storage Info (SSD?)": "No",
3553
- "Platform Storage Type": "Non-SSD",
3554
- "Platform (largest instance) Storage Drive quantity": "0",
3555
- "Instance GPUs": "0",
3556
- "Platform GPU": "0"
3557
- },
3558
- {
3559
- "Machine Family": "n1 Shared-core",
3560
- "Machine type": "g1-small",
3561
- "Microarchitecture": "Ivy Bridge",
3562
- "Instance vCPUs": "1",
3563
- "Instance Memory": "1.70",
3564
- "Platform vCPUs (highest vCPU possible)": "96",
3565
- "Platform Memory": "360",
3566
- "Platform Storage Info (SSD?)": "No",
3567
- "Platform Storage Type": "Non-SSD",
3568
- "Platform (largest instance) Storage Drive quantity": "0",
3569
- "Instance GPUs": "0",
3570
- "Platform GPU": "0"
3571
- },
3572
- {
3573
- "Machine Family": "n1 Shared-core",
3574
- "Machine type": "g1-small",
3575
- "Microarchitecture": "Sandy Bridge",
3576
- "Instance vCPUs": "1",
3577
- "Instance Memory": "1.70",
3578
- "Platform vCPUs (highest vCPU possible)": "96",
3579
- "Platform Memory": "360",
3580
- "Platform Storage Info (SSD?)": "No",
3581
- "Platform Storage Type": "Non-SSD",
3582
- "Platform (largest instance) Storage Drive quantity": "0",
3583
- "Instance GPUs": "0",
3584
- "Platform GPU": "0"
3585
- },
3586
- {
3587
- "Machine Family": "Compute-optimized",
3588
- "Machine type": "c2-standard-4",
3589
- "Microarchitecture": "Cascade Lake",
3590
- "Instance vCPUs": "4",
3591
- "Instance Memory": "16",
3592
- "Platform vCPUs (highest vCPU possible)": "60",
3593
- "Platform Memory": "240",
3594
- "Platform Storage Info (SSD?)": "Yes",
3595
- "Platform Storage Type": "SSD",
3596
- "Platform (largest instance) Storage Drive quantity": "1",
3597
- "Instance GPUs": "0",
3598
- "Platform GPU": "0"
3599
- },
3600
- {
3601
- "Machine Family": "Compute-optimized",
3602
- "Machine type": "c2-standard-8",
3603
- "Microarchitecture": "Cascade Lake",
3604
- "Instance vCPUs": "8",
3605
- "Instance Memory": "32",
3606
- "Platform vCPUs (highest vCPU possible)": "60",
3607
- "Platform Memory": "240",
3608
- "Platform Storage Info (SSD?)": "Yes",
3609
- "Platform Storage Type": "SSD",
3610
- "Platform (largest instance) Storage Drive quantity": "1",
3611
- "Instance GPUs": "0",
3612
- "Platform GPU": "0"
3613
- },
3614
- {
3615
- "Machine Family": "Compute-optimized",
3616
- "Machine type": "c2-standard-16",
3617
- "Microarchitecture": "Cascade Lake",
3618
- "Instance vCPUs": "16",
3619
- "Instance Memory": "64",
3620
- "Platform vCPUs (highest vCPU possible)": "60",
3621
- "Platform Memory": "240",
3622
- "Platform Storage Info (SSD?)": "Yes",
3623
- "Platform Storage Type": "SSD",
3624
- "Platform (largest instance) Storage Drive quantity": "1",
3625
- "Instance GPUs": "0",
3626
- "Platform GPU": "0"
3627
- },
3628
- {
3629
- "Machine Family": "Compute-optimized",
3630
- "Machine type": "c2-standard-30",
3631
- "Microarchitecture": "Cascade Lake",
3632
- "Instance vCPUs": "30",
3633
- "Instance Memory": "120",
3634
- "Platform vCPUs (highest vCPU possible)": "60",
3635
- "Platform Memory": "240",
3636
- "Platform Storage Info (SSD?)": "Yes",
3637
- "Platform Storage Type": "SSD",
3638
- "Platform (largest instance) Storage Drive quantity": "1",
3639
- "Instance GPUs": "0",
3640
- "Platform GPU": "0"
3641
- },
3642
- {
3643
- "Machine Family": "Compute-optimized",
3644
- "Machine type": "c2-standard-60",
3645
- "Microarchitecture": "Cascade Lake",
3646
- "Instance vCPUs": "60",
3647
- "Instance Memory": "240",
3648
- "Platform vCPUs (highest vCPU possible)": "60",
3649
- "Platform Memory": "240",
3650
- "Platform Storage Info (SSD?)": "Yes",
3651
- "Platform Storage Type": "SSD",
3652
- "Platform (largest instance) Storage Drive quantity": "1",
3653
- "Instance GPUs": "0",
3654
- "Platform GPU": "0"
3655
- },
3656
- {
3657
- "Machine Family": "m1",
3658
- "Machine type": "m1-ultramem-40",
3659
- "Microarchitecture": "Skylake",
3660
- "Instance vCPUs": "40",
3661
- "Instance Memory": "961",
3662
- "Platform vCPUs (highest vCPU possible)": "160",
3663
- "Platform Memory": "1433.6",
3664
- "Platform Storage Info (SSD?)": "No",
3665
- "Platform Storage Type": "Non-SSD",
3666
- "Platform (largest instance) Storage Drive quantity": "0",
3667
- "Instance GPUs": "0",
3668
- "Platform GPU": "0"
3669
- },
3670
- {
3671
- "Machine Family": "m1",
3672
- "Machine type": "m1-ultramem-40",
3673
- "Microarchitecture": "Broadwell",
3674
- "Instance vCPUs": "40",
3675
- "Instance Memory": "961",
3676
- "Platform vCPUs (highest vCPU possible)": "160",
3677
- "Platform Memory": "1433.6",
3678
- "Platform Storage Info (SSD?)": "No",
3679
- "Platform Storage Type": "Non-SSD",
3680
- "Platform (largest instance) Storage Drive quantity": "0",
3681
- "Instance GPUs": "0",
3682
- "Platform GPU": "0"
3683
- },
3684
- {
3685
- "Machine Family": "m1",
3686
- "Machine type": "m1-ultramem-80",
3687
- "Microarchitecture": "Skylake",
3688
- "Instance vCPUs": "80",
3689
- "Instance Memory": "1922",
3690
- "Platform vCPUs (highest vCPU possible)": "160",
3691
- "Platform Memory": "1433.6",
3692
- "Platform Storage Info (SSD?)": "No",
3693
- "Platform Storage Type": "Non-SSD",
3694
- "Platform (largest instance) Storage Drive quantity": "0",
3695
- "Instance GPUs": "0",
3696
- "Platform GPU": "0"
3697
- },
3698
- {
3699
- "Machine Family": "m1",
3700
- "Machine type": "m1-ultramem-80",
3701
- "Microarchitecture": "Broadwell",
3702
- "Instance vCPUs": "80",
3703
- "Instance Memory": "1922",
3704
- "Platform vCPUs (highest vCPU possible)": "160",
3705
- "Platform Memory": "1433.6",
3706
- "Platform Storage Info (SSD?)": "No",
3707
- "Platform Storage Type": "Non-SSD",
3708
- "Platform (largest instance) Storage Drive quantity": "0",
3709
- "Instance GPUs": "0",
3710
- "Platform GPU": "0"
3711
- },
3712
- {
3713
- "Machine Family": "m1",
3714
- "Machine type": "m1-ultramem-160",
3715
- "Microarchitecture": "Skylake",
3716
- "Instance vCPUs": "160",
3717
- "Instance Memory": "3844",
3718
- "Platform vCPUs (highest vCPU possible)": "160",
3719
- "Platform Memory": "1433.6",
3720
- "Platform Storage Info (SSD?)": "No",
3721
- "Platform Storage Type": "Non-SSD",
3722
- "Platform (largest instance) Storage Drive quantity": "0",
3723
- "Instance GPUs": "0",
3724
- "Platform GPU": "0"
3725
- },
3726
- {
3727
- "Machine Family": "m1",
3728
- "Machine type": "m1-ultramem-160",
3729
- "Microarchitecture": "Broadwell",
3730
- "Instance vCPUs": "160",
3731
- "Instance Memory": "3844",
3732
- "Platform vCPUs (highest vCPU possible)": "160",
3733
- "Platform Memory": "1433.6",
3734
- "Platform Storage Info (SSD?)": "No",
3735
- "Platform Storage Type": "Non-SSD",
3736
- "Platform (largest instance) Storage Drive quantity": "0",
3737
- "Instance GPUs": "0",
3738
- "Platform GPU": "0"
3739
- },
3740
- {
3741
- "Machine Family": "m1",
3742
- "Machine type": "m1-megamem-96",
3743
- "Microarchitecture": "Skylake",
3744
- "Instance vCPUs": "96",
3745
- "Instance Memory": "1433.6",
3746
- "Platform vCPUs (highest vCPU possible)": "160",
3747
- "Platform Memory": "1433.6",
3748
- "Platform Storage Info (SSD?)": "Yes",
3749
- "Platform Storage Type": "SSD",
3750
- "Platform (largest instance) Storage Drive quantity": "1",
3751
- "Instance GPUs": "0",
3752
- "Platform GPU": "0"
3753
- },
3754
- {
3755
- "Machine Family": "m1",
3756
- "Machine type": "m1-megamem-96",
3757
- "Microarchitecture": "Broadwell",
3758
- "Instance vCPUs": "96",
3759
- "Instance Memory": "1433.6",
3760
- "Platform vCPUs (highest vCPU possible)": "160",
3761
- "Platform Memory": "1433.6",
3762
- "Platform Storage Info (SSD?)": "Yes",
3763
- "Platform Storage Type": "SSD",
3764
- "Platform (largest instance) Storage Drive quantity": "1",
3765
- "Instance GPUs": "0",
3766
- "Platform GPU": "0"
3767
- },
3768
- {
3769
- "Machine Family": "m2",
3770
- "Machine type": "m2-ultramem-208",
3771
- "Microarchitecture": "Cascade Lake",
3772
- "Instance vCPUs": "208",
3773
- "Instance Memory": "5.888",
3774
- "Platform vCPUs (highest vCPU possible)": "416",
3775
- "Platform Memory": "11.776",
3776
- "Platform Storage Info (SSD?)": "No",
3777
- "Platform Storage Type": "Non-SSD",
3778
- "Platform (largest instance) Storage Drive quantity": "0",
3779
- "Instance GPUs": "0",
3780
- "Platform GPU": "0"
3781
- },
3782
- {
3783
- "Machine Family": "m2",
3784
- "Machine type": "m2-ultramem-416",
3785
- "Microarchitecture": "Cascade Lake",
3786
- "Instance vCPUs": "416",
3787
- "Instance Memory": "11.776",
3788
- "Platform vCPUs (highest vCPU possible)": "416",
3789
- "Platform Memory": "11.776",
3790
- "Platform Storage Info (SSD?)": "No",
3791
- "Platform Storage Type": "Non-SSD",
3792
- "Platform (largest instance) Storage Drive quantity": "0",
3793
- "Instance GPUs": "0",
3794
- "Platform GPU": "0"
3795
- },
3796
- {
3797
- "Machine Family": "m2",
3798
- "Machine type": "m2-megamem-416",
3799
- "Microarchitecture": "Cascade Lake",
3800
- "Instance vCPUs": "416",
3801
- "Instance Memory": "5.888",
3802
- "Platform vCPUs (highest vCPU possible)": "416",
3803
- "Platform Memory": "11.776",
3804
- "Platform Storage Info (SSD?)": "No",
3805
- "Platform Storage Type": "Non-SSD",
3806
- "Platform (largest instance) Storage Drive quantity": "0",
3807
- "Instance GPUs": "0",
3808
- "Platform GPU": "0"
3809
- },
3810
- {
3811
- "Machine Family": "Accelorator-optimized highgpu",
3812
- "Machine type": "a2-highgpu-1g",
3813
- "Microarchitecture": "Cascade Lake",
3814
- "Instance vCPUs": "12",
3815
- "Instance Memory": "85",
3816
- "Platform vCPUs (highest vCPU possible)": "96",
3817
- "Platform Memory": "1360",
3818
- "Platform Storage Info (SSD?)": "Yes",
3819
- "Platform Storage Type": "SSD",
3820
- "Platform (largest instance) Storage Drive quantity": "1",
3821
- "Instance GPUs": "1",
3822
- "Platform GPU": "16"
3823
- },
3824
- {
3825
- "Machine Family": "Accelorator-optimized highgpu",
3826
- "Machine type": "a2-highgpu-2g",
3827
- "Microarchitecture": "Cascade Lake",
3828
- "Instance vCPUs": "24",
3829
- "Instance Memory": "170",
3830
- "Platform vCPUs (highest vCPU possible)": "96",
3831
- "Platform Memory": "1360",
3832
- "Platform Storage Info (SSD?)": "Yes",
3833
- "Platform Storage Type": "SSD",
3834
- "Platform (largest instance) Storage Drive quantity": "1",
3835
- "Instance GPUs": "2",
3836
- "Platform GPU": "16"
3837
- },
3838
- {
3839
- "Machine Family": "Accelorator-optimized highgpu",
3840
- "Machine type": "a2-highgpu-4g",
3841
- "Microarchitecture": "Cascade Lake",
3842
- "Instance vCPUs": "48",
3843
- "Instance Memory": "340",
3844
- "Platform vCPUs (highest vCPU possible)": "96",
3845
- "Platform Memory": "1360",
3846
- "Platform Storage Info (SSD?)": "Yes",
3847
- "Platform Storage Type": "SSD",
3848
- "Platform (largest instance) Storage Drive quantity": "1",
3849
- "Instance GPUs": "4",
3850
- "Platform GPU": "16"
3851
- },
3852
- {
3853
- "Machine Family": "Accelorator-optimized highgpu",
3854
- "Machine type": "a2-highgpu-8g",
3855
- "Microarchitecture": "Cascade Lake",
3856
- "Instance vCPUs": "96",
3857
- "Instance Memory": "680",
3858
- "Platform vCPUs (highest vCPU possible)": "96",
3859
- "Platform Memory": "1360",
3860
- "Platform Storage Info (SSD?)": "Yes",
3861
- "Platform Storage Type": "SSD",
3862
- "Platform (largest instance) Storage Drive quantity": "1",
3863
- "Instance GPUs": "8",
3864
- "Platform GPU": "16"
3865
- },
3866
- {
3867
- "Machine Family": "Accelorator-optimized megagpu",
3868
- "Machine type": "a2-megagpu-16g",
3869
- "Microarchitecture": "Cascade Lake",
3870
- "Instance vCPUs": "96",
3871
- "Instance Memory": "1360",
3872
- "Platform vCPUs (highest vCPU possible)": "96",
3873
- "Platform Memory": "1360",
3874
- "Platform Storage Info (SSD?)": "Yes",
3875
- "Platform Storage Type": "SSD",
3876
- "Platform (largest instance) Storage Drive quantity": "1",
3877
- "Instance GPUs": "16",
3878
- "Platform GPU": "16"
3879
- }
3880
- ]