aws-instance-info 0.2.2 → 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.
- package/data/ec2/families/M8gb.json +24 -0
- package/data/ec2/families/M8gn.json +25 -0
- package/data/ec2/info.json +21 -0
- package/data/ec2/instances/m8gb.12xlarge.json +59 -0
- package/data/ec2/instances/m8gb.16xlarge.json +59 -0
- package/data/ec2/instances/m8gb.24xlarge.json +59 -0
- package/data/ec2/instances/m8gb.2xlarge.json +62 -0
- package/data/ec2/instances/m8gb.4xlarge.json +59 -0
- package/data/ec2/instances/m8gb.8xlarge.json +59 -0
- package/data/ec2/instances/m8gb.large.json +62 -0
- package/data/ec2/instances/m8gb.medium.json +62 -0
- package/data/ec2/instances/m8gb.xlarge.json +62 -0
- package/data/ec2/instances/m8gn.12xlarge.json +59 -0
- package/data/ec2/instances/m8gn.16xlarge.json +59 -0
- package/data/ec2/instances/m8gn.24xlarge.json +59 -0
- package/data/ec2/instances/m8gn.2xlarge.json +62 -0
- package/data/ec2/instances/m8gn.48xlarge.json +59 -0
- package/data/ec2/instances/m8gn.4xlarge.json +59 -0
- package/data/ec2/instances/m8gn.8xlarge.json +59 -0
- package/data/ec2/instances/m8gn.large.json +62 -0
- package/data/ec2/instances/m8gn.medium.json +62 -0
- package/data/ec2/instances/m8gn.xlarge.json +62 -0
- package/dist/types.d.ts +2 -2
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
{
|
|
2
|
+
"instanceType": "m8gn.16xlarge",
|
|
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": 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": "200 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": 40000.0,
|
|
34
|
+
"burst": null
|
|
35
|
+
},
|
|
36
|
+
"throughputMBps": {
|
|
37
|
+
"baseline": 5000.0,
|
|
38
|
+
"burst": null
|
|
39
|
+
},
|
|
40
|
+
"iops": {
|
|
41
|
+
"baseline": 160000.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": "m8gn.24xlarge",
|
|
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": 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": "300 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": 60000.0,
|
|
34
|
+
"burst": null
|
|
35
|
+
},
|
|
36
|
+
"throughputMBps": {
|
|
37
|
+
"baseline": 7500.0,
|
|
38
|
+
"burst": null
|
|
39
|
+
},
|
|
40
|
+
"iops": {
|
|
41
|
+
"baseline": 240000.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": "m8gn.2xlarge",
|
|
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": 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": 25.0,
|
|
24
|
+
"burst": 50.0
|
|
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": 5000.0,
|
|
37
|
+
"burst": 10000.0
|
|
38
|
+
},
|
|
39
|
+
"throughputMBps": {
|
|
40
|
+
"baseline": 625.0,
|
|
41
|
+
"burst": 1250.0
|
|
42
|
+
},
|
|
43
|
+
"iops": {
|
|
44
|
+
"baseline": 20000.0,
|
|
45
|
+
"burst": 40000.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.48xlarge",
|
|
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": 768.0,
|
|
15
|
+
"processor": "AWS Graviton4 Processor",
|
|
16
|
+
"vCPUs": 192,
|
|
17
|
+
"cpuCores": 192,
|
|
18
|
+
"threadsPerCore": 1,
|
|
19
|
+
"accelerators": null,
|
|
20
|
+
"acceleratorMemory": null,
|
|
21
|
+
"network": {
|
|
22
|
+
"bandwidthGbps": "600 Gigabit",
|
|
23
|
+
"efa": true,
|
|
24
|
+
"ena": true,
|
|
25
|
+
"enaExpress": true,
|
|
26
|
+
"networkCards": 2,
|
|
27
|
+
"maxInterfaces": 24,
|
|
28
|
+
"ipv4PerInterface": 50,
|
|
29
|
+
"ipv6": true
|
|
30
|
+
},
|
|
31
|
+
"ebs": {
|
|
32
|
+
"bandwidthMbps": {
|
|
33
|
+
"baseline": 60000.0,
|
|
34
|
+
"burst": null
|
|
35
|
+
},
|
|
36
|
+
"throughputMBps": {
|
|
37
|
+
"baseline": 7500.0,
|
|
38
|
+
"burst": null
|
|
39
|
+
},
|
|
40
|
+
"iops": {
|
|
41
|
+
"baseline": 240000.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,59 @@
|
|
|
1
|
+
{
|
|
2
|
+
"instanceType": "m8gn.4xlarge",
|
|
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": 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": "50 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": 10000.0,
|
|
34
|
+
"burst": null
|
|
35
|
+
},
|
|
36
|
+
"throughputMBps": {
|
|
37
|
+
"baseline": 1250.0,
|
|
38
|
+
"burst": null
|
|
39
|
+
},
|
|
40
|
+
"iops": {
|
|
41
|
+
"baseline": 40000.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": "m8gn.8xlarge",
|
|
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": 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": "100 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": 20000.0,
|
|
34
|
+
"burst": null
|
|
35
|
+
},
|
|
36
|
+
"throughputMBps": {
|
|
37
|
+
"baseline": 2500.0,
|
|
38
|
+
"burst": null
|
|
39
|
+
},
|
|
40
|
+
"iops": {
|
|
41
|
+
"baseline": 80000.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": "m8gn.large",
|
|
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": 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": 6.25,
|
|
24
|
+
"burst": 30.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": 1250.0,
|
|
37
|
+
"burst": 10000.0
|
|
38
|
+
},
|
|
39
|
+
"throughputMBps": {
|
|
40
|
+
"baseline": 156.25,
|
|
41
|
+
"burst": 1250.0
|
|
42
|
+
},
|
|
43
|
+
"iops": {
|
|
44
|
+
"baseline": 5000.0,
|
|
45
|
+
"burst": 40000.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": "m8gn.medium",
|
|
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": 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": 3.125,
|
|
24
|
+
"burst": 25.0
|
|
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": 760.0,
|
|
37
|
+
"burst": 10000.0
|
|
38
|
+
},
|
|
39
|
+
"throughputMBps": {
|
|
40
|
+
"baseline": 95.0,
|
|
41
|
+
"burst": 1250.0
|
|
42
|
+
},
|
|
43
|
+
"iops": {
|
|
44
|
+
"baseline": 2500.0,
|
|
45
|
+
"burst": 40000.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": "m8gn.xlarge",
|
|
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": 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": 12.5,
|
|
24
|
+
"burst": 40.0
|
|
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": 2500.0,
|
|
37
|
+
"burst": 10000.0
|
|
38
|
+
},
|
|
39
|
+
"throughputMBps": {
|
|
40
|
+
"baseline": 312.5,
|
|
41
|
+
"burst": 1250.0
|
|
42
|
+
},
|
|
43
|
+
"iops": {
|
|
44
|
+
"baseline": 10000.0,
|
|
45
|
+
"burst": 40000.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
|
+
}
|