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.
Files changed (46) hide show
  1. package/data/ec2/families/C8id.json +29 -0
  2. package/data/ec2/families/M8id.json +29 -0
  3. package/data/ec2/families/R8id.json +29 -0
  4. package/data/ec2/info.json +42 -0
  5. package/data/ec2/instances/c8id.12xlarge.json +67 -0
  6. package/data/ec2/instances/c8id.16xlarge.json +67 -0
  7. package/data/ec2/instances/c8id.24xlarge.json +67 -0
  8. package/data/ec2/instances/c8id.2xlarge.json +70 -0
  9. package/data/ec2/instances/c8id.32xlarge.json +67 -0
  10. package/data/ec2/instances/c8id.48xlarge.json +67 -0
  11. package/data/ec2/instances/c8id.4xlarge.json +70 -0
  12. package/data/ec2/instances/c8id.8xlarge.json +67 -0
  13. package/data/ec2/instances/c8id.96xlarge.json +67 -0
  14. package/data/ec2/instances/c8id.large.json +70 -0
  15. package/data/ec2/instances/c8id.metal-48xl.json +67 -0
  16. package/data/ec2/instances/c8id.metal-96xl.json +67 -0
  17. package/data/ec2/instances/c8id.xlarge.json +70 -0
  18. package/data/ec2/instances/m8id.12xlarge.json +67 -0
  19. package/data/ec2/instances/m8id.16xlarge.json +67 -0
  20. package/data/ec2/instances/m8id.24xlarge.json +67 -0
  21. package/data/ec2/instances/m8id.2xlarge.json +70 -0
  22. package/data/ec2/instances/m8id.32xlarge.json +67 -0
  23. package/data/ec2/instances/m8id.48xlarge.json +67 -0
  24. package/data/ec2/instances/m8id.4xlarge.json +70 -0
  25. package/data/ec2/instances/m8id.8xlarge.json +67 -0
  26. package/data/ec2/instances/m8id.96xlarge.json +67 -0
  27. package/data/ec2/instances/m8id.large.json +70 -0
  28. package/data/ec2/instances/m8id.metal-48xl.json +67 -0
  29. package/data/ec2/instances/m8id.metal-96xl.json +67 -0
  30. package/data/ec2/instances/m8id.xlarge.json +70 -0
  31. package/data/ec2/instances/r8id.12xlarge.json +67 -0
  32. package/data/ec2/instances/r8id.16xlarge.json +67 -0
  33. package/data/ec2/instances/r8id.24xlarge.json +67 -0
  34. package/data/ec2/instances/r8id.2xlarge.json +70 -0
  35. package/data/ec2/instances/r8id.32xlarge.json +67 -0
  36. package/data/ec2/instances/r8id.48xlarge.json +67 -0
  37. package/data/ec2/instances/r8id.4xlarge.json +70 -0
  38. package/data/ec2/instances/r8id.8xlarge.json +67 -0
  39. package/data/ec2/instances/r8id.96xlarge.json +67 -0
  40. package/data/ec2/instances/r8id.large.json +70 -0
  41. package/data/ec2/instances/r8id.metal-48xl.json +67 -0
  42. package/data/ec2/instances/r8id.metal-96xl.json +67 -0
  43. package/data/ec2/instances/r8id.xlarge.json +70 -0
  44. package/dist/types.d.ts +2 -2
  45. package/dist/types.d.ts.map +1 -1
  46. package/package.json +1 -1
@@ -0,0 +1,67 @@
1
+ {
2
+ "instanceType": "m8id.32xlarge",
3
+ "family": "M8id",
4
+ "category": "general_purpose",
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": 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": "m8id.48xlarge",
3
+ "family": "M8id",
4
+ "category": "general_purpose",
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": 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": "m8id.4xlarge",
3
+ "family": "M8id",
4
+ "category": "general_purpose",
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": 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
+ }
@@ -0,0 +1,67 @@
1
+ {
2
+ "instanceType": "m8id.8xlarge",
3
+ "family": "M8id",
4
+ "category": "general_purpose",
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": 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": {
52
+ "volumes": "1 x 1900 GB",
53
+ "storeType": "NVMe SSD",
54
+ "readIOPS": "536,666",
55
+ "writeIOPS": "268,334",
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": "m8id.96xlarge",
3
+ "family": "M8id",
4
+ "category": "general_purpose",
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": 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": {
52
+ "volumes": "6 x 3800 GB",
53
+ "storeType": "NVMe SSD",
54
+ "readIOPS": "6,439,992",
55
+ "writeIOPS": "3,220,008",
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": "m8id.large",
3
+ "family": "M8id",
4
+ "category": "general_purpose",
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": 8.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": {
55
+ "volumes": "1 x 118 GB",
56
+ "storeType": "NVMe SSD",
57
+ "readIOPS": "33,542",
58
+ "writeIOPS": "16,771",
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": false
69
+ }
70
+ }
@@ -0,0 +1,67 @@
1
+ {
2
+ "instanceType": "m8id.metal-48xl",
3
+ "family": "M8id",
4
+ "category": "general_purpose",
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": 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": {
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": false,
65
+ "nitroEnclaves": false
66
+ }
67
+ }
@@ -0,0 +1,67 @@
1
+ {
2
+ "instanceType": "m8id.metal-96xl",
3
+ "family": "M8id",
4
+ "category": "general_purpose",
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": 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": {
52
+ "volumes": "6 x 3800 GB",
53
+ "storeType": "NVMe SSD",
54
+ "readIOPS": "6,439,992",
55
+ "writeIOPS": "3,220,008",
56
+ "needsInit": null,
57
+ "trimSupport": true
58
+ },
59
+ "security": {
60
+ "ebsEncryption": true,
61
+ "instanceStoreEncryption": true,
62
+ "encryptionInTransit": true,
63
+ "amdSEVSNP": false,
64
+ "nitroTPM": false,
65
+ "nitroEnclaves": false
66
+ }
67
+ }
@@ -0,0 +1,70 @@
1
+ {
2
+ "instanceType": "m8id.xlarge",
3
+ "family": "M8id",
4
+ "category": "general_purpose",
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": 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": {
55
+ "volumes": "1 x 237 GB",
56
+ "storeType": "NVMe SSD",
57
+ "readIOPS": "67,083",
58
+ "writeIOPS": "33,542",
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": "r8id.12xlarge",
3
+ "family": "R8id",
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": 384.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
+ }