@digital4better/data 1.1.74 → 1.2.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.
- package/data/cloud/aws-regions.csv +32 -23
- package/data/cloud/aws-regions.json +132 -23
- package/data/cloud/aws-vms.csv +885 -0
- package/data/cloud/aws-vms.json +10610 -0
- package/data/cloud/azure-regions.csv +19 -10
- package/data/cloud/azure-regions.json +151 -18
- package/data/cloud/azure-vms.csv +977 -0
- package/data/cloud/azure-vms.json +12184 -0
- package/data/cloud/gcp-regions.csv +33 -30
- package/data/cloud/gcp-regions.json +87 -51
- package/data/cloud/gcp-vms.csv +323 -0
- package/data/cloud/gcp-vms.json +4073 -0
- package/package.json +1 -1
|
@@ -1,24 +1,33 @@
|
|
|
1
1
|
id,name,provider,lat,lon,location,country,subdivision,pue,wue,ref
|
|
2
|
-
af-south-1,af-south-1,aws,-33.93,18.42,Cape Town,za,,1.135,0.
|
|
3
|
-
ap-east-1,ap-east-1,aws,22.27,114.16,Hong Kong,hk,,1.135,0.
|
|
4
|
-
ap-south-1,ap-south-1,aws,19.08,72.88,Mumbai,in,,1.135,0.
|
|
5
|
-
ap-
|
|
6
|
-
ap-northeast-
|
|
7
|
-
ap-northeast-
|
|
8
|
-
ap-
|
|
9
|
-
ap-southeast-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
eu-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
2
|
+
af-south-1,af-south-1,aws,-33.93,18.42,Cape Town,za,,1.135,0.18,0
|
|
3
|
+
ap-east-1,ap-east-1,aws,22.27,114.16,Hong Kong,hk,,1.135,0.18,0
|
|
4
|
+
ap-south-1,ap-south-1,aws,19.08,72.88,Mumbai,in,,1.135,0.18,0
|
|
5
|
+
ap-south-2,ap-south-2,aws,17.387,78.492,Hyderabad,in,,1.135,0.18,0
|
|
6
|
+
ap-northeast-1,ap-south-1,aws,35.41,139.42,Tokyo,jp,,1.135,0.18,0
|
|
7
|
+
ap-northeast-2,ap-northeast-2,aws,37.56,126.98,Seoul,kr,,1.135,0.18,0
|
|
8
|
+
ap-northeast-3,ap-northeast-3,aws,34.69,135.49,Osaka,jp,,1.135,0.18,0
|
|
9
|
+
ap-southeast-1,ap-southeast-1,aws,1.37,103.8,Singapore,sg,,1.135,0.18,0
|
|
10
|
+
ap-southeast-2,ap-southeast-2,aws,-33.86,151.2,Sydney,au,,1.135,0.18,0
|
|
11
|
+
ap-southeast-3,ap-southeast-3,aws,-6.2,106.817,Jakarta,id,,1.135,0.18,0
|
|
12
|
+
ap-southeast-4,ap-southeast-4,aws,-37.841,144.946,Melbourne,au,,1.135,0.18,0
|
|
13
|
+
ap-southeast-5,ap-southeast-5,aws,3.141,101.693,Malaysia,my,,1.135,0.18,0
|
|
14
|
+
ca-central-1,ca-central-1,aws,45.5,-73.6,Montreal,ca,qc,1.135,0.18,0
|
|
15
|
+
ca-west-1,ca-west-1,aws,51.05,-114.067,Calgary,ca,ab,1.135,0.18,0
|
|
16
|
+
cn-north-1,cn-north-1,aws,40,116.4,Beijing,cn,,1.135,0.18,0
|
|
17
|
+
cn-northwest-1,cn-northwest-1,aws,37,106,Ningxia,cn,,1.135,0.18,0
|
|
18
|
+
eu-central-1,eu-central-1,aws,50,8,Frankfurt,de,,1.135,0.18,0
|
|
19
|
+
eu-central-2,eu-central-2,aws,47.451542,8.564572,Zurich,ch,,1.135,0.18,0
|
|
20
|
+
eu-north-1,eu-north-1,aws,59.25,17.81,Stockholm,se,,1.135,0.18,0
|
|
21
|
+
eu-south-1,eu-south-1,aws,45.43,9.29,Milan,it,,1.135,0.18,0
|
|
22
|
+
eu-south-2,eu-south-2,aws,41.65,-0.89,Zaragoza,es,,1.135,0.18,0
|
|
23
|
+
eu-west-1,eu-west-1,aws,53,-8,Dublin,ie,,1.135,0.18,0
|
|
24
|
+
eu-west-2,eu-west-2,aws,51,-0.1,London,gb,,1.135,0.18,0
|
|
25
|
+
eu-west-3,eu-west-3,aws,48.86,2.35,Paris,fr,,1.135,0.18,0
|
|
26
|
+
il-central-1,il-central-1,aws,32.085,34.782,Tel Aviv,il,,1.135,0.18,0
|
|
27
|
+
me-central-1,me-central-1,aws,24.466667,54.366669,Abu Dhabi,ae,,1.135,0.18,0
|
|
28
|
+
me-south-1,me-south-1,aws,26.1,50.46,Bahrain,bh,,1.135,0.18,0
|
|
29
|
+
sa-east-1,sa-east-1,aws,-23.34,-46.38,Sao Paulo,br,,1.135,0.18,0
|
|
30
|
+
us-east-1,us-east-1,aws,38.13,-78.45,Ashburn,us,va,1.135,0.18,0
|
|
31
|
+
us-east-2,us-east-2,aws,39.96,-83,Hilliard,us,oh,1.135,0.18,0
|
|
32
|
+
us-west-1,us-west-1,aws,37.35,-121.96,San Jose,us,ca,1.135,0.18,0
|
|
33
|
+
us-west-2,us-west-2,aws,46.15,-123.88,Madras,us,or,1.135,0.18,0
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"location": "Cape Town",
|
|
9
9
|
"country": "za",
|
|
10
10
|
"pue": 1.135,
|
|
11
|
-
"wue": 0.
|
|
11
|
+
"wue": 0.18,
|
|
12
12
|
"ref": 0
|
|
13
13
|
},
|
|
14
14
|
{
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"location": "Hong Kong",
|
|
21
21
|
"country": "hk",
|
|
22
22
|
"pue": 1.135,
|
|
23
|
-
"wue": 0.
|
|
23
|
+
"wue": 0.18,
|
|
24
24
|
"ref": 0
|
|
25
25
|
},
|
|
26
26
|
{
|
|
@@ -32,7 +32,19 @@
|
|
|
32
32
|
"location": "Mumbai",
|
|
33
33
|
"country": "in",
|
|
34
34
|
"pue": 1.135,
|
|
35
|
-
"wue": 0.
|
|
35
|
+
"wue": 0.18,
|
|
36
|
+
"ref": 0
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"id": "ap-south-2",
|
|
40
|
+
"name": "ap-south-2",
|
|
41
|
+
"provider": "aws",
|
|
42
|
+
"lat": 17.387,
|
|
43
|
+
"lon": 78.492,
|
|
44
|
+
"location": "Hyderabad",
|
|
45
|
+
"country": "in",
|
|
46
|
+
"pue": 1.135,
|
|
47
|
+
"wue": 0.18,
|
|
36
48
|
"ref": 0
|
|
37
49
|
},
|
|
38
50
|
{
|
|
@@ -44,7 +56,7 @@
|
|
|
44
56
|
"location": "Tokyo",
|
|
45
57
|
"country": "jp",
|
|
46
58
|
"pue": 1.135,
|
|
47
|
-
"wue": 0.
|
|
59
|
+
"wue": 0.18,
|
|
48
60
|
"ref": 0
|
|
49
61
|
},
|
|
50
62
|
{
|
|
@@ -56,7 +68,7 @@
|
|
|
56
68
|
"location": "Seoul",
|
|
57
69
|
"country": "kr",
|
|
58
70
|
"pue": 1.135,
|
|
59
|
-
"wue": 0.
|
|
71
|
+
"wue": 0.18,
|
|
60
72
|
"ref": 0
|
|
61
73
|
},
|
|
62
74
|
{
|
|
@@ -68,7 +80,7 @@
|
|
|
68
80
|
"location": "Osaka",
|
|
69
81
|
"country": "jp",
|
|
70
82
|
"pue": 1.135,
|
|
71
|
-
"wue": 0.
|
|
83
|
+
"wue": 0.18,
|
|
72
84
|
"ref": 0
|
|
73
85
|
},
|
|
74
86
|
{
|
|
@@ -80,7 +92,7 @@
|
|
|
80
92
|
"location": "Singapore",
|
|
81
93
|
"country": "sg",
|
|
82
94
|
"pue": 1.135,
|
|
83
|
-
"wue": 0.
|
|
95
|
+
"wue": 0.18,
|
|
84
96
|
"ref": 0
|
|
85
97
|
},
|
|
86
98
|
{
|
|
@@ -92,7 +104,43 @@
|
|
|
92
104
|
"location": "Sydney",
|
|
93
105
|
"country": "au",
|
|
94
106
|
"pue": 1.135,
|
|
95
|
-
"wue": 0.
|
|
107
|
+
"wue": 0.18,
|
|
108
|
+
"ref": 0
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"id": "ap-southeast-3",
|
|
112
|
+
"name": "ap-southeast-3",
|
|
113
|
+
"provider": "aws",
|
|
114
|
+
"lat": -6.2,
|
|
115
|
+
"lon": 106.817,
|
|
116
|
+
"location": "Jakarta",
|
|
117
|
+
"country": "id",
|
|
118
|
+
"pue": 1.135,
|
|
119
|
+
"wue": 0.18,
|
|
120
|
+
"ref": 0
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"id": "ap-southeast-4",
|
|
124
|
+
"name": "ap-southeast-4",
|
|
125
|
+
"provider": "aws",
|
|
126
|
+
"lat": -37.841,
|
|
127
|
+
"lon": 144.946,
|
|
128
|
+
"location": "Melbourne",
|
|
129
|
+
"country": "au",
|
|
130
|
+
"pue": 1.135,
|
|
131
|
+
"wue": 0.18,
|
|
132
|
+
"ref": 0
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"id": "ap-southeast-5",
|
|
136
|
+
"name": "ap-southeast-5",
|
|
137
|
+
"provider": "aws",
|
|
138
|
+
"lat": 3.141,
|
|
139
|
+
"lon": 101.693,
|
|
140
|
+
"location": "Malaysia",
|
|
141
|
+
"country": "my",
|
|
142
|
+
"pue": 1.135,
|
|
143
|
+
"wue": 0.18,
|
|
96
144
|
"ref": 0
|
|
97
145
|
},
|
|
98
146
|
{
|
|
@@ -105,7 +153,20 @@
|
|
|
105
153
|
"country": "ca",
|
|
106
154
|
"subdivision": "qc",
|
|
107
155
|
"pue": 1.135,
|
|
108
|
-
"wue": 0.
|
|
156
|
+
"wue": 0.18,
|
|
157
|
+
"ref": 0
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"id": "ca-west-1",
|
|
161
|
+
"name": "ca-west-1",
|
|
162
|
+
"provider": "aws",
|
|
163
|
+
"lat": 51.05,
|
|
164
|
+
"lon": -114.067,
|
|
165
|
+
"location": "Calgary",
|
|
166
|
+
"country": "ca",
|
|
167
|
+
"subdivision": "ab",
|
|
168
|
+
"pue": 1.135,
|
|
169
|
+
"wue": 0.18,
|
|
109
170
|
"ref": 0
|
|
110
171
|
},
|
|
111
172
|
{
|
|
@@ -117,7 +178,7 @@
|
|
|
117
178
|
"location": "Beijing",
|
|
118
179
|
"country": "cn",
|
|
119
180
|
"pue": 1.135,
|
|
120
|
-
"wue": 0.
|
|
181
|
+
"wue": 0.18,
|
|
121
182
|
"ref": 0
|
|
122
183
|
},
|
|
123
184
|
{
|
|
@@ -129,7 +190,7 @@
|
|
|
129
190
|
"location": "Ningxia",
|
|
130
191
|
"country": "cn",
|
|
131
192
|
"pue": 1.135,
|
|
132
|
-
"wue": 0.
|
|
193
|
+
"wue": 0.18,
|
|
133
194
|
"ref": 0
|
|
134
195
|
},
|
|
135
196
|
{
|
|
@@ -141,7 +202,19 @@
|
|
|
141
202
|
"location": "Frankfurt",
|
|
142
203
|
"country": "de",
|
|
143
204
|
"pue": 1.135,
|
|
144
|
-
"wue": 0.
|
|
205
|
+
"wue": 0.18,
|
|
206
|
+
"ref": 0
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"id": "eu-central-2",
|
|
210
|
+
"name": "eu-central-2",
|
|
211
|
+
"provider": "aws",
|
|
212
|
+
"lat": 47.451542,
|
|
213
|
+
"lon": 8.564572,
|
|
214
|
+
"location": "Zurich",
|
|
215
|
+
"country": "ch",
|
|
216
|
+
"pue": 1.135,
|
|
217
|
+
"wue": 0.18,
|
|
145
218
|
"ref": 0
|
|
146
219
|
},
|
|
147
220
|
{
|
|
@@ -153,7 +226,7 @@
|
|
|
153
226
|
"location": "Stockholm",
|
|
154
227
|
"country": "se",
|
|
155
228
|
"pue": 1.135,
|
|
156
|
-
"wue": 0.
|
|
229
|
+
"wue": 0.18,
|
|
157
230
|
"ref": 0
|
|
158
231
|
},
|
|
159
232
|
{
|
|
@@ -165,7 +238,19 @@
|
|
|
165
238
|
"location": "Milan",
|
|
166
239
|
"country": "it",
|
|
167
240
|
"pue": 1.135,
|
|
168
|
-
"wue": 0.
|
|
241
|
+
"wue": 0.18,
|
|
242
|
+
"ref": 0
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"id": "eu-south-2",
|
|
246
|
+
"name": "eu-south-2",
|
|
247
|
+
"provider": "aws",
|
|
248
|
+
"lat": 41.65,
|
|
249
|
+
"lon": -0.89,
|
|
250
|
+
"location": "Zaragoza",
|
|
251
|
+
"country": "es",
|
|
252
|
+
"pue": 1.135,
|
|
253
|
+
"wue": 0.18,
|
|
169
254
|
"ref": 0
|
|
170
255
|
},
|
|
171
256
|
{
|
|
@@ -177,7 +262,7 @@
|
|
|
177
262
|
"location": "Dublin",
|
|
178
263
|
"country": "ie",
|
|
179
264
|
"pue": 1.135,
|
|
180
|
-
"wue": 0.
|
|
265
|
+
"wue": 0.18,
|
|
181
266
|
"ref": 0
|
|
182
267
|
},
|
|
183
268
|
{
|
|
@@ -189,7 +274,7 @@
|
|
|
189
274
|
"location": "London",
|
|
190
275
|
"country": "gb",
|
|
191
276
|
"pue": 1.135,
|
|
192
|
-
"wue": 0.
|
|
277
|
+
"wue": 0.18,
|
|
193
278
|
"ref": 0
|
|
194
279
|
},
|
|
195
280
|
{
|
|
@@ -201,7 +286,31 @@
|
|
|
201
286
|
"location": "Paris",
|
|
202
287
|
"country": "fr",
|
|
203
288
|
"pue": 1.135,
|
|
204
|
-
"wue": 0.
|
|
289
|
+
"wue": 0.18,
|
|
290
|
+
"ref": 0
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"id": "il-central-1",
|
|
294
|
+
"name": "il-central-1",
|
|
295
|
+
"provider": "aws",
|
|
296
|
+
"lat": 32.085,
|
|
297
|
+
"lon": 34.782,
|
|
298
|
+
"location": "Tel Aviv",
|
|
299
|
+
"country": "il",
|
|
300
|
+
"pue": 1.135,
|
|
301
|
+
"wue": 0.18,
|
|
302
|
+
"ref": 0
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"id": "me-central-1",
|
|
306
|
+
"name": "me-central-1",
|
|
307
|
+
"provider": "aws",
|
|
308
|
+
"lat": 24.466667,
|
|
309
|
+
"lon": 54.366669,
|
|
310
|
+
"location": "Abu Dhabi",
|
|
311
|
+
"country": "ae",
|
|
312
|
+
"pue": 1.135,
|
|
313
|
+
"wue": 0.18,
|
|
205
314
|
"ref": 0
|
|
206
315
|
},
|
|
207
316
|
{
|
|
@@ -213,7 +322,7 @@
|
|
|
213
322
|
"location": "Bahrain",
|
|
214
323
|
"country": "bh",
|
|
215
324
|
"pue": 1.135,
|
|
216
|
-
"wue": 0.
|
|
325
|
+
"wue": 0.18,
|
|
217
326
|
"ref": 0
|
|
218
327
|
},
|
|
219
328
|
{
|
|
@@ -225,7 +334,7 @@
|
|
|
225
334
|
"location": "Sao Paulo",
|
|
226
335
|
"country": "br",
|
|
227
336
|
"pue": 1.135,
|
|
228
|
-
"wue": 0.
|
|
337
|
+
"wue": 0.18,
|
|
229
338
|
"ref": 0
|
|
230
339
|
},
|
|
231
340
|
{
|
|
@@ -238,7 +347,7 @@
|
|
|
238
347
|
"country": "us",
|
|
239
348
|
"subdivision": "va",
|
|
240
349
|
"pue": 1.135,
|
|
241
|
-
"wue": 0.
|
|
350
|
+
"wue": 0.18,
|
|
242
351
|
"ref": 0
|
|
243
352
|
},
|
|
244
353
|
{
|
|
@@ -251,7 +360,7 @@
|
|
|
251
360
|
"country": "us",
|
|
252
361
|
"subdivision": "oh",
|
|
253
362
|
"pue": 1.135,
|
|
254
|
-
"wue": 0.
|
|
363
|
+
"wue": 0.18,
|
|
255
364
|
"ref": 0
|
|
256
365
|
},
|
|
257
366
|
{
|
|
@@ -264,7 +373,7 @@
|
|
|
264
373
|
"country": "us",
|
|
265
374
|
"subdivision": "ca",
|
|
266
375
|
"pue": 1.135,
|
|
267
|
-
"wue": 0.
|
|
376
|
+
"wue": 0.18,
|
|
268
377
|
"ref": 0
|
|
269
378
|
},
|
|
270
379
|
{
|
|
@@ -277,7 +386,7 @@
|
|
|
277
386
|
"country": "us",
|
|
278
387
|
"subdivision": "or",
|
|
279
388
|
"pue": 1.135,
|
|
280
|
-
"wue": 0.
|
|
389
|
+
"wue": 0.18,
|
|
281
390
|
"ref": 0
|
|
282
391
|
}
|
|
283
392
|
]
|