aws-instance-info 0.2.3 → 0.2.5

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.
@@ -0,0 +1,30 @@
1
+ {
2
+ "family": "X8i",
3
+ "category": "memory_optimized",
4
+ "instanceTypes": [
5
+ "x8i.12xlarge",
6
+ "x8i.16xlarge",
7
+ "x8i.24xlarge",
8
+ "x8i.2xlarge",
9
+ "x8i.32xlarge",
10
+ "x8i.48xlarge",
11
+ "x8i.4xlarge",
12
+ "x8i.64xlarge",
13
+ "x8i.8xlarge",
14
+ "x8i.96xlarge",
15
+ "x8i.large",
16
+ "x8i.metal-48xl",
17
+ "x8i.metal-96xl",
18
+ "x8i.xlarge"
19
+ ],
20
+ "hypervisor": "Nitro v6",
21
+ "processorArchitecture": "Intel (x86_64)",
22
+ "metalAvailable": true,
23
+ "dedicatedHosts": true,
24
+ "spot": true,
25
+ "hibernation": true,
26
+ "operatingSystems": [
27
+ "Windows",
28
+ "Linux"
29
+ ]
30
+ }
@@ -155,6 +155,7 @@
155
155
  "X2iezn",
156
156
  "X8aedz",
157
157
  "X8g",
158
+ "X8i",
158
159
  "z1d"
159
160
  ],
