aws-instance-info 0.2.1 → 0.2.3

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 (36) hide show
  1. package/data/ec2/families/C8gb.json +25 -0
  2. package/data/ec2/families/M8gb.json +24 -0
  3. package/data/ec2/families/M8gn.json +25 -0
  4. package/data/ec2/info.json +32 -0
  5. package/data/ec2/instances/c8gb.12xlarge.json +59 -0
  6. package/data/ec2/instances/c8gb.16xlarge.json +59 -0
  7. package/data/ec2/instances/c8gb.24xlarge.json +59 -0
  8. package/data/ec2/instances/c8gb.2xlarge.json +62 -0
  9. package/data/ec2/instances/c8gb.4xlarge.json +59 -0
  10. package/data/ec2/instances/c8gb.8xlarge.json +59 -0
  11. package/data/ec2/instances/c8gb.large.json +62 -0
  12. package/data/ec2/instances/c8gb.medium.json +62 -0
  13. package/data/ec2/instances/c8gb.metal-24xl.json +59 -0
  14. package/data/ec2/instances/c8gb.xlarge.json +62 -0
  15. package/data/ec2/instances/m8gb.12xlarge.json +59 -0
  16. package/data/ec2/instances/m8gb.16xlarge.json +59 -0
  17. package/data/ec2/instances/m8gb.24xlarge.json +59 -0
  18. package/data/ec2/instances/m8gb.2xlarge.json +62 -0
  19. package/data/ec2/instances/m8gb.4xlarge.json +59 -0
  20. package/data/ec2/instances/m8gb.8xlarge.json +59 -0
  21. package/data/ec2/instances/m8gb.large.json +62 -0
  22. package/data/ec2/instances/m8gb.medium.json +62 -0
  23. package/data/ec2/instances/m8gb.xlarge.json +62 -0
  24. package/data/ec2/instances/m8gn.12xlarge.json +59 -0
  25. package/data/ec2/instances/m8gn.16xlarge.json +59 -0
  26. package/data/ec2/instances/m8gn.24xlarge.json +59 -0
  27. package/data/ec2/instances/m8gn.2xlarge.json +62 -0
  28. package/data/ec2/instances/m8gn.48xlarge.json +59 -0
  29. package/data/ec2/instances/m8gn.4xlarge.json +59 -0
  30. package/data/ec2/instances/m8gn.8xlarge.json +59 -0
  31. package/data/ec2/instances/m8gn.large.json +62 -0
  32. package/data/ec2/instances/m8gn.medium.json +62 -0
  33. package/data/ec2/instances/m8gn.xlarge.json +62 -0
  34. package/dist/types.d.ts +9 -9
  35. package/dist/types.d.ts.map +1 -1
  36. package/package.json +1 -1
