aws-instance-info 0.2.7 → 0.2.8
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/C8id.json +29 -0
- package/data/ec2/families/M8id.json +29 -0
- package/data/ec2/families/R8id.json +29 -0
- package/data/ec2/info.json +42 -0
- package/data/ec2/instances/c8id.12xlarge.json +67 -0
- package/data/ec2/instances/c8id.16xlarge.json +67 -0
- package/data/ec2/instances/c8id.24xlarge.json +67 -0
- package/data/ec2/instances/c8id.2xlarge.json +70 -0
- package/data/ec2/instances/c8id.32xlarge.json +67 -0
- package/data/ec2/instances/c8id.48xlarge.json +67 -0
- package/data/ec2/instances/c8id.4xlarge.json +70 -0
- package/data/ec2/instances/c8id.8xlarge.json +67 -0
- package/data/ec2/instances/c8id.96xlarge.json +67 -0
- package/data/ec2/instances/c8id.large.json +70 -0
- package/data/ec2/instances/c8id.metal-48xl.json +67 -0
- package/data/ec2/instances/c8id.metal-96xl.json +67 -0
- package/data/ec2/instances/c8id.xlarge.json +70 -0
- package/data/ec2/instances/m8id.12xlarge.json +67 -0
- package/data/ec2/instances/m8id.16xlarge.json +67 -0
- package/data/ec2/instances/m8id.24xlarge.json +67 -0
- package/data/ec2/instances/m8id.2xlarge.json +70 -0
- package/data/ec2/instances/m8id.32xlarge.json +67 -0
- package/data/ec2/instances/m8id.48xlarge.json +67 -0
- package/data/ec2/instances/m8id.4xlarge.json +70 -0
- package/data/ec2/instances/m8id.8xlarge.json +67 -0
- package/data/ec2/instances/m8id.96xlarge.json +67 -0
- package/data/ec2/instances/m8id.large.json +70 -0
- package/data/ec2/instances/m8id.metal-48xl.json +67 -0
- package/data/ec2/instances/m8id.metal-96xl.json +67 -0
- package/data/ec2/instances/m8id.xlarge.json +70 -0
- package/data/ec2/instances/r8id.12xlarge.json +67 -0
- package/data/ec2/instances/r8id.16xlarge.json +67 -0
- package/data/ec2/instances/r8id.24xlarge.json +67 -0
- package/data/ec2/instances/r8id.2xlarge.json +70 -0
- package/data/ec2/instances/r8id.32xlarge.json +67 -0
- package/data/ec2/instances/r8id.48xlarge.json +67 -0
- package/data/ec2/instances/r8id.4xlarge.json +70 -0
- package/data/ec2/instances/r8id.8xlarge.json +67 -0
- package/data/ec2/instances/r8id.96xlarge.json +67 -0
- package/data/ec2/instances/r8id.large.json +70 -0
- package/data/ec2/instances/r8id.metal-48xl.json +67 -0
- package/data/ec2/instances/r8id.metal-96xl.json +67 -0
- package/data/ec2/instances/r8id.xlarge.json +70 -0
- package/dist/types.d.ts +2 -2
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"family": "C8id",
|
|
3
|
+
"category": "compute_optimized",
|
|
4
|
+
"instanceTypes": [
|
|
5
|
+
"c8id.12xlarge",
|
|
6
|
+
"c8id.16xlarge",
|
|
7
|
+
"c8id.24xlarge",
|
|
8
|
+
"c8id.2xlarge",
|
|
9
|
+
"c8id.32xlarge",
|
|
10
|
+
"c8id.48xlarge",
|
|
11
|
+
"c8id.4xlarge",
|
|
12
|
+
"c8id.8xlarge",
|
|
13
|
+
"c8id.96xlarge",
|
|
14
|
+
"c8id.large",
|
|
15
|
+
"c8id.metal-48xl",
|
|
16
|
+
"c8id.metal-96xl",
|
|
17
|
+
"c8id.xlarge"
|
|
18
|
+
],
|
|
19
|
+
"hypervisor": "Nitro v6",
|
|
20
|
+
"processorArchitecture": "Intel (x86_64)",
|
|
21
|
+
"metalAvailable": true,
|
|
22
|
+
"dedicatedHosts": true,
|
|
23
|
+
"spot": true,
|
|
24
|
+
"hibernation": true,
|
|
25
|
+
"operatingSystems": [
|
|
26
|
+
"Windows",
|
|
27
|
+
"Linux"
|
|
28
|
+
]
|
|
29
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"family": "M8id",
|
|
3
|
+
"category": "general_purpose",
|
|
4
|
+
"instanceTypes": [
|
|
5
|
+
"m8id.12xlarge",
|
|
6
|
+
"m8id.16xlarge",
|
|
7
|
+
"m8id.24xlarge",
|
|
8
|
+
"m8id.2xlarge",
|
|
9
|
+
"m8id.32xlarge",
|
|
10
|
+
"m8id.48xlarge",
|
|
11
|
+
"m8id.4xlarge",
|
|
12
|
+
"m8id.8xlarge",
|
|
13
|
+
"m8id.96xlarge",
|
|
14
|
+
"m8id.large",
|
|
15
|
+
"m8id.metal-48xl",
|
|
16
|
+
"m8id.metal-96xl",
|
|
17
|
+
"m8id.xlarge"
|
|
18
|
+
],
|
|
19
|
+
"hypervisor": "Nitro v6",
|
|
20
|
+
"processorArchitecture": "Intel (x86_64)",
|
|
21
|
+
"metalAvailable": true,
|
|
22
|
+
"dedicatedHosts": true,
|
|
23
|
+
"spot": true,
|
|
24
|
+
"hibernation": true,
|
|
25
|
+
"operatingSystems": [
|
|
26
|
+
"Windows",
|
|
27
|
+
"Linux"
|
|
28
|
+
]
|
|
29
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"family": "R8id",
|
|
3
|
+
"category": "memory_optimized",
|
|
4
|
+
"instanceTypes": [
|
|
5
|
+
"r8id.12xlarge",
|
|
6
|
+
"r8id.16xlarge",
|
|
7
|
+
"r8id.24xlarge",
|
|
8
|
+
"r8id.2xlarge",
|
|
9
|
+
"r8id.32xlarge",
|
|
10
|
+
"r8id.48xlarge",
|
|
11
|
+
"r8id.4xlarge",
|
|
12
|
+
"r8id.8xlarge",
|
|
13
|
+
"r8id.96xlarge",
|
|
14
|
+
"r8id.large",
|
|
15
|
+
"r8id.metal-48xl",
|
|
16
|
+
"r8id.metal-96xl",
|
|
17
|
+
"r8id.xlarge"
|
|
18
|
+
],
|
|
19
|
+
"hypervisor": "Nitro v6",
|
|
20
|
+
"processorArchitecture": "Intel (x86_64)",
|
|
21
|
+
"metalAvailable": true,
|
|
22
|
+
"dedicatedHosts": true,
|
|
23
|
+
"spot": true,
|
|
24
|
+
"hibernation": true,
|
|
25
|
+
"operatingSystems": [
|
|
26
|
+
"Windows",
|
|
27
|
+
"Linux"
|
|
28
|
+
]
|
|
29
|
+
}
|
package/data/ec2/info.json
CHANGED
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
"C8gn",
|
|
26
26
|
"C8i",
|
|
27
27
|
"C8i-flex",
|
|
28
|
+
"C8id",
|
|
28
29
|
"D2",
|
|
29
30
|
"D3",
|
|
30
31
|
"D3en",
|
|
@@ -85,6 +86,7 @@
|
|
|
85
86
|
"M8gn",
|
|
86
87
|
"M8i",
|
|
87
88
|
"M8i-flex",
|
|
89
|
+
"M8id",
|
|
88
90
|
"Mac-m4",
|
|
89
91
|
"Mac-m4pro",
|
|
90
92
|
"Mac1",
|
|
@@ -126,6 +128,7 @@
|
|
|
126
128
|
"R8gn",
|
|
127
129
|
"R8i",
|
|
128
130
|
"R8i-flex",
|
|
131
|
+
"R8id",
|
|
129
132
|
"T2",
|
|
130
133
|
"T3",
|
|
131
134
|
"T3a",
|
|
@@ -405,6 +408,19 @@
|
|
|
405
408
|
"c8i.metal-48xl",
|
|
406
409
|
"c8i.metal-96xl",
|
|
407
410
|
"c8i.xlarge",
|
|
411
|
+
"c8id.12xlarge",
|
|
412
|
+
"c8id.16xlarge",
|
|
413
|
+
"c8id.24xlarge",
|
|
414
|
+
"c8id.2xlarge",
|
|
415
|
+
"c8id.32xlarge",
|
|
416
|
+
"c8id.48xlarge",
|
|
417
|
+
"c8id.4xlarge",
|
|
418
|
+
"c8id.8xlarge",
|
|
419
|
+
"c8id.96xlarge",
|
|
420
|
+
"c8id.large",
|
|
421
|
+
"c8id.metal-48xl",
|
|
422
|
+
"c8id.metal-96xl",
|
|
423
|
+
"c8id.xlarge",
|
|
408
424
|
"d2.2xlarge",
|
|
409
425
|
"d2.4xlarge",
|
|
410
426
|
"d2.8xlarge",
|
|
@@ -841,6 +857,19 @@
|
|
|
841
857
|
"m8i.metal-48xl",
|
|
842
858
|
"m8i.metal-96xl",
|
|
843
859
|
"m8i.xlarge",
|
|
860
|
+
"m8id.12xlarge",
|
|
861
|
+
"m8id.16xlarge",
|
|
862
|
+
"m8id.24xlarge",
|
|
863
|
+
"m8id.2xlarge",
|
|
864
|
+
"m8id.32xlarge",
|
|
865
|
+
"m8id.48xlarge",
|
|
866
|
+
"m8id.4xlarge",
|
|
867
|
+
"m8id.8xlarge",
|
|
868
|
+
"m8id.96xlarge",
|
|
869
|
+
"m8id.large",
|
|
870
|
+
"m8id.metal-48xl",
|
|
871
|
+
"m8id.metal-96xl",
|
|
872
|
+
"m8id.xlarge",
|
|
844
873
|
"mac-m4.metal",
|
|
845
874
|
"mac-m4pro.metal",
|
|
846
875
|
"mac1.metal",
|
|
@@ -1118,6 +1147,19 @@
|
|
|
1118
1147
|
"r8i.metal-48xl",
|
|
1119
1148
|
"r8i.metal-96xl",
|
|
1120
1149
|
"r8i.xlarge",
|
|
1150
|
+
"r8id.12xlarge",
|
|
1151
|
+
"r8id.16xlarge",
|
|
1152
|
+
"r8id.24xlarge",
|
|
1153
|
+
"r8id.2xlarge",
|
|
1154
|
+
"r8id.32xlarge",
|
|
1155
|
+
"r8id.48xlarge",
|
|
1156
|
+
"r8id.4xlarge",
|
|
1157
|
+
"r8id.8xlarge",
|
|
1158
|
+
"r8id.96xlarge",
|
|
1159
|
+
"r8id.large",
|
|
1160
|
+
"r8id.metal-48xl",
|
|
1161
|
+
"r8id.metal-96xl",
|
|
1162
|
+
"r8id.xlarge",
|
|
1121
1163
|
"t2.2xlarge",
|
|
1122
1164
|
"t2.large",
|
|
1123
1165
|
"t2.medium",
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
{
|
|
2
|
+
"instanceType": "c8id.12xlarge",
|
|
3
|
+
"family": "C8id",
|
|
4
|
+
"category": "compute_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": 96.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": {
|
|
52
|
+
"volumes": "1 x 2850 GB",
|
|
53
|
+
"storeType": "NVMe SSD",
|
|
54
|
+
"readIOPS": "804,999",
|
|
55
|
+
"writeIOPS": "402,501",
|
|
56
|
+
"needsInit": null,
|
|
57
|
+
"trimSupport": true
|
|
58
|
+
},
|
|
59
|
+
"security": {
|
|
60
|
+
"ebsEncryption": true,
|
|
61
|
+
"instanceStoreEncryption": true,
|
|
62
|
+
"encryptionInTransit": true,
|
|
63
|
+
"amdSEVSNP": false,
|
|
64
|
+
"nitroTPM": true,
|
|
65
|
+
"nitroEnclaves": true
|
|
66
|
+
}
|
|
67
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
{
|
|
2
|
+
"instanceType": "c8id.16xlarge",
|
|
3
|
+
"family": "C8id",
|
|
4
|
+
"category": "compute_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": 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": {
|
|
52
|
+
"volumes": "1 x 3800 GB",
|
|
53
|
+
"storeType": "NVMe SSD",
|
|
54
|
+
"readIOPS": "1,073,332",
|
|
55
|
+
"writeIOPS": "536,668",
|
|
56
|
+
"needsInit": null,
|
|
57
|
+
"trimSupport": true
|
|
58
|
+
},
|
|
59
|
+
"security": {
|
|
60
|
+
"ebsEncryption": true,
|
|
61
|
+
"instanceStoreEncryption": true,
|
|
62
|
+
"encryptionInTransit": true,
|
|
63
|
+
"amdSEVSNP": false,
|
|
64
|
+
"nitroTPM": true,
|
|
65
|
+
"nitroEnclaves": true
|
|
66
|
+
}
|
|
67
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
{
|
|
2
|
+
"instanceType": "c8id.24xlarge",
|
|
3
|
+
"family": "C8id",
|
|
4
|
+
"category": "compute_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": 192.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": {
|
|
52
|
+
"volumes": "2 x 2850 GB",
|
|
53
|
+
"storeType": "NVMe SSD",
|
|
54
|
+
"readIOPS": "1,609,998",
|
|
55
|
+
"writeIOPS": "805,002",
|
|
56
|
+
"needsInit": null,
|
|
57
|
+
"trimSupport": true
|
|
58
|
+
},
|
|
59
|
+
"security": {
|
|
60
|
+
"ebsEncryption": true,
|
|
61
|
+
"instanceStoreEncryption": true,
|
|
62
|
+
"encryptionInTransit": true,
|
|
63
|
+
"amdSEVSNP": false,
|
|
64
|
+
"nitroTPM": true,
|
|
65
|
+
"nitroEnclaves": true
|
|
66
|
+
}
|
|
67
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
{
|
|
2
|
+
"instanceType": "c8id.2xlarge",
|
|
3
|
+
"family": "C8id",
|
|
4
|
+
"category": "compute_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": 16.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": {
|
|
55
|
+
"volumes": "1 x 474 GB",
|
|
56
|
+
"storeType": "NVMe SSD",
|
|
57
|
+
"readIOPS": "134,167",
|
|
58
|
+
"writeIOPS": "67,084",
|
|
59
|
+
"needsInit": null,
|
|
60
|
+
"trimSupport": true
|
|
61
|
+
},
|
|
62
|
+
"security": {
|
|
63
|
+
"ebsEncryption": true,
|
|
64
|
+
"instanceStoreEncryption": true,
|
|
65
|
+
"encryptionInTransit": true,
|
|
66
|
+
"amdSEVSNP": false,
|
|
67
|
+
"nitroTPM": true,
|
|
68
|
+
"nitroEnclaves": true
|
|
69
|
+
}
|
|
70
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
{
|
|
2
|
+
"instanceType": "c8id.32xlarge",
|
|
3
|
+
"family": "C8id",
|
|
4
|
+
"category": "compute_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": 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": {
|
|
52
|
+
"volumes": "2 x 3800 GB",
|
|
53
|
+
"storeType": "NVMe SSD",
|
|
54
|
+
"readIOPS": "2,146,664",
|
|
55
|
+
"writeIOPS": "1,073,336",
|
|
56
|
+
"needsInit": null,
|
|
57
|
+
"trimSupport": true
|
|
58
|
+
},
|
|
59
|
+
"security": {
|
|
60
|
+
"ebsEncryption": true,
|
|
61
|
+
"instanceStoreEncryption": true,
|
|
62
|
+
"encryptionInTransit": true,
|
|
63
|
+
"amdSEVSNP": false,
|
|
64
|
+
"nitroTPM": true,
|
|
65
|
+
"nitroEnclaves": true
|
|
66
|
+
}
|
|
67
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
{
|
|
2
|
+
"instanceType": "c8id.48xlarge",
|
|
3
|
+
"family": "C8id",
|
|
4
|
+
"category": "compute_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": 384.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": {
|
|
52
|
+
"volumes": "3 x 3800 GB",
|
|
53
|
+
"storeType": "NVMe SSD",
|
|
54
|
+
"readIOPS": "3,219,996",
|
|
55
|
+
"writeIOPS": "1,610,004",
|
|
56
|
+
"needsInit": null,
|
|
57
|
+
"trimSupport": true
|
|
58
|
+
},
|
|
59
|
+
"security": {
|
|
60
|
+
"ebsEncryption": true,
|
|
61
|
+
"instanceStoreEncryption": true,
|
|
62
|
+
"encryptionInTransit": true,
|
|
63
|
+
"amdSEVSNP": false,
|
|
64
|
+
"nitroTPM": true,
|
|
65
|
+
"nitroEnclaves": true
|
|
66
|
+
}
|
|
67
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
{
|
|
2
|
+
"instanceType": "c8id.4xlarge",
|
|
3
|
+
"family": "C8id",
|
|
4
|
+
"category": "compute_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": 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": {
|
|
55
|
+
"volumes": "1 x 950 GB",
|
|
56
|
+
"storeType": "NVMe SSD",
|
|
57
|
+
"readIOPS": "268,333",
|
|
58
|
+
"writeIOPS": "134,167",
|
|
59
|
+
"needsInit": null,
|
|
60
|
+
"trimSupport": true
|
|
61
|
+
},
|
|
62
|
+
"security": {
|
|
63
|
+
"ebsEncryption": true,
|
|
64
|
+
"instanceStoreEncryption": true,
|
|
65
|
+
"encryptionInTransit": true,
|
|
66
|
+
"amdSEVSNP": false,
|
|
67
|
+
"nitroTPM": true,
|
|
68
|
+
"nitroEnclaves": true
|
|
69
|
+
}
|
|
70
|
+
}
|