aws-instance-info 0.2.4 → 0.2.6
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/ec2/families/G7e.json +22 -0
- package/data/ec2/families/X8i.json +30 -0
- package/data/ec2/info.json +22 -0
- package/data/ec2/instances/g7e.12xlarge.json +67 -0
- package/data/ec2/instances/g7e.24xlarge.json +67 -0
- package/data/ec2/instances/g7e.2xlarge.json +67 -0
- package/data/ec2/instances/g7e.48xlarge.json +67 -0
- package/data/ec2/instances/g7e.4xlarge.json +67 -0
- package/data/ec2/instances/g7e.8xlarge.json +67 -0
- package/data/ec2/instances/x8i.12xlarge.json +60 -0
- package/data/ec2/instances/x8i.16xlarge.json +60 -0
- package/data/ec2/instances/x8i.24xlarge.json +60 -0
- package/data/ec2/instances/x8i.2xlarge.json +63 -0
- package/data/ec2/instances/x8i.32xlarge.json +60 -0
- package/data/ec2/instances/x8i.48xlarge.json +60 -0
- package/data/ec2/instances/x8i.4xlarge.json +63 -0
- package/data/ec2/instances/x8i.64xlarge.json +60 -0
- package/data/ec2/instances/x8i.8xlarge.json +60 -0
- package/data/ec2/instances/x8i.96xlarge.json +60 -0
- package/data/ec2/instances/x8i.large.json +63 -0
- package/data/ec2/instances/x8i.metal-48xl.json +60 -0
- package/data/ec2/instances/x8i.metal-96xl.json +60 -0
- package/data/ec2/instances/x8i.xlarge.json +63 -0
- package/dist/types.d.ts +2 -2
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -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
|
+
}
|