@@ -0,0 +1,62 @@
1
+ {
2
+ "instanceType": "c8gb.xlarge",
3
+ "family": "C8gb",
4
+ "category": "compute_optimized",
5
+ "hypervisor": "Nitro v6",
6
+ "processorArchitecture": "AWS Graviton (arm64)",
7
+ "metalAvailable": true,
8
+ "dedicatedHosts": true,
9
+ "spot": true,
10
+ "hibernation": true,
11
+ "operatingSystems": [
12
+ "Linux"
13
+ ],
14
+ "memoryGiB": 8.0,
15
+ "processor": "AWS Graviton4 Processor",
16
+ "vCPUs": 4,
17
+ "cpuCores": 4,
18
+ "threadsPerCore": 1,
19
+ "accelerators": null,
20
+ "acceleratorMemory": null,
21
+ "network": {
22
+ "bandwidthGbps": {
23
+ "baseline": 8.333,
24
+ "burst": 26.666
25
+ },
26
+ "efa": false,
27
+ "ena": true,
28
+ "enaExpress": false,
29
+ "networkCards": 1,
30
+ "maxInterfaces": 4,
31
+ "ipv4PerInterface": 15,
32
+ "ipv6": true
33
+ },
34
+ "ebs": {
35
+ "bandwidthMbps": {
36
+ "baseline": 6250.0,
37
+ "burst": 25000.0
38
+ },
39
+ "throughputMBps": {
40
+ "baseline": 781.25,
41
+ "burst": 3125.0
42
+ },
43
+ "iops": {
44
+ "baseline": 30000.0,
45
+ "burst": 120000.0
46
+ },
47
+ "nvme": true,
48
+ "volumeLimit": {
49
+ "limit": 32,
50
+ "limitType": "dedicated"
51
+ }
52
+ },
53
+ "instanceStore": null,
54
+ "security": {
55
+ "ebsEncryption": true,
56
+ "instanceStoreEncryption": null,
57
+ "encryptionInTransit": true,
58
+ "amdSEVSNP": false,
59
+ "nitroTPM": true,
60
+ "nitroEnclaves": true
61
+ }
62
+ }
@@ -0,0 +1,59 @@
1
+ {
2
+ "instanceType": "m8gb.12xlarge",
3
+ "family": "M8gb",
4
+ "category": "general_purpose",
5
+ "hypervisor": "Nitro v6",
6
+ "processorArchitecture": "AWS Graviton (arm64)",
7
+ "metalAvailable": false,
8
+ "dedicatedHosts": true,
9
+ "spot": true,
10
+ "hibernation": true,
11
+ "operatingSystems": [
12
+ "Linux"
13
+ ],
14
+ "memoryGiB": 192.0,
15
+ "processor": "AWS Graviton4 Processor",
16
+ "vCPUs": 48,
17
+ "cpuCores": 48,
18
+ "threadsPerCore": 1,
19
+ "accelerators": null,
20
+ "acceleratorMemory": null,
21
+ "network": {
22
+ "bandwidthGbps": "100 Gigabit",
23
+ "efa": false,
24
+ "ena": true,
25
+ "enaExpress": true,
26
+ "networkCards": 1,
27
+ "maxInterfaces": 12,
28
+ "ipv4PerInterface": 30,
29
+ "ipv6": true
30
+ },
31
+ "ebs": {
32
+ "bandwidthMbps": {
33
+ "baseline": 75000.0,
34
+ "burst": null
35
+ },
36
+ "throughputMBps": {
37
+ "baseline": 9375.0,
38
+ "burst": null
39
+ },
40
+ "iops": {
41
+ "baseline": 360000.0,
42
+ "burst": null
43
+ },
44
+ "nvme": true,
45
+ "volumeLimit": {
46
+ "limit": 32,
47
+ "limitType": "dedicated"
48
+ }
49
+ },
50
+ "instanceStore": null,
51
+ "security": {
52
+ "ebsEncryption": true,
53
+ "instanceStoreEncryption": null,
54
+ "encryptionInTransit": true,
55
+ "amdSEVSNP": false,
56
+ "nitroTPM": true,
57
+ "nitroEnclaves": true
58
+ }
59
+ }
@@ -0,0 +1,59 @@
1
+ {
2
+ "instanceType": "m8gb.16xlarge",
3
+ "family": "M8gb",
4
+ "category": "general_purpose",
5
+ "hypervisor": "Nitro v6",
6
+ "processorArchitecture": "AWS Graviton (arm64)",
7
+ "metalAvailable": false,
8
+ "dedicatedHosts": true,
9
+ "spot": true,
10
+ "hibernation": true,
11
+ "operatingSystems": [
12
+ "Linux"
13
+ ],
14
+ "memoryGiB": 256.0,
15
+ "processor": "AWS Graviton4 Processor",
16
+ "vCPUs": 64,
17
+ "cpuCores": 64,
18
+ "threadsPerCore": 1,
19
+ "accelerators": null,
20
+ "acceleratorMemory": null,
21
+ "network": {
22
+ "bandwidthGbps": "133.33 Gigabit",
23
+ "efa": true,
24
+ "ena": true,
25
+ "enaExpress": true,
26
+ "networkCards": 1,
27
+ "maxInterfaces": 16,
28
+ "ipv4PerInterface": 50,
29
+ "ipv6": true
30
+ },
31
+ "ebs": {
32
+ "bandwidthMbps": {
33
+ "baseline": 100000.0,
34
+ "burst": null
35
+ },
36
+ "throughputMBps": {
37
+ "baseline": 12500.0,
38
+ "burst": null
39
+ },
40
+ "iops": {
41
+ "baseline": 480000.0,
42
+ "burst": null
43
+ },
44
+ "nvme": true,
45
+ "volumeLimit": {
46
+ "limit": 48,
47
+ "limitType": "dedicated"
48
+ }
49
+ },
50
+ "instanceStore": null,
51
+ "security": {
52
+ "ebsEncryption": true,
53
+ "instanceStoreEncryption": null,
54
+ "encryptionInTransit": true,
55
+ "amdSEVSNP": false,
56
+ "nitroTPM": true,
57
+ "nitroEnclaves": true
58
+ }
59
+ }
@@ -0,0 +1,59 @@
1
+ {
2
+ "instanceType": "m8gb.24xlarge",
3
+ "family": "M8gb",
4
+ "category": "general_purpose",
5
+ "hypervisor": "Nitro v6",
6
+ "processorArchitecture": "AWS Graviton (arm64)",
7
+ "metalAvailable": false,
8
+ "dedicatedHosts": true,
9
+ "spot": true,
10
+ "hibernation": true,
11
+ "operatingSystems": [
12
+ "Linux"
13
+ ],
14
+ "memoryGiB": 384.0,
15
+ "processor": "AWS Graviton4 Processor",
16
+ "vCPUs": 96,
17
+ "cpuCores": 96,
18
+ "threadsPerCore": 1,
19
+ "accelerators": null,
20
+ "acceleratorMemory": null,
21
+ "network": {
22
+ "bandwidthGbps": "200 Gigabit",
23
+ "efa": true,
24
+ "ena": true,
25
+ "enaExpress": true,
26
+ "networkCards": 1,
27
+ "maxInterfaces": 24,
28
+ "ipv4PerInterface": 50,
29
+ "ipv6": true
30
+ },
31
+ "ebs": {
32
+ "bandwidthMbps": {
33
+ "baseline": 150000.0,
34
+ "burst": null
35
+ },
36
+ "throughputMBps": {
37
+ "baseline": 18750.0,
38
+ "burst": null
39
+ },
40
+ "iops": {
41
+ "baseline": 720000.0,
42
+ "burst": null
43
+ },
44
+ "nvme": true,
45
+ "volumeLimit": {
46
+ "limit": 64,
47
+ "limitType": "dedicated"
48
+ }
49
+ },
50
+ "instanceStore": null,
51
+ "security": {
52
+ "ebsEncryption": true,
53
+ "instanceStoreEncryption": null,
54
+ "encryptionInTransit": true,
55
+ "amdSEVSNP": false,
56
+ "nitroTPM": true,
57
+ "nitroEnclaves": true
58
+ }
59
+ }
@@ -0,0 +1,62 @@
1
+ {
2
+ "instanceType": "m8gb.2xlarge",
3
+ "family": "M8gb",
4
+ "category": "general_purpose",
5
+ "hypervisor": "Nitro v6",
6
+ "processorArchitecture": "AWS Graviton (arm64)",
7
+ "metalAvailable": false,
8
+ "dedicatedHosts": true,
9
+ "spot": true,
10
+ "hibernation": true,
11
+ "operatingSystems": [
12
+ "Linux"
13
+ ],
14
+ "memoryGiB": 32.0,
15
+ "processor": "AWS Graviton4 Processor",
16
+ "vCPUs": 8,
17
+ "cpuCores": 8,
18
+ "threadsPerCore": 1,
19
+ "accelerators": null,
20
+ "acceleratorMemory": null,
21
+ "network": {
22
+ "bandwidthGbps": {
23
+ "baseline": 16.666,
24
+ "burst": 33.333
25
+ },
26
+ "efa": false,
27
+ "ena": true,
28
+ "enaExpress": false,
29
+ "networkCards": 1,
30
+ "maxInterfaces": 4,
31
+ "ipv4PerInterface": 15,
32
+ "ipv6": true
33
+ },
34
+ "ebs": {
35
+ "bandwidthMbps": {
36
+ "baseline": 12500.0,
37
+ "burst": 25000.0
38
+ },
39
+ "throughputMBps": {
40
+ "baseline": 1562.5,
41
+ "burst": 3125.0
42
+ },
43
+ "iops": {
44
+ "baseline": 60000.0,
45
+ "burst": 120000.0
46
+ },
47
+ "nvme": true,
48
+ "volumeLimit": {
49
+ "limit": 32,
50
+ "limitType": "dedicated"
51
+ }
52
+ },
53
+ "instanceStore": null,
54
+ "security": {
55
+ "ebsEncryption": true,
56
+ "instanceStoreEncryption": null,
57
+ "encryptionInTransit": true,
58
+ "amdSEVSNP": false,
59
+ "nitroTPM": true,
60
+ "nitroEnclaves": true
61
+ }
62
+ }
@@ -0,0 +1,59 @@
1
+ {
2
+ "instanceType": "m8gb.4xlarge",
3
+ "family": "M8gb",
4
+ "category": "general_purpose",
5
+ "hypervisor": "Nitro v6",
6
+ "processorArchitecture": "AWS Graviton (arm64)",
7
+ "metalAvailable": false,
8
+ "dedicatedHosts": true,
9
+ "spot": true,
10
+ "hibernation": true,
11
+ "operatingSystems": [
12
+ "Linux"
13
+ ],
14
+ "memoryGiB": 64.0,
15
+ "processor": "AWS Graviton4 Processor",
16
+ "vCPUs": 16,
17
+ "cpuCores": 16,
18
+ "threadsPerCore": 1,
19
+ "accelerators": null,
20
+ "acceleratorMemory": null,
21
+ "network": {
22
+ "bandwidthGbps": "33.33 Gigabit",
23
+ "efa": false,
24
+ "ena": true,
25
+ "enaExpress": false,
26
+ "networkCards": 1,
27
+ "maxInterfaces": 8,
28
+ "ipv4PerInterface": 30,
29
+ "ipv6": true
30
+ },
31
+ "ebs": {
32
+ "bandwidthMbps": {
33
+ "baseline": 25000.0,
34
+ "burst": null
35
+ },
36
+ "throughputMBps": {
37
+ "baseline": 3125.0,
38
+ "burst": null
39
+ },
40
+ "iops": {
41
+ "baseline": 120000.0,
42
+ "burst": null
43
+ },
44
+ "nvme": true,
45
+ "volumeLimit": {
46
+ "limit": 32,
47
+ "limitType": "dedicated"
48
+ }
49
+ },
50
+ "instanceStore": null,
51
+ "security": {
52
+ "ebsEncryption": true,
53
+ "instanceStoreEncryption": null,
54
+ "encryptionInTransit": true,
55
+ "amdSEVSNP": false,
56
+ "nitroTPM": true,
57
+ "nitroEnclaves": true
58
+ }
59
+ }
@@ -0,0 +1,59 @@
1
+ {
2
+ "instanceType": "m8gb.8xlarge",
3
+ "family": "M8gb",
4
+ "category": "general_purpose",
5
+ "hypervisor": "Nitro v6",
6
+ "processorArchitecture": "AWS Graviton (arm64)",
7
+ "metalAvailable": false,
8
+ "dedicatedHosts": true,
9
+ "spot": true,
10
+ "hibernation": true,
11
+ "operatingSystems": [
12
+ "Linux"
13
+ ],
14
+ "memoryGiB": 128.0,
15
+ "processor": "AWS Graviton4 Processor",
16
+ "vCPUs": 32,
17
+ "cpuCores": 32,
18
+ "threadsPerCore": 1,
19
+ "accelerators": null,
20
+ "acceleratorMemory": null,
21
+ "network": {
22
+ "bandwidthGbps": "66.66 Gigabit",
23
+ "efa": false,
24
+ "ena": true,
25
+ "enaExpress": true,
26
+ "networkCards": 1,
27
+ "maxInterfaces": 10,
28
+ "ipv4PerInterface": 30,
29
+ "ipv6": true
30
+ },
31
+ "ebs": {
32
+ "bandwidthMbps": {
33
+ "baseline": 50000.0,
34
+ "burst": null
35
+ },
36
+ "throughputMBps": {
37
+ "baseline": 6250.0,
38
+ "burst": null
39
+ },
40
+ "iops": {
41
+ "baseline": 240000.0,
42
+ "burst": null
43
+ },
44
+ "nvme": true,
45
+ "volumeLimit": {
46
+ "limit": 32,
47
+ "limitType": "dedicated"
48
+ }
49
+ },
50
+ "instanceStore": null,
51
+ "security": {
52
+ "ebsEncryption": true,
53
+ "instanceStoreEncryption": null,
54
+ "encryptionInTransit": true,
55
+ "amdSEVSNP": false,
56
+ "nitroTPM": true,
57
+ "nitroEnclaves": true
58
+ }
59
+ }
@@ -0,0 +1,62 @@
1
+ {
2
+ "instanceType": "m8gb.large",
3
+ "family": "M8gb",
4
+ "category": "general_purpose",
5
+ "hypervisor": "Nitro v6",
6
+ "processorArchitecture": "AWS Graviton (arm64)",
7
+ "metalAvailable": false,
8
+ "dedicatedHosts": true,
9
+ "spot": true,
10
+ "hibernation": true,
11
+ "operatingSystems": [
12
+ "Linux"
13
+ ],
14
+ "memoryGiB": 8.0,
15
+ "processor": "AWS Graviton4 Processor",
16
+ "vCPUs": 2,
17
+ "cpuCores": 2,
18
+ "threadsPerCore": 1,
19
+ "accelerators": null,
20
+ "acceleratorMemory": null,
21
+ "network": {
22
+ "bandwidthGbps": {
23
+ "baseline": 4.166,
24
+ "burst": 20.0
25
+ },
26
+ "efa": false,
27
+ "ena": true,
28
+ "enaExpress": false,
29
+ "networkCards": 1,
30
+ "maxInterfaces": 3,
31
+ "ipv4PerInterface": 10,
32
+ "ipv6": true
33
+ },
34
+ "ebs": {
35
+ "bandwidthMbps": {
36
+ "baseline": 3125.0,
37
+ "burst": 25000.0
38
+ },
39
+ "throughputMBps": {
40
+ "baseline": 390.62,
41
+ "burst": 3125.0
42
+ },
43
+ "iops": {
44
+ "baseline": 15000.0,
45
+ "burst": 120000.0
46
+ },
47
+ "nvme": true,
48
+ "volumeLimit": {
49
+ "limit": 32,
50
+ "limitType": "dedicated"
51
+ }
52
+ },
53
+ "instanceStore": null,
54
+ "security": {
55
+ "ebsEncryption": true,
56
+ "instanceStoreEncryption": null,
57
+ "encryptionInTransit": true,
58
+ "amdSEVSNP": false,
59
+ "nitroTPM": true,
60
+ "nitroEnclaves": true
61
+ }
62
+ }
@@ -0,0 +1,62 @@
1
+ {
2
+ "instanceType": "m8gb.medium",
3
+ "family": "M8gb",
4
+ "category": "general_purpose",
5
+ "hypervisor": "Nitro v6",
6
+ "processorArchitecture": "AWS Graviton (arm64)",
7
+ "metalAvailable": false,
8
+ "dedicatedHosts": true,
9
+ "spot": true,
10
+ "hibernation": true,
11
+ "operatingSystems": [
12
+ "Linux"
13
+ ],
14
+ "memoryGiB": 4.0,
15
+ "processor": "AWS Graviton4 Processor",
16
+ "vCPUs": 1,
17
+ "cpuCores": 1,
18
+ "threadsPerCore": 1,
19
+ "accelerators": null,
20
+ "acceleratorMemory": null,
21
+ "network": {
22
+ "bandwidthGbps": {
23
+ "baseline": 2.083,
24
+ "burst": 16.666
25
+ },
26
+ "efa": false,
27
+ "ena": true,
28
+ "enaExpress": false,
29
+ "networkCards": 1,
30
+ "maxInterfaces": 2,
31
+ "ipv4PerInterface": 4,
32
+ "ipv6": true
33
+ },
34
+ "ebs": {
35
+ "bandwidthMbps": {
36
+ "baseline": 1562.0,
37
+ "burst": 25000.0
38
+ },
39
+ "throughputMBps": {
40
+ "baseline": 195.31,
41
+ "burst": 3125.0
42
+ },
43
+ "iops": {
44
+ "baseline": 7500.0,
45
+ "burst": 120000.0
46
+ },
47
+ "nvme": true,
48
+ "volumeLimit": {
49
+ "limit": 32,
50
+ "limitType": "dedicated"
51
+ }
52
+ },
53
+ "instanceStore": null,
54
+ "security": {
55
+ "ebsEncryption": true,
56
+ "instanceStoreEncryption": null,
57
+ "encryptionInTransit": true,
58
+ "amdSEVSNP": false,
59
+ "nitroTPM": true,
60
+ "nitroEnclaves": false
61
+ }
62
+ }
@@ -0,0 +1,62 @@
1
+ {
2
+ "instanceType": "m8gb.xlarge",
3
+ "family": "M8gb",
4
+ "category": "general_purpose",
5
+ "hypervisor": "Nitro v6",
6
+ "processorArchitecture": "AWS Graviton (arm64)",
7
+ "metalAvailable": false,
8
+ "dedicatedHosts": true,
9
+ "spot": true,
10
+ "hibernation": true,
11
+ "operatingSystems": [
12
+ "Linux"
13
+ ],
14
+ "memoryGiB": 16.0,
15
+ "processor": "AWS Graviton4 Processor",
16
+ "vCPUs": 4,
17
+ "cpuCores": 4,
18
+ "threadsPerCore": 1,
19
+ "accelerators": null,
20
+ "acceleratorMemory": null,
21
+ "network": {
22
+ "bandwidthGbps": {
23
+ "baseline": 8.333,
24
+ "burst": 26.666
25
+ },
26
+ "efa": false,
27
+ "ena": true,
28
+ "enaExpress": false,
29
+ "networkCards": 1,
30
+ "maxInterfaces": 4,
31
+ "ipv4PerInterface": 15,
32
+ "ipv6": true
33
+ },
34
+ "ebs": {
35
+ "bandwidthMbps": {
36
+ "baseline": 6250.0,
37
+ "burst": 25000.0
38
+ },
39
+ "throughputMBps": {
40
+ "baseline": 781.25,
41
+ "burst": 3125.0
42
+ },
43
+ "iops": {
44
+ "baseline": 30000.0,
45
+ "burst": 120000.0
46
+ },
47
+ "nvme": true,
48
+ "volumeLimit": {
49
+ "limit": 32,
50
+ "limitType": "dedicated"
51
+ }
52
+ },
53
+ "instanceStore": null,
54
+ "security": {
55
+ "ebsEncryption": true,
56
+ "instanceStoreEncryption": null,
57
+ "encryptionInTransit": true,
58
+ "amdSEVSNP": false,
59
+ "nitroTPM": true,
60
+ "nitroEnclaves": true
61
+ }
62
+ }
@@ -0,0 +1,59 @@
1
+ {
2
+ "instanceType": "m8gn.12xlarge",
3
+ "family": "M8gn",
4
+ "category": "general_purpose",
5
+ "hypervisor": "Nitro v6",
6
+ "processorArchitecture": "AWS Graviton (arm64)",
7
+ "metalAvailable": false,
8
+ "dedicatedHosts": true,
9
+ "spot": true,
10
+ "hibernation": true,
11
+ "operatingSystems": [
12
+ "Linux"
13
+ ],
14
+ "memoryGiB": 192.0,
15
+ "processor": "AWS Graviton4 Processor",
16
+ "vCPUs": 48,
17
+ "cpuCores": 48,
18
+ "threadsPerCore": 1,
19
+ "accelerators": null,
20
+ "acceleratorMemory": null,
21
+ "network": {
22
+ "bandwidthGbps": "150 Gigabit",
23
+ "efa": false,
24
+ "ena": true,
25
+ "enaExpress": true,
26
+ "networkCards": 1,
27
+ "maxInterfaces": 12,
28
+ "ipv4PerInterface": 30,
29
+ "ipv6": true
30
+ },
31
+ "ebs": {
32
+ "bandwidthMbps": {
33
+ "baseline": 30000.0,
34
+ "burst": null
35
+ },
36
+ "throughputMBps": {
37
+ "baseline": 3750.0,
38
+ "burst": null
39
+ },
40
+ "iops": {
41
+ "baseline": 120000.0,
42
+ "burst": null
43
+ },
44
+ "nvme": true,
45
+ "volumeLimit": {
46
+ "limit": 32,
47
+ "limitType": "dedicated"
48
+ }
49
+ },
50
+ "instanceStore": null,
51
+ "security": {
52
+ "ebsEncryption": true,
53
+ "instanceStoreEncryption": null,
54
+ "encryptionInTransit": true,
55
+ "amdSEVSNP": false,
56
+ "nitroTPM": true,
57
+ "nitroEnclaves": true
58
+ }
59
+ }