-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvolumes_dev.json
More file actions
54 lines (54 loc) · 1.31 KB
/
Copy pathvolumes_dev.json
File metadata and controls
54 lines (54 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"eu-west-1": [
{
"VolumeId": "vol-09beeb1bdc098ffab",
"Name": "enterprise-demo-javier-primary-internal",
"Role": "root (primary OS disk)",
"Size": 50,
"Iops": 3000,
"Throughput": 125
},
{
"VolumeId": "vol-07204163f0aa1d585",
"Name": "javier-spx-demo-primary-data2-1000gb",
"Role": "data2 (primary QuestDB data)",
"Size": 1000,
"Iops": 3000,
"Throughput": 125
},
{
"VolumeId": "vol-0d83b73d1c3ed1447",
"Name": "enterprise-demo-javier-replica",
"Role": "root (replica OS disk)",
"Size": 200,
"Iops": 3000,
"Throughput": 125
},
{
"VolumeId": "vol-031a69a2647f043ee",
"Name": "demo-replica-javier-data2-1000gb",
"Role": "data2 (replica QuestDB data)",
"Size": 1000,
"Iops": 3000,
"Throughput": 125
},
{
"VolumeId": "vol-03674cbe5fc2affaf",
"Name": "javier-spx-demo-sender-root",
"Role": "sender (store-and-forward)",
"Size": 500,
"Iops": 3000,
"Throughput": 125
}
],
"eu-north-1": [
{
"VolumeId": "vol-09caab31ecef906a6",
"Name": "enterprise-replica-stockholm-peered-javier",
"Role": "root (stockholm/replica2 OS disk)",
"Size": 200,
"Iops": 3000,
"Throughput": 125
}
]
}