160
161
  "instances": [
@@ -1215,6 +1216,20 @@
1215
1216
  "x8g.metal-24xl",
1216
1217
  "x8g.metal-48xl",
1217
1218
  "x8g.xlarge",
1219
+ "x8i.12xlarge",
1220
+ "x8i.16xlarge",
1221
+ "x8i.24xlarge",
1222
+ "x8i.2xlarge",
1223
+ "x8i.32xlarge",
1224
+ "x8i.48xlarge",
1225
+ "x8i.4xlarge",
1226
+ "x8i.64xlarge",
1227
+ "x8i.8xlarge",
1228
+ "x8i.96xlarge",
1229
+ "x8i.large",
1230
+ "x8i.metal-48xl",
1231
+ "x8i.metal-96xl",
1232
+ "x8i.xlarge",
1218
1233
  "z1d.12xlarge",
1219
1234
  "z1d.2xlarge",
1220
1235
  "z1d.3xlarge",
@@ -23,7 +23,7 @@
23
23
  "bandwidthGbps": "100 Gigabit",
24
24
  "efa": true,
25
25
  "ena": true,
26
- "enaExpress": false,
26
+ "enaExpress": true,
27
27
  "networkCards": 1,
28
28
  "maxInterfaces": 4,
29
29
  "ipv4PerInterface": 30,
@@ -0,0 +1,60 @@
1
+ {
2
+ "instanceType": "x8i.12xlarge",
3
+ "family": "X8i",
4
+ "category": "memory_optimized",
5
+ "hypervisor": "Nitro v6",
6
+ "processorArchitecture": "Intel (x86_64)",
7
+ "metalAvailable": true,
8
+ "dedicatedHosts": true,
9
+ "spot": true,
10
+ "hibernation": true,
11
+ "operatingSystems": [
12
+ "Windows",
13
+ "Linux"
14
+ ],
15
+ "memoryGiB": 768.0,
16
+ "processor": "Intel Xeon Granite Rapids",
17
+ "vCPUs": 48,
18
+ "cpuCores": 24,
19
+ "threadsPerCore": 2,
20
+ "accelerators": null,
21
+ "acceleratorMemory": null,
22
+ "network": {
23
+ "bandwidthGbps": "22.5 Gigabit",
24
+ "efa": false,
25
+ "ena": true,
26
+ "enaExpress": false,
27
+ "networkCards": 1,
28
+ "maxInterfaces": 12,
29
+ "ipv4PerInterface": 50,
30
+ "ipv6": true
31
+ },
32
+ "ebs": {
33
+ "bandwidthMbps": {
34
+ "baseline": 15000.0,
35
+ "burst": null
36
+ },
37
+ "throughputMBps": {
38
+ "baseline": 1875.0,
39
+ "burst": null
40
+ },
41
+ "iops": {
42
+ "baseline": 60000.0,
43
+ "burst": null
44
+ },
45
+ "nvme": true,
46
+ "volumeLimit": {
47
+ "limit": 32,
48
+ "limitType": "dedicated"
49
+ }
50
+ },
51
+ "instanceStore": null,
52
+ "security": {
53
+ "ebsEncryption": true,
54
+ "instanceStoreEncryption": null,
55
+ "encryptionInTransit": true,
56
+ "amdSEVSNP": false,
57
+ "nitroTPM": true,
58
+ "nitroEnclaves": true
59
+ }
60
+ }
@@ -0,0 +1,60 @@
1
+ {
2
+ "instanceType": "x8i.16xlarge",
3
+ "family": "X8i",
4
+ "category": "memory_optimized",
5
+ "hypervisor": "Nitro v6",
6
+ "processorArchitecture": "Intel (x86_64)",
7
+ "metalAvailable": true,
8
+ "dedicatedHosts": true,
9
+ "spot": true,
10
+ "hibernation": true,
11
+ "operatingSystems": [
12
+ "Windows",
13
+ "Linux"
14
+ ],
15
+ "memoryGiB": 1024.0,
16
+ "processor": "Intel Xeon Granite Rapids",
17
+ "vCPUs": 64,
18
+ "cpuCores": 32,
19
+ "threadsPerCore": 2,
20
+ "accelerators": null,
21
+ "acceleratorMemory": null,
22
+ "network": {
23
+ "bandwidthGbps": "30 Gigabit",
24
+ "efa": false,
25
+ "ena": true,
26
+ "enaExpress": false,
27
+ "networkCards": 1,
28
+ "maxInterfaces": 16,
29
+ "ipv4PerInterface": 64,
30
+ "ipv6": true
31
+ },
32
+ "ebs": {
33
+ "bandwidthMbps": {
34
+ "baseline": 20000.0,
35
+ "burst": null
36
+ },
37
+ "throughputMBps": {
38
+ "baseline": 2500.0,
39
+ "burst": null
40
+ },
41
+ "iops": {
42
+ "baseline": 80000.0,
43
+ "burst": null
44
+ },
45
+ "nvme": true,
46
+ "volumeLimit": {
47
+ "limit": 48,
48
+ "limitType": "dedicated"
49
+ }
50
+ },
51
+ "instanceStore": null,
52
+ "security": {
53
+ "ebsEncryption": true,
54
+ "instanceStoreEncryption": null,
55
+ "encryptionInTransit": true,
56
+ "amdSEVSNP": false,
57
+ "nitroTPM": true,
58
+ "nitroEnclaves": true
59
+ }
60
+ }
@@ -0,0 +1,60 @@
1
+ {
2
+ "instanceType": "x8i.24xlarge",
3
+ "family": "X8i",
4
+ "category": "memory_optimized",
5
+ "hypervisor": "Nitro v6",
6
+ "processorArchitecture": "Intel (x86_64)",
7
+ "metalAvailable": true,
8
+ "dedicatedHosts": true,
9
+ "spot": true,
10
+ "hibernation": true,
11
+ "operatingSystems": [
12
+ "Windows",
13
+ "Linux"
14
+ ],
15
+ "memoryGiB": 1536.0,
16
+ "processor": "Intel Xeon Granite Rapids",
17
+ "vCPUs": 96,
18
+ "cpuCores": 48,
19
+ "threadsPerCore": 2,
20
+ "accelerators": null,
21
+ "acceleratorMemory": null,
22
+ "network": {
23
+ "bandwidthGbps": "40 Gigabit",
24
+ "efa": false,
25
+ "ena": true,
26
+ "enaExpress": true,
27
+ "networkCards": 1,
28
+ "maxInterfaces": 16,
29
+ "ipv4PerInterface": 64,
30
+ "ipv6": true
31
+ },
32
+ "ebs": {
33
+ "bandwidthMbps": {
34
+ "baseline": 30000.0,
35
+ "burst": null
36
+ },
37
+ "throughputMBps": {
38
+ "baseline": 3750.0,
39
+ "burst": null
40
+ },
41
+ "iops": {
42
+ "baseline": 120000.0,
43
+ "burst": null
44
+ },
45
+ "nvme": true,
46
+ "volumeLimit": {
47
+ "limit": 64,
48
+ "limitType": "dedicated"
49
+ }
50
+ },
51
+ "instanceStore": null,
52
+ "security": {
53
+ "ebsEncryption": true,
54
+ "instanceStoreEncryption": null,
55
+ "encryptionInTransit": true,
56
+ "amdSEVSNP": false,
57
+ "nitroTPM": true,
58
+ "nitroEnclaves": true
59
+ }
60
+ }
@@ -0,0 +1,63 @@
1
+ {
2
+ "instanceType": "x8i.2xlarge",
3
+ "family": "X8i",
4
+ "category": "memory_optimized",
5
+ "hypervisor": "Nitro v6",
6
+ "processorArchitecture": "Intel (x86_64)",
7
+ "metalAvailable": true,
8
+ "dedicatedHosts": true,
9
+ "spot": true,
10
+ "hibernation": true,
11
+ "operatingSystems": [
12
+ "Windows",
13
+ "Linux"
14
+ ],
15
+ "memoryGiB": 128.0,
16
+ "processor": "Intel Xeon Granite Rapids",
17
+ "vCPUs": 8,
18
+ "cpuCores": 4,
19
+ "threadsPerCore": 2,
20
+ "accelerators": null,
21
+ "acceleratorMemory": null,
22
+ "network": {
23
+ "bandwidthGbps": {
24
+ "baseline": 3.75,
25
+ "burst": 15.0
26
+ },
27
+ "efa": false,
28
+ "ena": true,
29
+ "enaExpress": false,
30
+ "networkCards": 1,
31
+ "maxInterfaces": 4,
32
+ "ipv4PerInterface": 30,
33
+ "ipv6": true
34
+ },
35
+ "ebs": {
36
+ "bandwidthMbps": {
37
+ "baseline": 2500.0,
38
+ "burst": 10000.0
39
+ },
40
+ "throughputMBps": {
41
+ "baseline": 312.5,
42
+ "burst": 1250.0
43
+ },
44
+ "iops": {
45
+ "baseline": 12000.0,
46
+ "burst": 40000.0
47
+ },
48
+ "nvme": true,
49
+ "volumeLimit": {
50
+ "limit": 32,
51
+ "limitType": "dedicated"
52
+ }
53
+ },
54
+ "instanceStore": null,
55
+ "security": {
56
+ "ebsEncryption": true,
57
+ "instanceStoreEncryption": null,
58
+ "encryptionInTransit": true,
59
+ "amdSEVSNP": false,
60
+ "nitroTPM": true,
61
+ "nitroEnclaves": true
62
+ }
63
+ }
@@ -0,0 +1,60 @@
1
+ {
2
+ "instanceType": "x8i.32xlarge",
3
+ "family": "X8i",
4
+ "category": "memory_optimized",
5
+ "hypervisor": "Nitro v6",
6
+ "processorArchitecture": "Intel (x86_64)",
7
+ "metalAvailable": true,
8
+ "dedicatedHosts": true,
9
+ "spot": true,
10
+ "hibernation": true,
11
+ "operatingSystems": [
12
+ "Windows",
13
+ "Linux"
14
+ ],
15
+ "memoryGiB": 2048.0,
16
+ "processor": "Intel Xeon Granite Rapids",
17
+ "vCPUs": 128,
18
+ "cpuCores": 64,
19
+ "threadsPerCore": 2,
20
+ "accelerators": null,
21
+ "acceleratorMemory": null,
22
+ "network": {
23
+ "bandwidthGbps": "50 Gigabit",
24
+ "efa": false,
25
+ "ena": true,
26
+ "enaExpress": true,
27
+ "networkCards": 1,
28
+ "maxInterfaces": 24,
29
+ "ipv4PerInterface": 64,
30
+ "ipv6": true
31
+ },
32
+ "ebs": {
33
+ "bandwidthMbps": {
34
+ "baseline": 40000.0,
35
+ "burst": null
36
+ },
37
+ "throughputMBps": {
38
+ "baseline": 5000.0,
39
+ "burst": null
40
+ },
41
+ "iops": {
42
+ "baseline": 160000.0,
43
+ "burst": null
44
+ },
45
+ "nvme": true,
46
+ "volumeLimit": {
47
+ "limit": 88,
48
+ "limitType": "dedicated"
49
+ }
50
+ },
51
+ "instanceStore": null,
52
+ "security": {
53
+ "ebsEncryption": true,
54
+ "instanceStoreEncryption": null,
55
+ "encryptionInTransit": true,
56
+ "amdSEVSNP": false,
57
+ "nitroTPM": true,
58
+ "nitroEnclaves": true
59
+ }
60
+ }
@@ -0,0 +1,60 @@
1
+ {
2
+ "instanceType": "x8i.48xlarge",
3
+ "family": "X8i",
4
+ "category": "memory_optimized",
5
+ "hypervisor": "Nitro v6",
6
+ "processorArchitecture": "Intel (x86_64)",
7
+ "metalAvailable": true,
8
+ "dedicatedHosts": true,
9
+ "spot": true,
10
+ "hibernation": true,
11
+ "operatingSystems": [
12
+ "Windows",
13
+ "Linux"
14
+ ],
15
+ "memoryGiB": 3072.0,
16
+ "processor": "Intel Xeon Granite Rapids",
17
+ "vCPUs": 192,
18
+ "cpuCores": 96,
19
+ "threadsPerCore": 2,
20
+ "accelerators": null,
21
+ "acceleratorMemory": null,
22
+ "network": {
23
+ "bandwidthGbps": "75 Gigabit",
24
+ "efa": true,
25
+ "ena": true,
26
+ "enaExpress": true,
27
+ "networkCards": 1,
28
+ "maxInterfaces": 24,
29
+ "ipv4PerInterface": 64,
30
+ "ipv6": true
31
+ },
32
+ "ebs": {
33
+ "bandwidthMbps": {
34
+ "baseline": 60000.0,
35
+ "burst": null
36
+ },
37
+ "throughputMBps": {
38
+ "baseline": 7500.0,
39
+ "burst": null
40
+ },
41
+ "iops": {
42
+ "baseline": 240000.0,
43
+ "burst": null
44
+ },
45
+ "nvme": true,
46
+ "volumeLimit": {
47
+ "limit": 128,
48
+ "limitType": "dedicated"
49
+ }
50
+ },
51
+ "instanceStore": null,
52
+ "security": {
53
+ "ebsEncryption": true,
54
+ "instanceStoreEncryption": null,
55
+ "encryptionInTransit": true,
56
+ "amdSEVSNP": false,
57
+ "nitroTPM": true,
58
+ "nitroEnclaves": true
59
+ }
60
+ }
@@ -0,0 +1,63 @@
1
+ {
2
+ "instanceType": "x8i.4xlarge",
3
+ "family": "X8i",
4
+ "category": "memory_optimized",
5
+ "hypervisor": "Nitro v6",
6
+ "processorArchitecture": "Intel (x86_64)",
7
+ "metalAvailable": true,
8
+ "dedicatedHosts": true,
9
+ "spot": true,
10
+ "hibernation": true,
11
+ "operatingSystems": [
12
+ "Windows",
13
+ "Linux"
14
+ ],
15
+ "memoryGiB": 256.0,
16
+ "processor": "Intel Xeon Granite Rapids",
17
+ "vCPUs": 16,
18
+ "cpuCores": 8,
19
+ "threadsPerCore": 2,
20
+ "accelerators": null,
21
+ "acceleratorMemory": null,
22
+ "network": {
23
+ "bandwidthGbps": {
24
+ "baseline": 7.5,
25
+ "burst": 15.0
26
+ },
27
+ "efa": false,
28
+ "ena": true,
29
+ "enaExpress": false,
30
+ "networkCards": 1,
31
+ "maxInterfaces": 8,
32
+ "ipv4PerInterface": 50,
33
+ "ipv6": true
34
+ },
35
+ "ebs": {
36
+ "bandwidthMbps": {
37
+ "baseline": 5000.0,
38
+ "burst": 10000.0
39
+ },
40
+ "throughputMBps": {
41
+ "baseline": 625.0,
42
+ "burst": 1250.0
43
+ },
44
+ "iops": {
45
+ "baseline": 20000.0,
46
+ "burst": 40000.0
47
+ },
48
+ "nvme": true,
49
+ "volumeLimit": {
50
+ "limit": 32,
51
+ "limitType": "dedicated"
52
+ }
53
+ },
54
+ "instanceStore": null,
55
+ "security": {
56
+ "ebsEncryption": true,
57
+ "instanceStoreEncryption": null,
58
+ "encryptionInTransit": true,
59
+ "amdSEVSNP": false,
60
+ "nitroTPM": true,
61
+ "nitroEnclaves": true
62
+ }
63
+ }
@@ -0,0 +1,60 @@
1
+ {
2
+ "instanceType": "x8i.64xlarge",
3
+ "family": "X8i",
4
+ "category": "memory_optimized",
5
+ "hypervisor": "Nitro v6",
6
+ "processorArchitecture": "Intel (x86_64)",
7
+ "metalAvailable": true,
8
+ "dedicatedHosts": true,
9
+ "spot": true,
10
+ "hibernation": true,
11
+ "operatingSystems": [
12
+ "Windows",
13
+ "Linux"
14
+ ],
15
+ "memoryGiB": 4096.0,
16
+ "processor": "Intel Xeon Granite Rapids",
17
+ "vCPUs": 256,
18
+ "cpuCores": 128,
19
+ "threadsPerCore": 2,
20
+ "accelerators": null,
21
+ "acceleratorMemory": null,
22
+ "network": {
23
+ "bandwidthGbps": "80 Gigabit",
24
+ "efa": true,
25
+ "ena": true,
26
+ "enaExpress": true,
27
+ "networkCards": 1,
28
+ "maxInterfaces": 24,
29
+ "ipv4PerInterface": 64,
30
+ "ipv6": true
31
+ },
32
+ "ebs": {
33
+ "bandwidthMbps": {
34
+ "baseline": 70000.0,
35
+ "burst": null
36
+ },
37
+ "throughputMBps": {
38
+ "baseline": 8750.0,
39
+ "burst": null
40
+ },
41
+ "iops": {
42
+ "baseline": 320000.0,
43
+ "burst": null
44
+ },
45
+ "nvme": true,
46
+ "volumeLimit": {
47
+ "limit": 128,
48
+ "limitType": "dedicated"
49
+ }
50
+ },
51
+ "instanceStore": null,
52
+ "security": {
53
+ "ebsEncryption": true,
54
+ "instanceStoreEncryption": null,
55
+ "encryptionInTransit": true,
56
+ "amdSEVSNP": false,
57
+ "nitroTPM": true,
58
+ "nitroEnclaves": true
59
+ }
60
+ }
@@ -0,0 +1,60 @@
1
+ {
2
+ "instanceType": "x8i.8xlarge",
3
+ "family": "X8i",
4
+ "category": "memory_optimized",
5
+ "hypervisor": "Nitro v6",
6
+ "processorArchitecture": "Intel (x86_64)",
7
+ "metalAvailable": true,
8
+ "dedicatedHosts": true,
9
+ "spot": true,
10
+ "hibernation": true,
11
+ "operatingSystems": [
12
+ "Windows",
13
+ "Linux"
14
+ ],
15
+ "memoryGiB": 512.0,
16
+ "processor": "Intel Xeon Granite Rapids",
17
+ "vCPUs": 32,
18
+ "cpuCores": 16,
19
+ "threadsPerCore": 2,
20
+ "accelerators": null,
21
+ "acceleratorMemory": null,
22
+ "network": {
23
+ "bandwidthGbps": "15 Gigabit",
24
+ "efa": false,
25
+ "ena": true,
26
+ "enaExpress": false,
27
+ "networkCards": 1,
28
+ "maxInterfaces": 10,
29
+ "ipv4PerInterface": 50,
30
+ "ipv6": true
31
+ },
32
+ "ebs": {
33
+ "bandwidthMbps": {
34
+ "baseline": 10000.0,
35
+ "burst": null
36
+ },
37
+ "throughputMBps": {
38
+ "baseline": 1250.0,
39
+ "burst": null
40
+ },
41
+ "iops": {
42
+ "baseline": 40000.0,
43
+ "burst": null
44
+ },
45
+ "nvme": true,
46
+ "volumeLimit": {
47
+ "limit": 32,
48
+ "limitType": "dedicated"
49
+ }
50
+ },
51
+ "instanceStore": null,
52
+ "security": {
53
+ "ebsEncryption": true,
54
+ "instanceStoreEncryption": null,
55
+ "encryptionInTransit": true,
56
+ "amdSEVSNP": false,
57
+ "nitroTPM": true,
58
+ "nitroEnclaves": true
59
+ }
60
+ }
@@ -0,0 +1,60 @@
1
+ {
2
+ "instanceType": "x8i.96xlarge",
3
+ "family": "X8i",
4
+ "category": "memory_optimized",
5
+ "hypervisor": "Nitro v6",
6
+ "processorArchitecture": "Intel (x86_64)",
7
+ "metalAvailable": true,
8
+ "dedicatedHosts": true,
9
+ "spot": true,
10
+ "hibernation": true,
11
+ "operatingSystems": [
12
+ "Windows",
13
+ "Linux"
14
+ ],
15
+ "memoryGiB": 6144.0,
16
+ "processor": "Intel Xeon Granite Rapids",
17
+ "vCPUs": 384,
18
+ "cpuCores": 192,
19
+ "threadsPerCore": 2,
20
+ "accelerators": null,
21
+ "acceleratorMemory": null,
22
+ "network": {
23
+ "bandwidthGbps": "100 Gigabit",
24
+ "efa": true,
25
+ "ena": true,
26
+ "enaExpress": true,
27
+ "networkCards": 1,
28
+ "maxInterfaces": 24,
29
+ "ipv4PerInterface": 64,
30
+ "ipv6": true
31
+ },
32
+ "ebs": {
33
+ "bandwidthMbps": {
34
+ "baseline": 80000.0,
35
+ "burst": null
36
+ },
37
+ "throughputMBps": {
38
+ "baseline": 10000.0,
39
+ "burst": null
40
+ },
41
+ "iops": {
42
+ "baseline": 480000.0,
43
+ "burst": null
44
+ },
45
+ "nvme": true,
46
+ "volumeLimit": {
47
+ "limit": 128,
48
+ "limitType": "dedicated"
49
+ }
50
+ },
51
+ "instanceStore": null,
52
+ "security": {
53
+ "ebsEncryption": true,
54
+ "instanceStoreEncryption": null,
55
+ "encryptionInTransit": true,
56
+ "amdSEVSNP": false,
57
+ "nitroTPM": true,
58
+ "nitroEnclaves": true
59
+ }
60
+ }
@@ -0,0 +1,63 @@
1
+ {
2
+ "instanceType": "x8i.large",
3
+ "family": "X8i",
4
+ "category": "memory_optimized",
5
+ "hypervisor": "Nitro v6",
6
+ "processorArchitecture": "Intel (x86_64)",
7
+ "metalAvailable": true,
8
+ "dedicatedHosts": true,
9
+ "spot": true,
10
+ "hibernation": true,
11
+ "operatingSystems": [
12
+ "Windows",
13
+ "Linux"
14
+ ],
15
+ "memoryGiB": 32.0,
16
+ "processor": "Intel Xeon Granite Rapids",
17
+ "vCPUs": 2,
18
+ "cpuCores": 1,
19
+ "threadsPerCore": 2,
20
+ "accelerators": null,
21
+ "acceleratorMemory": null,
22
+ "network": {
23
+ "bandwidthGbps": {
24
+ "baseline": 0.937,
25
+ "burst": 12.5
26
+ },
27
+ "efa": false,
28
+ "ena": true,
29
+ "enaExpress": false,
30
+ "networkCards": 1,
31
+ "maxInterfaces": 3,
32
+ "ipv4PerInterface": 20,
33
+ "ipv6": true
34
+ },
35
+ "ebs": {
36
+ "bandwidthMbps": {
37
+ "baseline": 650.0,
38
+ "burst": 10000.0
39
+ },
40
+ "throughputMBps": {
41
+ "baseline": 81.25,
42
+ "burst": 1250.0
43
+ },
44
+ "iops": {
45
+ "baseline": 3600.0,
46
+ "burst": 40000.0
47
+ },
48
+ "nvme": true,
49
+ "volumeLimit": {
50
+ "limit": 32,
51
+ "limitType": "dedicated"
52
+ }
53
+ },
54
+ "instanceStore": null,
55
+ "security": {
56
+ "ebsEncryption": true,
57
+ "instanceStoreEncryption": null,
58
+ "encryptionInTransit": true,
59
+ "amdSEVSNP": false,
60
+ "nitroTPM": true,
61
+ "nitroEnclaves": false
62
+ }
63
+ }
@@ -0,0 +1,60 @@
1
+ {
2
+ "instanceType": "x8i.metal-48xl",
3
+ "family": "X8i",
4
+ "category": "memory_optimized",
5
+ "hypervisor": "Nitro v6",
6
+ "processorArchitecture": "Intel (x86_64)",
7
+ "metalAvailable": true,
8
+ "dedicatedHosts": true,
9
+ "spot": true,
10
+ "hibernation": true,
11
+ "operatingSystems": [
12
+ "Windows",
13
+ "Linux"
14
+ ],
15
+ "memoryGiB": 3072.0,
16
+ "processor": "Intel Xeon Granite Rapids",
17
+ "vCPUs": 192,
18
+ "cpuCores": 96,
19
+ "threadsPerCore": 2,
20
+ "accelerators": null,
21
+ "acceleratorMemory": null,
22
+ "network": {
23
+ "bandwidthGbps": "75 Gigabit",
24
+ "efa": true,
25
+ "ena": true,
26
+ "enaExpress": true,
27
+ "networkCards": 1,
28
+ "maxInterfaces": 24,
29
+ "ipv4PerInterface": 64,
30
+ "ipv6": true
31
+ },
32
+ "ebs": {
33
+ "bandwidthMbps": {
34
+ "baseline": 60000.0,
35
+ "burst": null
36
+ },
37
+ "throughputMBps": {
38
+ "baseline": 7500.0,
39
+ "burst": null
40
+ },
41
+ "iops": {
42
+ "baseline": 240000.0,
43
+ "burst": null
44
+ },
45
+ "nvme": true,
46
+ "volumeLimit": {
47
+ "limit": 64,
48
+ "limitType": "dedicated"
49
+ }
50
+ },
51
+ "instanceStore": null,
52
+ "security": {
53
+ "ebsEncryption": true,
54
+ "instanceStoreEncryption": null,
55
+ "encryptionInTransit": true,
56
+ "amdSEVSNP": false,
57
+ "nitroTPM": false,
58
+ "nitroEnclaves": false
59
+ }
60
+ }
@@ -0,0 +1,60 @@
1
+ {
2
+ "instanceType": "x8i.metal-96xl",
3
+ "family": "X8i",
4
+ "category": "memory_optimized",
5
+ "hypervisor": "Nitro v6",
6
+ "processorArchitecture": "Intel (x86_64)",
7
+ "metalAvailable": true,
8
+ "dedicatedHosts": true,
9
+ "spot": true,
10
+ "hibernation": true,
11
+ "operatingSystems": [
12
+ "Windows",
13
+ "Linux"
14
+ ],
15
+ "memoryGiB": 6144.0,
16
+ "processor": "Intel Xeon Granite Rapids",
17
+ "vCPUs": 384,
18
+ "cpuCores": 192,
19
+ "threadsPerCore": 2,
20
+ "accelerators": null,
21
+ "acceleratorMemory": null,
22
+ "network": {
23
+ "bandwidthGbps": "100 Gigabit",
24
+ "efa": true,
25
+ "ena": true,
26
+ "enaExpress": true,
27
+ "networkCards": 1,
28
+ "maxInterfaces": 24,
29
+ "ipv4PerInterface": 64,
30
+ "ipv6": true
31
+ },
32
+ "ebs": {
33
+ "bandwidthMbps": {
34
+ "baseline": 80000.0,
35
+ "burst": null
36
+ },
37
+ "throughputMBps": {
38
+ "baseline": 10000.0,
39
+ "burst": null
40
+ },
41
+ "iops": {
42
+ "baseline": 480000.0,
43
+ "burst": null
44
+ },
45
+ "nvme": true,
46
+ "volumeLimit": {
47
+ "limit": 79,
48
+ "limitType": "dedicated"
49
+ }
50
+ },
51
+ "instanceStore": null,
52
+ "security": {
53
+ "ebsEncryption": true,
54
+ "instanceStoreEncryption": null,
55
+ "encryptionInTransit": true,
56
+ "amdSEVSNP": false,
57
+ "nitroTPM": false,
58
+ "nitroEnclaves": false
59
+ }
60
+ }
@@ -0,0 +1,63 @@
1
+ {
2
+ "instanceType": "x8i.xlarge",
3
+ "family": "X8i",
4
+ "category": "memory_optimized",
5
+ "hypervisor": "Nitro v6",
6
+ "processorArchitecture": "Intel (x86_64)",
7
+ "metalAvailable": true,
8
+ "dedicatedHosts": true,
9
+ "spot": true,
10
+ "hibernation": true,
11
+ "operatingSystems": [
12
+ "Windows",
13
+ "Linux"
14
+ ],
15
+ "memoryGiB": 64.0,
16
+ "processor": "Intel Xeon Granite Rapids",
17
+ "vCPUs": 4,
18
+ "cpuCores": 2,
19
+ "threadsPerCore": 2,
20
+ "accelerators": null,
21
+ "acceleratorMemory": null,
22
+ "network": {
23
+ "bandwidthGbps": {
24
+ "baseline": 1.875,
25
+ "burst": 12.5
26
+ },
27
+ "efa": false,
28
+ "ena": true,
29
+ "enaExpress": false,
30
+ "networkCards": 1,
31
+ "maxInterfaces": 4,
32
+ "ipv4PerInterface": 30,
33
+ "ipv6": true
34
+ },
35
+ "ebs": {
36
+ "bandwidthMbps": {
37
+ "baseline": 1250.0,
38
+ "burst": 10000.0
39
+ },
40
+ "throughputMBps": {
41
+ "baseline": 156.25,
42
+ "burst": 1250.0
43
+ },
44
+ "iops": {
45
+ "baseline": 6000.0,
46
+ "burst": 40000.0
47
+ },
48
+ "nvme": true,
49
+ "volumeLimit": {
50
+ "limit": 32,
51
+ "limitType": "dedicated"
52
+ }
53
+ },
54
+ "instanceStore": null,
55
+ "security": {
56
+ "ebsEncryption": true,
57
+ "instanceStoreEncryption": null,
58
+ "encryptionInTransit": true,
59
+ "amdSEVSNP": false,
60
+ "nitroTPM": true,
61
+ "nitroEnclaves": true
62
+ }
63
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aws-instance-info",
3
3
  "description": "Retrieve meta-info for AWS EC2, RDS, and ElastiCache such as size, memory, and more",
4
- "version": "0.2.3",
4
+ "version": "0.2.5",
5
5
  "author": "Brandon Burrus <brandon@burrus.io>",
6
6
  "license": "MIT",
7
7
  "keywords": [