@digital4better/data 1.3.38 → 1.3.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +122 -89
- package/data/cloud/accelerators.csv +1 -0
- package/data/cloud/accelerators.json +9 -0
- package/data/cloud/aws-regions.csv +32 -32
- package/data/cloud/aws-regions.json +68 -68
- package/data/cloud/azure-regions.csv +10 -10
- package/data/cloud/azure-regions.json +66 -42
- package/data/cloud/cpus.csv +16 -0
- package/data/cloud/cpus.json +194 -0
- package/data/cloud/gcp-regions.csv +39 -39
- package/data/cloud/gcp-regions.json +73 -73
- package/data/cloud/oracle-regions.csv +46 -0
- package/data/cloud/oracle-regions.json +548 -0
- package/data/cloud/oracle-vms.csv +141 -0
- package/data/cloud/oracle-vms.json +2759 -0
- package/data/cloud/ovhcloud-regions.csv +21 -21
- package/data/cloud/ovhcloud-regions.json +68 -35
- package/data/cloud/scaleway-regions.csv +9 -9
- package/data/cloud/scaleway-regions.json +21 -21
- package/data/factor/continent-monthly-green.csv +6 -0
- package/data/factor/continent-monthly-green.json +66 -0
- package/data/factor/continent-monthly.csv +6 -0
- package/data/factor/continent-monthly.json +66 -0
- package/data/factor/continent-yearly-green.csv +6 -6
- package/data/factor/continent-yearly-green.json +54 -54
- package/data/factor/continent-yearly.csv +6 -6
- package/data/factor/continent-yearly.json +54 -54
- package/data/factor/country-monthly-green.csv +214 -0
- package/data/factor/country-monthly-green.json +2354 -0
- package/data/factor/country-monthly.csv +214 -0
- package/data/factor/country-monthly.json +2354 -0
- package/data/factor/country-yearly-green.csv +53 -53
- package/data/factor/country-yearly-green.json +453 -453
- package/data/factor/country-yearly.csv +55 -55
- package/data/factor/country-yearly.json +454 -454
- package/data/factor/subdivision-monthly-green.csv +90 -26
- package/data/factor/subdivision-monthly-green.json +938 -234
- package/data/factor/subdivision-monthly.csv +90 -26
- package/data/factor/subdivision-monthly.json +938 -234
- package/data/factor/subdivision-yearly-green.csv +13 -13
- package/data/factor/subdivision-yearly-green.json +117 -117
- package/data/factor/subdivision-yearly.csv +13 -13
- package/data/factor/subdivision-yearly.json +117 -117
- package/data/factor/world-monthly-green.csv +1 -0
- package/data/factor/world-monthly-green.json +11 -0
- package/data/factor/world-monthly.csv +1 -0
- package/data/factor/world-monthly.json +11 -0
- package/data/factor/world-yearly-green.csv +1 -1
- package/data/factor/world-yearly-green.json +9 -9
- package/data/factor/world-yearly.csv +1 -1
- package/data/factor/world-yearly.json +9 -9
- package/data/mix/continent-monthly-green.csv +6 -0
- package/data/mix/continent-monthly-green.json +36 -0
- package/data/mix/continent-monthly.csv +6 -0
- package/data/mix/continent-monthly.json +66 -0
- package/data/mix/continent-yearly-green.csv +5 -5
- package/data/mix/continent-yearly-green.json +18 -18
- package/data/mix/continent-yearly.csv +5 -5
- package/data/mix/continent-yearly.json +34 -34
- package/data/mix/country-monthly-green.csv +214 -0
- package/data/mix/country-monthly-green.json +1284 -0
- package/data/mix/country-monthly.csv +214 -0
- package/data/mix/country-monthly.json +2354 -0
- package/data/mix/country-yearly-green.csv +50 -50
- package/data/mix/country-yearly-green.json +180 -180
- package/data/mix/country-yearly.csv +50 -50
- package/data/mix/country-yearly.json +358 -358
- package/data/mix/subdivision-monthly-green.csv +88 -24
- package/data/mix/subdivision-monthly-green.json +470 -86
- package/data/mix/subdivision-monthly.csv +88 -24
- package/data/mix/subdivision-monthly.json +866 -162
- package/data/mix/subdivision-yearly-green.csv +12 -12
- package/data/mix/subdivision-yearly-green.json +43 -43
- package/data/mix/subdivision-yearly.csv +12 -12
- package/data/mix/subdivision-yearly.json +81 -81
- package/data/mix/world-monthly-green.csv +1 -0
- package/data/mix/world-monthly-green.json +6 -0
- package/data/mix/world-monthly.csv +1 -0
- package/data/mix/world-monthly.json +11 -0
- package/data/mix/world-yearly-green.csv +1 -1
- package/data/mix/world-yearly-green.json +4 -4
- package/data/mix/world-yearly.csv +1 -1
- package/data/mix/world-yearly.json +7 -7
- package/package.json +1 -1
|
@@ -0,0 +1,548 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"provider": "oracle",
|
|
4
|
+
"ref": 0,
|
|
5
|
+
"id": "ap-sydney-1",
|
|
6
|
+
"name": "Australia East (Sydney)",
|
|
7
|
+
"location": "Sydney",
|
|
8
|
+
"country": "au",
|
|
9
|
+
"lat": -33.869844,
|
|
10
|
+
"lon": 151.208285,
|
|
11
|
+
"pue": 1.07,
|
|
12
|
+
"wue": 0
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"provider": "oracle",
|
|
16
|
+
"ref": 0,
|
|
17
|
+
"id": "ap-melbourne-1",
|
|
18
|
+
"name": "Australia Southeast (Melbourne)",
|
|
19
|
+
"location": "Melbourne",
|
|
20
|
+
"country": "au",
|
|
21
|
+
"lat": -37.814245,
|
|
22
|
+
"lon": 144.963173,
|
|
23
|
+
"pue": 1.07,
|
|
24
|
+
"wue": 0
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"provider": "oracle",
|
|
28
|
+
"ref": 0,
|
|
29
|
+
"id": "sa-saopaulo-1",
|
|
30
|
+
"name": "Brazil East (Sao Paulo)",
|
|
31
|
+
"location": "Sao Paulo",
|
|
32
|
+
"country": "br",
|
|
33
|
+
"lat": -23.550651,
|
|
34
|
+
"lon": -46.633382,
|
|
35
|
+
"pue": 1.07,
|
|
36
|
+
"wue": 0
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"provider": "oracle",
|
|
40
|
+
"ref": 0,
|
|
41
|
+
"id": "sa-vinhedo-1",
|
|
42
|
+
"name": "Brazil Southeast (Vinhedo)",
|
|
43
|
+
"location": "Vinhedo",
|
|
44
|
+
"country": "br",
|
|
45
|
+
"lat": -23.029854,
|
|
46
|
+
"lon": -46.974985,
|
|
47
|
+
"pue": 1.07,
|
|
48
|
+
"wue": 0
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"provider": "oracle",
|
|
52
|
+
"ref": 0,
|
|
53
|
+
"id": "ca-montreal-1",
|
|
54
|
+
"name": "Canada Southeast (Montreal)",
|
|
55
|
+
"location": "Montreal",
|
|
56
|
+
"country": "ca",
|
|
57
|
+
"subdivision": "qc",
|
|
58
|
+
"lat": 45.503182,
|
|
59
|
+
"lon": -73.569807,
|
|
60
|
+
"pue": 1.07,
|
|
61
|
+
"wue": 0
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"provider": "oracle",
|
|
65
|
+
"ref": 0,
|
|
66
|
+
"id": "ca-toronto-1",
|
|
67
|
+
"name": "Canada Southeast (Toronto)",
|
|
68
|
+
"location": "Toronto",
|
|
69
|
+
"country": "ca",
|
|
70
|
+
"subdivision": "on",
|
|
71
|
+
"lat": 43.653482,
|
|
72
|
+
"lon": -79.383935,
|
|
73
|
+
"pue": 1.07,
|
|
74
|
+
"wue": 0
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"provider": "oracle",
|
|
78
|
+
"ref": 0,
|
|
79
|
+
"id": "sa-santiago-1",
|
|
80
|
+
"name": "Chile Central (Santiago)",
|
|
81
|
+
"location": "Santiago",
|
|
82
|
+
"country": "cl",
|
|
83
|
+
"lat": -33.4377,
|
|
84
|
+
"lon": -70.651067,
|
|
85
|
+
"pue": 1.07,
|
|
86
|
+
"wue": 0
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"provider": "oracle",
|
|
90
|
+
"ref": 0,
|
|
91
|
+
"id": "sa-valparaiso-1",
|
|
92
|
+
"name": "Chile West (Valparaiso)",
|
|
93
|
+
"location": "Valparaiso",
|
|
94
|
+
"country": "cl",
|
|
95
|
+
"lat": -33.045846,
|
|
96
|
+
"lon": -71.619675,
|
|
97
|
+
"pue": 1.07,
|
|
98
|
+
"wue": 0
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"provider": "oracle",
|
|
102
|
+
"ref": 0,
|
|
103
|
+
"id": "sa-bogota-1",
|
|
104
|
+
"name": "Colombia Central (Bogota)",
|
|
105
|
+
"location": "Bogota",
|
|
106
|
+
"country": "co",
|
|
107
|
+
"lat": 4.653382,
|
|
108
|
+
"lon": -74.083633,
|
|
109
|
+
"pue": 1.07,
|
|
110
|
+
"wue": 0
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"provider": "oracle",
|
|
114
|
+
"ref": 0,
|
|
115
|
+
"id": "eu-paris-1",
|
|
116
|
+
"name": "France Central (Paris)",
|
|
117
|
+
"location": "Paris",
|
|
118
|
+
"country": "fr",
|
|
119
|
+
"lat": 48.85889,
|
|
120
|
+
"lon": 2.320041,
|
|
121
|
+
"pue": 1.07,
|
|
122
|
+
"wue": 0
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"provider": "oracle",
|
|
126
|
+
"ref": 0,
|
|
127
|
+
"id": "eu-marseille-1",
|
|
128
|
+
"name": "France South (Marseille)",
|
|
129
|
+
"location": "Marseille",
|
|
130
|
+
"country": "fr",
|
|
131
|
+
"lat": 43.296174,
|
|
132
|
+
"lon": 5.369953,
|
|
133
|
+
"pue": 1.07,
|
|
134
|
+
"wue": 0
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"provider": "oracle",
|
|
138
|
+
"ref": 0,
|
|
139
|
+
"id": "eu-frankfurt-1",
|
|
140
|
+
"name": "Germany Central (Frankfurt)",
|
|
141
|
+
"location": "Frankfurt",
|
|
142
|
+
"country": "de",
|
|
143
|
+
"lat": 50.110644,
|
|
144
|
+
"lon": 8.682092,
|
|
145
|
+
"pue": 1.07,
|
|
146
|
+
"wue": 0
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"provider": "oracle",
|
|
150
|
+
"ref": 0,
|
|
151
|
+
"id": "ap-hyderabad-1",
|
|
152
|
+
"name": "India South (Hyderabad)",
|
|
153
|
+
"location": "Hyderabad",
|
|
154
|
+
"country": "in",
|
|
155
|
+
"lat": 17.360589,
|
|
156
|
+
"lon": 78.474061,
|
|
157
|
+
"pue": 1.07,
|
|
158
|
+
"wue": 0
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"provider": "oracle",
|
|
162
|
+
"ref": 0,
|
|
163
|
+
"id": "ap-mumbai-1",
|
|
164
|
+
"name": "India West (Mumbai)",
|
|
165
|
+
"location": "Mumbai",
|
|
166
|
+
"country": "in",
|
|
167
|
+
"lat": 19.054999,
|
|
168
|
+
"lon": 72.869204,
|
|
169
|
+
"pue": 1.07,
|
|
170
|
+
"wue": 0
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"provider": "oracle",
|
|
174
|
+
"ref": 0,
|
|
175
|
+
"id": "ap-batam-1",
|
|
176
|
+
"name": "Indonesia North (Batam)",
|
|
177
|
+
"location": "Batam",
|
|
178
|
+
"country": "id",
|
|
179
|
+
"lat": 1.103082,
|
|
180
|
+
"lon": 104.03837,
|
|
181
|
+
"pue": 1.07,
|
|
182
|
+
"wue": 0
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"provider": "oracle",
|
|
186
|
+
"ref": 0,
|
|
187
|
+
"id": "il-jerusalem-1",
|
|
188
|
+
"name": "Israel Central (Jerusalem)",
|
|
189
|
+
"location": "Jerusalem",
|
|
190
|
+
"country": "il",
|
|
191
|
+
"lat": 31.778847,
|
|
192
|
+
"lon": 35.225786,
|
|
193
|
+
"pue": 1.07,
|
|
194
|
+
"wue": 0
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"provider": "oracle",
|
|
198
|
+
"ref": 0,
|
|
199
|
+
"id": "eu-milan-1",
|
|
200
|
+
"name": "Italy Northwest (Milan)",
|
|
201
|
+
"location": "Milan",
|
|
202
|
+
"country": "it",
|
|
203
|
+
"lat": 45.464194,
|
|
204
|
+
"lon": 9.189635,
|
|
205
|
+
"pue": 1.07,
|
|
206
|
+
"wue": 0
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"provider": "oracle",
|
|
210
|
+
"ref": 0,
|
|
211
|
+
"id": "eu-turin-1",
|
|
212
|
+
"name": "Italy North (Turin)",
|
|
213
|
+
"location": "Turin",
|
|
214
|
+
"country": "it",
|
|
215
|
+
"lat": 45.067755,
|
|
216
|
+
"lon": 7.682489,
|
|
217
|
+
"pue": 1.07,
|
|
218
|
+
"wue": 0
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"provider": "oracle",
|
|
222
|
+
"ref": 0,
|
|
223
|
+
"id": "ap-osaka-1",
|
|
224
|
+
"name": "Japan Central (Osaka)",
|
|
225
|
+
"location": "Osaka",
|
|
226
|
+
"country": "jp",
|
|
227
|
+
"lat": 34.693757,
|
|
228
|
+
"lon": 135.501454,
|
|
229
|
+
"pue": 1.07,
|
|
230
|
+
"wue": 0
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"provider": "oracle",
|
|
234
|
+
"ref": 0,
|
|
235
|
+
"id": "ap-tokyo-1",
|
|
236
|
+
"name": "Japan East (Tokyo)",
|
|
237
|
+
"location": "Tokyo",
|
|
238
|
+
"country": "jp",
|
|
239
|
+
"lat": 35.67686,
|
|
240
|
+
"lon": 139.763895,
|
|
241
|
+
"pue": 1.07,
|
|
242
|
+
"wue": 0
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"provider": "oracle",
|
|
246
|
+
"ref": 0,
|
|
247
|
+
"id": "ap-kulai-2",
|
|
248
|
+
"name": "Malaysia West 2 (Kulai)",
|
|
249
|
+
"location": "Kulai",
|
|
250
|
+
"country": "my",
|
|
251
|
+
"lat": 1.656937,
|
|
252
|
+
"lon": 103.605879,
|
|
253
|
+
"pue": 1.07,
|
|
254
|
+
"wue": 0
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"provider": "oracle",
|
|
258
|
+
"ref": 0,
|
|
259
|
+
"id": "mx-queretaro-1",
|
|
260
|
+
"name": "Mexico Central (Queretaro)",
|
|
261
|
+
"location": "Queretaro",
|
|
262
|
+
"country": "mx",
|
|
263
|
+
"lat": 20.5923,
|
|
264
|
+
"lon": -100.391742,
|
|
265
|
+
"pue": 1.07,
|
|
266
|
+
"wue": 0
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"provider": "oracle",
|
|
270
|
+
"ref": 0,
|
|
271
|
+
"id": "mx-monterrey-1",
|
|
272
|
+
"name": "Mexico Northeast (Monterrey)",
|
|
273
|
+
"location": "Monterrey",
|
|
274
|
+
"country": "mx",
|
|
275
|
+
"lat": 25.680202,
|
|
276
|
+
"lon": -100.315258,
|
|
277
|
+
"pue": 1.07,
|
|
278
|
+
"wue": 0
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"provider": "oracle",
|
|
282
|
+
"ref": 0,
|
|
283
|
+
"id": "af-casablanca-1",
|
|
284
|
+
"name": "Morocco West (Casablanca)",
|
|
285
|
+
"location": "Casablanca",
|
|
286
|
+
"country": "ma",
|
|
287
|
+
"lat": 33.594514,
|
|
288
|
+
"lon": -7.620028,
|
|
289
|
+
"pue": 1.07,
|
|
290
|
+
"wue": 0
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"provider": "oracle",
|
|
294
|
+
"ref": 0,
|
|
295
|
+
"id": "eu-amsterdam-1",
|
|
296
|
+
"name": "Netherlands Northwest (Amsterdam)",
|
|
297
|
+
"location": "Amsterdam",
|
|
298
|
+
"country": "nl",
|
|
299
|
+
"lat": 52.37308,
|
|
300
|
+
"lon": 4.892453,
|
|
301
|
+
"pue": 1.07,
|
|
302
|
+
"wue": 0
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"provider": "oracle",
|
|
306
|
+
"ref": 0,
|
|
307
|
+
"id": "me-riyadh-1",
|
|
308
|
+
"name": "Saudi Arabia Central (Riyadh)",
|
|
309
|
+
"location": "Riyadh",
|
|
310
|
+
"country": "sa",
|
|
311
|
+
"lat": 24.638916,
|
|
312
|
+
"lon": 46.71601,
|
|
313
|
+
"pue": 1.07,
|
|
314
|
+
"wue": 0
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"provider": "oracle",
|
|
318
|
+
"ref": 0,
|
|
319
|
+
"id": "me-jeddah-1",
|
|
320
|
+
"name": "Saudi Arabia West (Jeddah)",
|
|
321
|
+
"location": "Jeddah",
|
|
322
|
+
"country": "sa",
|
|
323
|
+
"lat": 21.550443,
|
|
324
|
+
"lon": 39.174236,
|
|
325
|
+
"pue": 1.07,
|
|
326
|
+
"wue": 0
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"provider": "oracle",
|
|
330
|
+
"ref": 0,
|
|
331
|
+
"id": "eu-jovanovac-1",
|
|
332
|
+
"name": "Serbia Central (Jovanovac)",
|
|
333
|
+
"location": "Jovanovac",
|
|
334
|
+
"country": "rs",
|
|
335
|
+
"lat": 44.049689,
|
|
336
|
+
"lon": 20.951035,
|
|
337
|
+
"pue": 1.07,
|
|
338
|
+
"wue": 0
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"provider": "oracle",
|
|
342
|
+
"ref": 0,
|
|
343
|
+
"id": "ap-singapore-1",
|
|
344
|
+
"name": "Singapore (Singapore)",
|
|
345
|
+
"location": "Singapore",
|
|
346
|
+
"country": "sg",
|
|
347
|
+
"lat": 1.357107,
|
|
348
|
+
"lon": 103.819499,
|
|
349
|
+
"pue": 1.07,
|
|
350
|
+
"wue": 0
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"provider": "oracle",
|
|
354
|
+
"ref": 0,
|
|
355
|
+
"id": "ap-singapore-2",
|
|
356
|
+
"name": "Singapore West (Singapore)",
|
|
357
|
+
"location": "Singapore",
|
|
358
|
+
"country": "sg",
|
|
359
|
+
"lat": 1.357107,
|
|
360
|
+
"lon": 103.819499,
|
|
361
|
+
"pue": 1.07,
|
|
362
|
+
"wue": 0
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"provider": "oracle",
|
|
366
|
+
"ref": 0,
|
|
367
|
+
"id": "af-johannesburg-1",
|
|
368
|
+
"name": "South Africa Central (Johannesburg)",
|
|
369
|
+
"location": "Johannesburg",
|
|
370
|
+
"country": "za",
|
|
371
|
+
"lat": -26.205,
|
|
372
|
+
"lon": 28.049722,
|
|
373
|
+
"pue": 1.07,
|
|
374
|
+
"wue": 0
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"provider": "oracle",
|
|
378
|
+
"ref": 0,
|
|
379
|
+
"id": "ap-seoul-1",
|
|
380
|
+
"name": "South Korea Central (Seoul)",
|
|
381
|
+
"location": "Seoul",
|
|
382
|
+
"country": "kr",
|
|
383
|
+
"lat": 37.566679,
|
|
384
|
+
"lon": 126.978291,
|
|
385
|
+
"pue": 1.07,
|
|
386
|
+
"wue": 0
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"provider": "oracle",
|
|
390
|
+
"ref": 0,
|
|
391
|
+
"id": "ap-chuncheon-1",
|
|
392
|
+
"name": "South Korea North (Chuncheon)",
|
|
393
|
+
"location": "Chuncheon",
|
|
394
|
+
"country": "kr",
|
|
395
|
+
"lat": 37.881057,
|
|
396
|
+
"lon": 127.729764,
|
|
397
|
+
"pue": 1.07,
|
|
398
|
+
"wue": 0
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"provider": "oracle",
|
|
402
|
+
"ref": 0,
|
|
403
|
+
"id": "eu-madrid-1",
|
|
404
|
+
"name": "Spain Central (Madrid)",
|
|
405
|
+
"location": "Madrid",
|
|
406
|
+
"country": "es",
|
|
407
|
+
"lat": 40.416782,
|
|
408
|
+
"lon": -3.703507,
|
|
409
|
+
"pue": 1.07,
|
|
410
|
+
"wue": 0
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"provider": "oracle",
|
|
414
|
+
"ref": 0,
|
|
415
|
+
"id": "eu-madrid-3",
|
|
416
|
+
"name": "Spain Central (Madrid 3)",
|
|
417
|
+
"location": "Madrid",
|
|
418
|
+
"country": "es",
|
|
419
|
+
"lat": 40.416782,
|
|
420
|
+
"lon": -3.703507,
|
|
421
|
+
"pue": 1.07,
|
|
422
|
+
"wue": 0
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"provider": "oracle",
|
|
426
|
+
"ref": 0,
|
|
427
|
+
"id": "eu-stockholm-1",
|
|
428
|
+
"name": "Sweden Central (Stockholm)",
|
|
429
|
+
"location": "Stockholm",
|
|
430
|
+
"country": "se",
|
|
431
|
+
"lat": 59.325117,
|
|
432
|
+
"lon": 18.071094,
|
|
433
|
+
"pue": 1.07,
|
|
434
|
+
"wue": 0
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"provider": "oracle",
|
|
438
|
+
"ref": 0,
|
|
439
|
+
"id": "eu-zurich-1",
|
|
440
|
+
"name": "Switzerland North (Zurich)",
|
|
441
|
+
"location": "Zurich",
|
|
442
|
+
"country": "ch",
|
|
443
|
+
"lat": 47.374449,
|
|
444
|
+
"lon": 8.541042,
|
|
445
|
+
"pue": 1.07,
|
|
446
|
+
"wue": 0
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"provider": "oracle",
|
|
450
|
+
"ref": 0,
|
|
451
|
+
"id": "me-abudhabi-1",
|
|
452
|
+
"name": "UAE Central (Abu Dhabi)",
|
|
453
|
+
"location": "Abu Dhabi",
|
|
454
|
+
"country": "ae",
|
|
455
|
+
"lat": 24.453835,
|
|
456
|
+
"lon": 54.377401,
|
|
457
|
+
"pue": 1.07,
|
|
458
|
+
"wue": 0
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"provider": "oracle",
|
|
462
|
+
"ref": 0,
|
|
463
|
+
"id": "me-dubai-1",
|
|
464
|
+
"name": "UAE East (Dubai)",
|
|
465
|
+
"location": "Dubai",
|
|
466
|
+
"country": "ae",
|
|
467
|
+
"lat": 25.074282,
|
|
468
|
+
"lon": 55.188539,
|
|
469
|
+
"pue": 1.07,
|
|
470
|
+
"wue": 0
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
"provider": "oracle",
|
|
474
|
+
"ref": 0,
|
|
475
|
+
"id": "uk-london-1",
|
|
476
|
+
"name": "UK South (London)",
|
|
477
|
+
"location": "London",
|
|
478
|
+
"country": "gb",
|
|
479
|
+
"lat": 51.507446,
|
|
480
|
+
"lon": -0.127765,
|
|
481
|
+
"pue": 1.07,
|
|
482
|
+
"wue": 0
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"provider": "oracle",
|
|
486
|
+
"ref": 0,
|
|
487
|
+
"id": "uk-cardiff-1",
|
|
488
|
+
"name": "UK West (Newport)",
|
|
489
|
+
"location": "Newport",
|
|
490
|
+
"country": "gb",
|
|
491
|
+
"lat": 51.588233,
|
|
492
|
+
"lon": -2.997497,
|
|
493
|
+
"pue": 1.07,
|
|
494
|
+
"wue": 0
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"provider": "oracle",
|
|
498
|
+
"ref": 0,
|
|
499
|
+
"id": "us-ashburn-1",
|
|
500
|
+
"name": "US East (Ashburn)",
|
|
501
|
+
"location": "Ashburn",
|
|
502
|
+
"country": "us",
|
|
503
|
+
"subdivision": "va",
|
|
504
|
+
"lat": 39.043719,
|
|
505
|
+
"lon": -77.48749,
|
|
506
|
+
"pue": 1.07,
|
|
507
|
+
"wue": 0
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"provider": "oracle",
|
|
511
|
+
"ref": 0,
|
|
512
|
+
"id": "us-chicago-1",
|
|
513
|
+
"name": "US Midwest (Chicago)",
|
|
514
|
+
"location": "Chicago",
|
|
515
|
+
"country": "us",
|
|
516
|
+
"subdivision": "il",
|
|
517
|
+
"lat": 41.875562,
|
|
518
|
+
"lon": -87.624421,
|
|
519
|
+
"pue": 1.07,
|
|
520
|
+
"wue": 0
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"provider": "oracle",
|
|
524
|
+
"ref": 0,
|
|
525
|
+
"id": "us-phoenix-1",
|
|
526
|
+
"name": "US West (Phoenix)",
|
|
527
|
+
"location": "Phoenix",
|
|
528
|
+
"country": "us",
|
|
529
|
+
"subdivision": "az",
|
|
530
|
+
"lat": 33.448437,
|
|
531
|
+
"lon": -112.074141,
|
|
532
|
+
"pue": 1.07,
|
|
533
|
+
"wue": 0
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"provider": "oracle",
|
|
537
|
+
"ref": 0,
|
|
538
|
+
"id": "us-sanjose-1",
|
|
539
|
+
"name": "US West (San Jose)",
|
|
540
|
+
"location": "San Jose",
|
|
541
|
+
"country": "us",
|
|
542
|
+
"subdivision": "ca",
|
|
543
|
+
"lat": 37.336166,
|
|
544
|
+
"lon": -121.890591,
|
|
545
|
+
"pue": 1.07,
|
|
546
|
+
"wue": 0
|
|
547
|
+
}
|
|
548
|
+
]
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
id,family,name,category,vcpus,memory,ssd,hdd,cpu,accelerators,accelerator,embodied
|
|
2
|
+
bm-standard3-64,standard3,BM.Standard3.64,general,128,1024,0,0,intel-xeon-8358,0,,1
|
|
3
|
+
bm-standard-e4-128,standarde4,BM.Standard.E4.128,general,256,2048,0,0,amd-epyc-7j13,0,,1
|
|
4
|
+
bm-standard-e5-192,standarde5,BM.Standard.E5.192,general,384,2304,0,0,amd-epyc-9j14,0,,1
|
|
5
|
+
bm-standard-e6-256,standarde6,BM.Standard.E6.256,general,512,3072,1920,0,amd-epyc-9j45,0,,1
|
|
6
|
+
bm-standard-a1-160,standarda1,BM.Standard.A1.160,general,160,1024,0,0,ampere-altra-q8030,0,,1
|
|
7
|
+
bm-standard-a4-48,standarda4,BM.Standard.A4.48,general,96,768,3840,0,ampere-ampereone-m-a0636m,0,,1
|
|
8
|
+
bm-denseio-e4-128,denseioe4,BM.DenseIO.E4.128,storage,256,2048,54400,0,amd-epyc-7j13,0,,1
|
|
9
|
+
bm-denseio-e5-128,denseioe5,BM.DenseIO.E5.128,storage,256,1536,81600,0,amd-epyc-9j14,0,,1
|
|
10
|
+
bm-gpu2-2,gpu2,BM.GPU2.2,accelerated,56,192,0,0,intel-xeon-8167m,2,nvidia-tesla-p10016,1
|
|
11
|
+
bm-gpu3-8,gpu3,BM.GPU3.8,accelerated,104,768,0,0,intel-xeon-8167m,8,nvidia-tesla-v10016,1
|
|
12
|
+
bm-gpu4-8,gpu4,BM.GPU4.8,accelerated,128,2048,27200,0,amd-epyc-7542,8,nvidia-tesla-a10040,1
|
|
13
|
+
bm-gpu-a10-4,gpua10,BM.GPU.A10.4,accelerated,128,1024,7680,0,intel-xeon-8358,4,nvidia-tesla-a10,1
|
|
14
|
+
bm-gpu-a100-v2-8,gpua100v2,BM.GPU.A100-v2.8,accelerated,256,2048,27200,0,amd-epyc-7j13,8,nvidia-tesla-a10080,1
|
|
15
|
+
bm-gpu-mi300x-8,gpumi300x,BM.GPU.MI300X.8,accelerated,224,2048,30720,0,intel-xeon-8480plus,8,amd-radeon-mi300x,1
|
|
16
|
+
bm-gpu-mi355x-8,gpumi355x,BM.GPU.MI355X.8,accelerated,256,3072,61440,0,amd-epyc-5thgen-64c,8,amd-radeon-mi355x,1
|
|
17
|
+
bm-gpu-l40s-4,gpul40s,BM.GPU.L40S.4,accelerated,224,1024,7680,0,intel-xeon-8480plus,4,nvidia-tesla-l40s,1
|
|
18
|
+
bm-gpu-h100-8,gpuh100,BM.GPU.H100.8,accelerated,224,2048,61440,0,intel-xeon-8480plus,8,nvidia-tesla-h10080,1
|
|
19
|
+
bm-gpu-h200-8,gpuh200,BM.GPU.H200.8,accelerated,224,3072,30720,0,intel-xeon-8480plus,8,nvidia-tesla-h200,1
|
|
20
|
+
bm-gpu-b200-8,gpub200,BM.GPU.B200.8,accelerated,256,4096,30720,0,intel-xeon-8592plus,8,nvidia-blackwell-b200,1
|
|
21
|
+
bm-gpu-gb200-4,gpugb200,BM.GPU.GB200.4,accelerated,144,960,30720,0,nvidia-grace,4,nvidia-blackwell-b200,1
|
|
22
|
+
bm-gpu-gb300-4,gpugb300,BM.GPU.GB300.4,accelerated,144,960,30720,0,nvidia-grace,4,nvidia-blackwell-b300,1
|
|
23
|
+
bm-optimized3-36,optimized3,BM.Optimized3.36,performance,72,512,3840,0,intel-xeon-6354,0,,1
|
|
24
|
+
bm-hpc-e5-144,hpce5,BM.HPC.E5.144,performance,288,768,3840,0,amd-epyc-9j14,0,,1
|
|
25
|
+
vm-standard-e2-1-micro,standarde2,VM.Standard.E2.1.Micro,general,2,1,0,0,"amd-epyc-7551,amd-epyc-7742,amd-epyc-7j13",0,,1
|
|
26
|
+
vm-standard3-flex-1ocpu-16gb,standard3flex,VM.Standard3.Flex (1 OCPU / 16 GB),general,2,16,0,0,intel-xeon-8358,0,,1
|
|
27
|
+
vm-standard3-flex-2ocpu-32gb,standard3flex,VM.Standard3.Flex (2 OCPU / 32 GB),general,4,32,0,0,intel-xeon-8358,0,,1
|
|
28
|
+
vm-standard3-flex-4ocpu-64gb,standard3flex,VM.Standard3.Flex (4 OCPU / 64 GB),general,8,64,0,0,intel-xeon-8358,0,,1
|
|
29
|
+
vm-standard3-flex-8ocpu-128gb,standard3flex,VM.Standard3.Flex (8 OCPU / 128 GB),general,16,128,0,0,intel-xeon-8358,0,,1
|
|
30
|
+
vm-standard3-flex-16ocpu-256gb,standard3flex,VM.Standard3.Flex (16 OCPU / 256 GB),general,32,256,0,0,intel-xeon-8358,0,,1
|
|
31
|
+
vm-standard3-flex-32ocpu-512gb,standard3flex,VM.Standard3.Flex (32 OCPU / 512 GB),general,64,512,0,0,intel-xeon-8358,0,,1
|
|
32
|
+
vm-standard-e4-flex-1ocpu-16gb,standarde4flex,VM.Standard.E4.Flex (1 OCPU / 16 GB),general,2,16,0,0,amd-epyc-7j13,0,,1
|
|
33
|
+
vm-standard-e4-flex-2ocpu-32gb,standarde4flex,VM.Standard.E4.Flex (2 OCPU / 32 GB),general,4,32,0,0,amd-epyc-7j13,0,,1
|
|
34
|
+
vm-standard-e4-flex-4ocpu-64gb,standarde4flex,VM.Standard.E4.Flex (4 OCPU / 64 GB),general,8,64,0,0,amd-epyc-7j13,0,,1
|
|
35
|
+
vm-standard-e4-flex-8ocpu-128gb,standarde4flex,VM.Standard.E4.Flex (8 OCPU / 128 GB),general,16,128,0,0,amd-epyc-7j13,0,,1
|
|
36
|
+
vm-standard-e4-flex-16ocpu-256gb,standarde4flex,VM.Standard.E4.Flex (16 OCPU / 256 GB),general,32,256,0,0,amd-epyc-7j13,0,,1
|
|
37
|
+
vm-standard-e4-flex-32ocpu-512gb,standarde4flex,VM.Standard.E4.Flex (32 OCPU / 512 GB),general,64,512,0,0,amd-epyc-7j13,0,,1
|
|
38
|
+
vm-standard-e4-flex-64ocpu-1024gb,standarde4flex,VM.Standard.E4.Flex (64 OCPU / 1024 GB),general,128,1024,0,0,amd-epyc-7j13,0,,1
|
|
39
|
+
vm-standard-e5-flex-1ocpu-8gb,standarde5flex,VM.Standard.E5.Flex (1 OCPU / 8 GB),general,2,8,0,0,amd-epyc-9j14,0,,1
|
|
40
|
+
vm-standard-e5-flex-2ocpu-16gb,standarde5flex,VM.Standard.E5.Flex (2 OCPU / 16 GB),general,4,16,0,0,amd-epyc-9j14,0,,1
|
|
41
|
+
vm-standard-e5-flex-4ocpu-32gb,standarde5flex,VM.Standard.E5.Flex (4 OCPU / 32 GB),general,8,32,0,0,amd-epyc-9j14,0,,1
|
|
42
|
+
vm-standard-e5-flex-8ocpu-64gb,standarde5flex,VM.Standard.E5.Flex (8 OCPU / 64 GB),general,16,64,0,0,amd-epyc-9j14,0,,1
|
|
43
|
+
vm-standard-e5-flex-16ocpu-128gb,standarde5flex,VM.Standard.E5.Flex (16 OCPU / 128 GB),general,32,128,0,0,amd-epyc-9j14,0,,1
|
|
44
|
+
vm-standard-e5-flex-32ocpu-256gb,standarde5flex,VM.Standard.E5.Flex (32 OCPU / 256 GB),general,64,256,0,0,amd-epyc-9j14,0,,1
|
|
45
|
+
vm-standard-e5-flex-64ocpu-512gb,standarde5flex,VM.Standard.E5.Flex (64 OCPU / 512 GB),general,128,512,0,0,amd-epyc-9j14,0,,1
|
|
46
|
+
vm-standard-e5-flex-96ocpu-768gb,standarde5flex,VM.Standard.E5.Flex (96 OCPU / 768 GB),general,192,768,0,0,amd-epyc-9j14,0,,1
|
|
47
|
+
vm-standard-e5-flex-126ocpu-1008gb,standarde5flex,VM.Standard.E5.Flex (126 OCPU / 1008 GB),general,252,1008,0,0,amd-epyc-9j14,0,,1
|
|
48
|
+
vm-standard-e6-flex-1ocpu-11gb,standarde6flex,VM.Standard.E6.Flex (1 OCPU / 11 GB),general,2,11,0,0,amd-epyc-9j45,0,,1
|
|
49
|
+
vm-standard-e6-flex-2ocpu-22gb,standarde6flex,VM.Standard.E6.Flex (2 OCPU / 22 GB),general,4,22,0,0,amd-epyc-9j45,0,,1
|
|
50
|
+
vm-standard-e6-flex-4ocpu-44gb,standarde6flex,VM.Standard.E6.Flex (4 OCPU / 44 GB),general,8,44,0,0,amd-epyc-9j45,0,,1
|
|
51
|
+
vm-standard-e6-flex-8ocpu-88gb,standarde6flex,VM.Standard.E6.Flex (8 OCPU / 88 GB),general,16,88,0,0,amd-epyc-9j45,0,,1
|
|
52
|
+
vm-standard-e6-flex-16ocpu-176gb,standarde6flex,VM.Standard.E6.Flex (16 OCPU / 176 GB),general,32,176,0,0,amd-epyc-9j45,0,,1
|
|
53
|
+
vm-standard-e6-flex-32ocpu-352gb,standarde6flex,VM.Standard.E6.Flex (32 OCPU / 352 GB),general,64,352,0,0,amd-epyc-9j45,0,,1
|
|
54
|
+
vm-standard-e6-flex-64ocpu-704gb,standarde6flex,VM.Standard.E6.Flex (64 OCPU / 704 GB),general,128,704,0,0,amd-epyc-9j45,0,,1
|
|
55
|
+
vm-standard-e6-flex-96ocpu-1056gb,standarde6flex,VM.Standard.E6.Flex (96 OCPU / 1056 GB),general,192,1056,0,0,amd-epyc-9j45,0,,1
|
|
56
|
+
vm-standard-e6-flex-126ocpu-1386gb,standarde6flex,VM.Standard.E6.Flex (126 OCPU / 1386 GB),general,252,1386,0,0,amd-epyc-9j45,0,,1
|
|
57
|
+
vm-standard-a1-flex-1ocpu-6gb,standarda1flex,VM.Standard.A1.Flex (1 OCPU / 6 GB),general,1,6,0,0,ampere-altra-q8030,0,,1
|
|
58
|
+
vm-standard-a1-flex-2ocpu-12gb,standarda1flex,VM.Standard.A1.Flex (2 OCPU / 12 GB),general,2,12,0,0,ampere-altra-q8030,0,,1
|
|
59
|
+
vm-standard-a1-flex-4ocpu-24gb,standarda1flex,VM.Standard.A1.Flex (4 OCPU / 24 GB),general,4,24,0,0,ampere-altra-q8030,0,,1
|
|
60
|
+
vm-standard-a1-flex-8ocpu-48gb,standarda1flex,VM.Standard.A1.Flex (8 OCPU / 48 GB),general,8,48,0,0,ampere-altra-q8030,0,,1
|
|
61
|
+
vm-standard-a1-flex-16ocpu-96gb,standarda1flex,VM.Standard.A1.Flex (16 OCPU / 96 GB),general,16,96,0,0,ampere-altra-q8030,0,,1
|
|
62
|
+
vm-standard-a1-flex-32ocpu-192gb,standarda1flex,VM.Standard.A1.Flex (32 OCPU / 192 GB),general,32,192,0,0,ampere-altra-q8030,0,,1
|
|
63
|
+
vm-standard-a1-flex-64ocpu-384gb,standarda1flex,VM.Standard.A1.Flex (64 OCPU / 384 GB),general,64,384,0,0,ampere-altra-q8030,0,,1
|
|
64
|
+
vm-standard-a1-flex-76ocpu-456gb,standarda1flex,VM.Standard.A1.Flex (76 OCPU / 456 GB),general,76,456,0,0,ampere-altra-q8030,0,,1
|
|
65
|
+
vm-standard-a2-flex-1ocpu-12gb,standarda2flex,VM.Standard.A2.Flex (1 OCPU / 12 GB),general,2,12,0,0,ampere-ampereone-a16030,0,,1
|
|
66
|
+
vm-standard-a2-flex-2ocpu-24gb,standarda2flex,VM.Standard.A2.Flex (2 OCPU / 24 GB),general,4,24,0,0,ampere-ampereone-a16030,0,,1
|
|
67
|
+
vm-standard-a2-flex-4ocpu-48gb,standarda2flex,VM.Standard.A2.Flex (4 OCPU / 48 GB),general,8,48,0,0,ampere-ampereone-a16030,0,,1
|
|
68
|
+
vm-standard-a2-flex-8ocpu-96gb,standarda2flex,VM.Standard.A2.Flex (8 OCPU / 96 GB),general,16,96,0,0,ampere-ampereone-a16030,0,,1
|
|
69
|
+
vm-standard-a2-flex-16ocpu-192gb,standarda2flex,VM.Standard.A2.Flex (16 OCPU / 192 GB),general,32,192,0,0,ampere-ampereone-a16030,0,,1
|
|
70
|
+
vm-standard-a2-flex-32ocpu-384gb,standarda2flex,VM.Standard.A2.Flex (32 OCPU / 384 GB),general,64,384,0,0,ampere-ampereone-a16030,0,,1
|
|
71
|
+
vm-standard-a2-flex-64ocpu-768gb,standarda2flex,VM.Standard.A2.Flex (64 OCPU / 768 GB),general,128,768,0,0,ampere-ampereone-a16030,0,,1
|
|
72
|
+
vm-standard-a2-flex-78ocpu-936gb,standarda2flex,VM.Standard.A2.Flex (78 OCPU / 936 GB),general,156,936,0,0,ampere-ampereone-a16030,0,,1
|
|
73
|
+
vm-standard-a4-flex-1ocpu-15gb,standarda4flex,VM.Standard.A4.Flex (1 OCPU / 15 GB),general,2,15,0,0,ampere-ampereone-m-a0636m,0,,1
|
|
74
|
+
vm-standard-a4-flex-2ocpu-30gb,standarda4flex,VM.Standard.A4.Flex (2 OCPU / 30 GB),general,4,30,0,0,ampere-ampereone-m-a0636m,0,,1
|
|
75
|
+
vm-standard-a4-flex-4ocpu-60gb,standarda4flex,VM.Standard.A4.Flex (4 OCPU / 60 GB),general,8,60,0,0,ampere-ampereone-m-a0636m,0,,1
|
|
76
|
+
vm-standard-a4-flex-8ocpu-120gb,standarda4flex,VM.Standard.A4.Flex (8 OCPU / 120 GB),general,16,120,0,0,ampere-ampereone-m-a0636m,0,,1
|
|
77
|
+
vm-standard-a4-flex-16ocpu-240gb,standarda4flex,VM.Standard.A4.Flex (16 OCPU / 240 GB),general,32,240,0,0,ampere-ampereone-m-a0636m,0,,1
|
|
78
|
+
vm-standard-a4-flex-32ocpu-480gb,standarda4flex,VM.Standard.A4.Flex (32 OCPU / 480 GB),general,64,480,0,0,ampere-ampereone-m-a0636m,0,,1
|
|
79
|
+
vm-standard-a4-flex-45ocpu-675gb,standarda4flex,VM.Standard.A4.Flex (45 OCPU / 675 GB),general,90,675,0,0,ampere-ampereone-m-a0636m,0,,1
|
|
80
|
+
vm-denseio-e4-flex-8ocpu-128gb,denseioe4flex,VM.DenseIO.E4.Flex (8 OCPU / 128 GB),storage,16,128,6800,0,amd-epyc-7j13,0,,1
|
|
81
|
+
vm-denseio-e4-flex-16ocpu-256gb,denseioe4flex,VM.DenseIO.E4.Flex (16 OCPU / 256 GB),storage,32,256,13600,0,amd-epyc-7j13,0,,1
|
|
82
|
+
vm-denseio-e4-flex-32ocpu-512gb,denseioe4flex,VM.DenseIO.E4.Flex (32 OCPU / 512 GB),storage,64,512,27200,0,amd-epyc-7j13,0,,1
|
|
83
|
+
vm-denseio-e5-flex-8ocpu-96gb,denseioe5flex,VM.DenseIO.E5.Flex (8 OCPU / 96 GB),storage,16,96,6800,0,amd-epyc-9j14,0,,1
|
|
84
|
+
vm-denseio-e5-flex-16ocpu-192gb,denseioe5flex,VM.DenseIO.E5.Flex (16 OCPU / 192 GB),storage,32,192,13600,0,amd-epyc-9j14,0,,1
|
|
85
|
+
vm-denseio-e5-flex-24ocpu-288gb,denseioe5flex,VM.DenseIO.E5.Flex (24 OCPU / 288 GB),storage,48,288,20400,0,amd-epyc-9j14,0,,1
|
|
86
|
+
vm-denseio-e5-flex-32ocpu-384gb,denseioe5flex,VM.DenseIO.E5.Flex (32 OCPU / 384 GB),storage,64,384,27200,0,amd-epyc-9j14,0,,1
|
|
87
|
+
vm-denseio-e5-flex-40ocpu-480gb,denseioe5flex,VM.DenseIO.E5.Flex (40 OCPU / 480 GB),storage,80,480,34000,0,amd-epyc-9j14,0,,1
|
|
88
|
+
vm-denseio-e5-flex-48ocpu-576gb,denseioe5flex,VM.DenseIO.E5.Flex (48 OCPU / 576 GB),storage,96,576,40800,0,amd-epyc-9j14,0,,1
|
|
89
|
+
vm-gpu2-1,gpu2,VM.GPU2.1,accelerated,24,72,0,0,intel-xeon-8167m,1,nvidia-tesla-p10016,1
|
|
90
|
+
vm-gpu3-1,gpu3,VM.GPU3.1,accelerated,12,90,0,0,intel-xeon-8167m,1,nvidia-tesla-v10016,1
|
|
91
|
+
vm-gpu3-2,gpu3,VM.GPU3.2,accelerated,24,180,0,0,intel-xeon-8167m,2,nvidia-tesla-v10016,1
|
|
92
|
+
vm-gpu3-4,gpu3,VM.GPU3.4,accelerated,48,360,0,0,intel-xeon-8167m,4,nvidia-tesla-v10016,1
|
|
93
|
+
vm-gpu-a10-1,gpua10,VM.GPU.A10.1,accelerated,30,240,0,0,intel-xeon-8358,1,nvidia-tesla-a10,1
|
|
94
|
+
vm-gpu-a10-2,gpua10,VM.GPU.A10.2,accelerated,60,480,0,0,intel-xeon-8358,2,nvidia-tesla-a10,1
|
|
95
|
+
vm-optimized3-flex-1ocpu-14gb,optimized3flex,VM.Optimized3.Flex (1 OCPU / 14 GB),performance,2,14,0,0,intel-xeon-6354,0,,1
|
|
96
|
+
vm-optimized3-flex-2ocpu-28gb,optimized3flex,VM.Optimized3.Flex (2 OCPU / 28 GB),performance,4,28,0,0,intel-xeon-6354,0,,1
|
|
97
|
+
vm-optimized3-flex-4ocpu-56gb,optimized3flex,VM.Optimized3.Flex (4 OCPU / 56 GB),performance,8,56,0,0,intel-xeon-6354,0,,1
|
|
98
|
+
vm-optimized3-flex-8ocpu-112gb,optimized3flex,VM.Optimized3.Flex (8 OCPU / 112 GB),performance,16,112,0,0,intel-xeon-6354,0,,1
|
|
99
|
+
vm-optimized3-flex-16ocpu-224gb,optimized3flex,VM.Optimized3.Flex (16 OCPU / 224 GB),performance,32,224,0,0,intel-xeon-6354,0,,1
|
|
100
|
+
vm-optimized3-flex-18ocpu-252gb,optimized3flex,VM.Optimized3.Flex (18 OCPU / 252 GB),performance,36,252,0,0,intel-xeon-6354,0,,1
|
|
101
|
+
bm-standard1-36,standard1,BM.Standard1.36,general,72,256,0,0,intel-xeon-e52699v3,0,,1
|
|
102
|
+
bm-standard-b1-44,standardb1,BM.Standard.B1.44,general,88,512,0,0,intel-xeon-e52699v4,0,,1
|
|
103
|
+
bm-standard2-52,standard2,BM.Standard2.52,general,104,768,0,0,intel-xeon-8167m,0,,1
|
|
104
|
+
bm-standard-e2-64,standarde2,BM.Standard.E2.64,general,128,512,0,0,amd-epyc-7551,0,,1
|
|
105
|
+
bm-standard-e3-128,standarde3,BM.Standard.E3.128,general,256,2048,0,0,amd-epyc-7742,0,,1
|
|
106
|
+
bm-denseio1-36,denseio1,BM.DenseIO1.36,storage,72,512,28800,0,intel-xeon-e52699v3,0,,1
|
|
107
|
+
bm-denseio2-52,denseio2,BM.DenseIO2.52,storage,104,768,51200,0,intel-xeon-8167m,0,,1
|
|
108
|
+
bm-hpc2-36,hpc2,BM.HPC2.36,performance,72,384,6400,0,intel-xeon-gold-6154,0,,1
|
|
109
|
+
vm-standard1-1,standard1,VM.Standard1.1,general,2,7,0,0,intel-xeon-e52699v3,0,,1
|
|
110
|
+
vm-standard1-2,standard1,VM.Standard1.2,general,4,14,0,0,intel-xeon-e52699v3,0,,1
|
|
111
|
+
vm-standard1-4,standard1,VM.Standard1.4,general,8,28,0,0,intel-xeon-e52699v3,0,,1
|
|
112
|
+
vm-standard1-8,standard1,VM.Standard1.8,general,16,56,0,0,intel-xeon-e52699v3,0,,1
|
|
113
|
+
vm-standard1-16,standard1,VM.Standard1.16,general,32,112,0,0,intel-xeon-e52699v3,0,,1
|
|
114
|
+
vm-standard-b1-1,standardb1,VM.Standard.B1.1,general,2,12,0,0,intel-xeon-e52699v4,0,,1
|
|
115
|
+
vm-standard-b1-2,standardb1,VM.Standard.B1.2,general,4,24,0,0,intel-xeon-e52699v4,0,,1
|
|
116
|
+
vm-standard-b1-4,standardb1,VM.Standard.B1.4,general,8,48,0,0,intel-xeon-e52699v4,0,,1
|
|
117
|
+
vm-standard-b1-8,standardb1,VM.Standard.B1.8,general,16,96,0,0,intel-xeon-e52699v4,0,,1
|
|
118
|
+
vm-standard-b1-16,standardb1,VM.Standard.B1.16,general,32,192,0,0,intel-xeon-e52699v4,0,,1
|
|
119
|
+
vm-standard2-1,standard2,VM.Standard2.1,general,2,15,0,0,intel-xeon-8167m,0,,1
|
|
120
|
+
vm-standard2-2,standard2,VM.Standard2.2,general,4,30,0,0,intel-xeon-8167m,0,,1
|
|
121
|
+
vm-standard2-4,standard2,VM.Standard2.4,general,8,60,0,0,intel-xeon-8167m,0,,1
|
|
122
|
+
vm-standard2-8,standard2,VM.Standard2.8,general,16,120,0,0,intel-xeon-8167m,0,,1
|
|
123
|
+
vm-standard2-16,standard2,VM.Standard2.16,general,32,240,0,0,intel-xeon-8167m,0,,1
|
|
124
|
+
vm-standard2-24,standard2,VM.Standard2.24,general,48,320,0,0,intel-xeon-8167m,0,,1
|
|
125
|
+
vm-standard-e2-1,standarde2,VM.Standard.E2.1,general,2,8,0,0,amd-epyc-7551,0,,1
|
|
126
|
+
vm-standard-e2-2,standarde2,VM.Standard.E2.2,general,4,16,0,0,amd-epyc-7551,0,,1
|
|
127
|
+
vm-standard-e2-4,standarde2,VM.Standard.E2.4,general,8,32,0,0,amd-epyc-7551,0,,1
|
|
128
|
+
vm-standard-e2-8,standarde2,VM.Standard.E2.8,general,16,64,0,0,amd-epyc-7551,0,,1
|
|
129
|
+
vm-denseio1-4,denseio1,VM.DenseIO1.4,storage,8,60,3200,0,intel-xeon-e52699v3,0,,1
|
|
130
|
+
vm-denseio1-8,denseio1,VM.DenseIO1.8,storage,16,120,6400,0,intel-xeon-e52699v3,0,,1
|
|
131
|
+
vm-denseio1-16,denseio1,VM.DenseIO1.16,storage,32,240,12800,0,intel-xeon-e52699v3,0,,1
|
|
132
|
+
vm-denseio2-8,denseio2,VM.DenseIO2.8,storage,16,120,6400,0,intel-xeon-8167m,0,,1
|
|
133
|
+
vm-denseio2-16,denseio2,VM.DenseIO2.16,storage,32,240,12800,0,intel-xeon-8167m,0,,1
|
|
134
|
+
vm-denseio2-24,denseio2,VM.DenseIO2.24,storage,48,320,25600,0,intel-xeon-8167m,0,,1
|
|
135
|
+
vm-standard-e3-flex-1ocpu-16gb,standarde3flex,VM.Standard.E3.Flex (1 OCPU / 16 GB),general,2,16,0,0,amd-epyc-7742,0,,1
|
|
136
|
+
vm-standard-e3-flex-2ocpu-32gb,standarde3flex,VM.Standard.E3.Flex (2 OCPU / 32 GB),general,4,32,0,0,amd-epyc-7742,0,,1
|
|
137
|
+
vm-standard-e3-flex-4ocpu-64gb,standarde3flex,VM.Standard.E3.Flex (4 OCPU / 64 GB),general,8,64,0,0,amd-epyc-7742,0,,1
|
|
138
|
+
vm-standard-e3-flex-8ocpu-128gb,standarde3flex,VM.Standard.E3.Flex (8 OCPU / 128 GB),general,16,128,0,0,amd-epyc-7742,0,,1
|
|
139
|
+
vm-standard-e3-flex-16ocpu-256gb,standarde3flex,VM.Standard.E3.Flex (16 OCPU / 256 GB),general,32,256,0,0,amd-epyc-7742,0,,1
|
|
140
|
+
vm-standard-e3-flex-32ocpu-512gb,standarde3flex,VM.Standard.E3.Flex (32 OCPU / 512 GB),general,64,512,0,0,amd-epyc-7742,0,,1
|
|
141
|
+
vm-standard-e3-flex-64ocpu-1024gb,standarde3flex,VM.Standard.E3.Flex (64 OCPU / 1024 GB),general,128,1024,0,0,amd-epyc-7742,0,,1
|