aws-instance-info 0.2.8 → 0.2.10

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 (60) hide show
  1. package/data/ec2/families/C8id.json +1 -1
  2. package/data/ec2/families/Hpc8a.json +17 -0
  3. package/data/ec2/families/M8azn.json +25 -0
  4. package/data/ec2/families/M8id.json +1 -1
  5. package/data/ec2/families/R8id.json +1 -1
  6. package/data/ec2/families/Trn2.json +1 -0
  7. package/data/ec2/info.json +13 -0
  8. package/data/ec2/instances/c8id.12xlarge.json +1 -1
  9. package/data/ec2/instances/c8id.16xlarge.json +1 -1
  10. package/data/ec2/instances/c8id.24xlarge.json +1 -1
  11. package/data/ec2/instances/c8id.2xlarge.json +1 -1
  12. package/data/ec2/instances/c8id.32xlarge.json +1 -1
  13. package/data/ec2/instances/c8id.48xlarge.json +1 -1
  14. package/data/ec2/instances/c8id.4xlarge.json +1 -1
  15. package/data/ec2/instances/c8id.8xlarge.json +1 -1
  16. package/data/ec2/instances/c8id.96xlarge.json +1 -1
  17. package/data/ec2/instances/c8id.large.json +1 -1
  18. package/data/ec2/instances/c8id.metal-48xl.json +1 -1
  19. package/data/ec2/instances/c8id.metal-96xl.json +1 -1
  20. package/data/ec2/instances/c8id.xlarge.json +1 -1
  21. package/data/ec2/instances/hpc8a.96xlarge.json +60 -0
  22. package/data/ec2/instances/m8azn.12xlarge.json +60 -0
  23. package/data/ec2/instances/m8azn.24xlarge.json +60 -0
  24. package/data/ec2/instances/m8azn.3xlarge.json +63 -0
  25. package/data/ec2/instances/m8azn.6xlarge.json +60 -0
  26. package/data/ec2/instances/m8azn.large.json +63 -0
  27. package/data/ec2/instances/m8azn.medium.json +63 -0
  28. package/data/ec2/instances/m8azn.metal-12xl.json +60 -0
  29. package/data/ec2/instances/m8azn.metal-24xl.json +60 -0
  30. package/data/ec2/instances/m8azn.xlarge.json +63 -0
  31. package/data/ec2/instances/m8id.12xlarge.json +1 -1
  32. package/data/ec2/instances/m8id.16xlarge.json +1 -1
  33. package/data/ec2/instances/m8id.24xlarge.json +1 -1
  34. package/data/ec2/instances/m8id.2xlarge.json +1 -1
  35. package/data/ec2/instances/m8id.32xlarge.json +1 -1
  36. package/data/ec2/instances/m8id.48xlarge.json +1 -1
  37. package/data/ec2/instances/m8id.4xlarge.json +1 -1
  38. package/data/ec2/instances/m8id.8xlarge.json +1 -1
  39. package/data/ec2/instances/m8id.96xlarge.json +1 -1
  40. package/data/ec2/instances/m8id.large.json +1 -1
  41. package/data/ec2/instances/m8id.metal-48xl.json +1 -1
  42. package/data/ec2/instances/m8id.metal-96xl.json +1 -1
  43. package/data/ec2/instances/m8id.xlarge.json +1 -1
  44. package/data/ec2/instances/r8id.12xlarge.json +1 -1
  45. package/data/ec2/instances/r8id.16xlarge.json +1 -1
  46. package/data/ec2/instances/r8id.24xlarge.json +1 -1
  47. package/data/ec2/instances/r8id.2xlarge.json +1 -1
  48. package/data/ec2/instances/r8id.32xlarge.json +1 -1
  49. package/data/ec2/instances/r8id.48xlarge.json +1 -1
  50. package/data/ec2/instances/r8id.4xlarge.json +1 -1
  51. package/data/ec2/instances/r8id.8xlarge.json +1 -1
  52. package/data/ec2/instances/r8id.96xlarge.json +1 -1
  53. package/data/ec2/instances/r8id.large.json +1 -1
  54. package/data/ec2/instances/r8id.metal-48xl.json +1 -1
  55. package/data/ec2/instances/r8id.metal-96xl.json +1 -1
  56. package/data/ec2/instances/r8id.xlarge.json +1 -1
  57. package/data/ec2/instances/trn2.3xlarge.json +66 -0
  58. package/dist/types.d.ts +2 -2
  59. package/dist/types.d.ts.map +1 -1
  60. package/package.json +1 -1
@@ -0,0 +1,63 @@
1
+ {
2
+ "instanceType": "m8azn.medium",
3
+ "family": "M8azn",
4
+ "category": "general_purpose",
5
+ "hypervisor": "Nitro v6",
6
+ "processorArchitecture": "AMD (x86_64)",
7
+ "metalAvailable": true,
8
+ "dedicatedHosts": true,
9
+ "spot": true,
10
+ "hibernation": true,
11
+ "operatingSystems": [
12
+ "Windows",
13
+ "Linux"
14
+ ],
15
+ "memoryGiB": 4.0,
16
+ "processor": "AMD EPYC 9R05",
17
+ "vCPUs": 1,
18
+ "cpuCores": 1,
19
+ "threadsPerCore": 1,
20
+ "accelerators": null,
21
+ "acceleratorMemory": null,
22
+ "network": {
23
+ "bandwidthGbps": {
24
+ "baseline": 2.08,
25
+ "burst": 25.0
26
+ },
27
+ "efa": false,
28
+ "ena": true,
29
+ "enaExpress": false,
30
+ "networkCards": 1,
31
+ "maxInterfaces": 3,
32
+ "ipv4PerInterface": 4,
33
+ "ipv6": true
34
+ },
35
+ "ebs": {
36
+ "bandwidthMbps": {
37
+ "baseline": 625.0,
38
+ "burst": 15000.0
39
+ },
40
+ "throughputMBps": {
41
+ "baseline": 78.12,
42
+ "burst": 1875.0
43
+ },
44
+ "iops": {
45
+ "baseline": 2500.0,
46
+ "burst": 60000.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": "m8azn.metal-12xl",
3
+ "family": "M8azn",
4
+ "category": "general_purpose",
5
+ "hypervisor": "Nitro v6",
6
+ "processorArchitecture": "AMD (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": "AMD EPYC 9R05",
17
+ "vCPUs": 48,
18
+ "cpuCores": 48,
19
+ "threadsPerCore": 1,
20
+ "accelerators": null,
21
+ "acceleratorMemory": null,
22
+ "network": {
23
+ "bandwidthGbps": "100 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": false,
58
+ "nitroEnclaves": false
59
+ }
60
+ }
@@ -0,0 +1,60 @@
1
+ {
2
+ "instanceType": "m8azn.metal-24xl",
3
+ "family": "M8azn",
4
+ "category": "general_purpose",
5
+ "hypervisor": "Nitro v6",
6
+ "processorArchitecture": "AMD (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": "AMD EPYC 9R05",
17
+ "vCPUs": 96,
18
+ "cpuCores": 96,
19
+ "threadsPerCore": 1,
20
+ "accelerators": null,
21
+ "acceleratorMemory": null,
22
+ "network": {
23
+ "bandwidthGbps": "200 Gigabit",
24
+ "efa": true,
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": 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": 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": "m8azn.xlarge",
3
+ "family": "M8azn",
4
+ "category": "general_purpose",
5
+ "hypervisor": "Nitro v6",
6
+ "processorArchitecture": "AMD (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": "AMD EPYC 9R05",
17
+ "vCPUs": 4,
18
+ "cpuCores": 4,
19
+ "threadsPerCore": 1,
20
+ "accelerators": null,
21
+ "acceleratorMemory": null,
22
+ "network": {
23
+ "bandwidthGbps": {
24
+ "baseline": 8.33,
25
+ "burst": 40.0
26
+ },
27
+ "efa": false,
28
+ "ena": true,
29
+ "enaExpress": false,
30
+ "networkCards": 1,
31
+ "maxInterfaces": 4,
32
+ "ipv4PerInterface": 20,
33
+ "ipv6": true
34
+ },
35
+ "ebs": {
36
+ "bandwidthMbps": {
37
+ "baseline": 2500.0,
38
+ "burst": 15000.0
39
+ },
40
+ "throughputMBps": {
41
+ "baseline": 312.5,
42
+ "burst": 1875.0
43
+ },
44
+ "iops": {
45
+ "baseline": 10000.0,
46
+ "burst": 60000.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
+ }
@@ -7,7 +7,7 @@
7
7
  "metalAvailable": true,
8
8
  "dedicatedHosts": true,
9
9
  "spot": true,
10
- "hibernation": true,
10
+ "hibernation": false,
11
11
  "operatingSystems": [
12
12
  "Windows",
13
13
  "Linux"
@@ -7,7 +7,7 @@
7
7
  "metalAvailable": true,
8
8
  "dedicatedHosts": true,
9
9
  "spot": true,
10
- "hibernation": true,
10
+ "hibernation": false,
11
11
  "operatingSystems": [
12
12
  "Windows",
13
13
  "Linux"
@@ -7,7 +7,7 @@
7
7
  "metalAvailable": true,
8
8
  "dedicatedHosts": true,
9
9
  "spot": true,
10
- "hibernation": true,
10
+ "hibernation": false,
11
11
  "operatingSystems": [
12
12
  "Windows",
13
13
  "Linux"
@@ -7,7 +7,7 @@
7
7
  "metalAvailable": true,
8
8
  "dedicatedHosts": true,
9
9
  "spot": true,
10
- "hibernation": true,
10
+ "hibernation": false,
11
11
  "operatingSystems": [
12
12
  "Windows",
13
13
  "Linux"
@@ -7,7 +7,7 @@
7
7
  "metalAvailable": true,
8
8
  "dedicatedHosts": true,
9
9
  "spot": true,
10
- "hibernation": true,
10
+ "hibernation": false,
11
11
  "operatingSystems": [
12
12
  "Windows",
13
13
  "Linux"
@@ -7,7 +7,7 @@
7
7
  "metalAvailable": true,
8
8
  "dedicatedHosts": true,
9
9
  "spot": true,
10
- "hibernation": true,
10
+ "hibernation": false,
11
11
  "operatingSystems": [
12
12
  "Windows",
13
13
  "Linux"
@@ -7,7 +7,7 @@
7
7
  "metalAvailable": true,
8
8
  "dedicatedHosts": true,
9
9
  "spot": true,
10
- "hibernation": true,
10
+ "hibernation": false,
11
11
  "operatingSystems": [
12
12
  "Windows",
13
13
  "Linux"
@@ -7,7 +7,7 @@
7
7
  "metalAvailable": true,
8
8
  "dedicatedHosts": true,
9
9
  "spot": true,
10
- "hibernation": true,
10
+ "hibernation": false,
11
11
  "operatingSystems": [
12
12
  "Windows",
13
13
  "Linux"
@@ -7,7 +7,7 @@
7
7
  "metalAvailable": true,
8
8
  "dedicatedHosts": true,
9
9
  "spot": true,
10
- "hibernation": true,
10
+ "hibernation": false,
11
11
  "operatingSystems": [
12
12
  "Windows",
13
13
  "Linux"
@@ -7,7 +7,7 @@
7
7
  "metalAvailable": true,
8
8
  "dedicatedHosts": true,
9
9
  "spot": true,
10
- "hibernation": true,
10
+ "hibernation": false,
11
11
  "operatingSystems": [
12
12
  "Windows",
13
13
  "Linux"
@@ -7,7 +7,7 @@
7
7
  "metalAvailable": true,
8
8
  "dedicatedHosts": true,
9
9
  "spot": true,
10
- "hibernation": true,
10
+ "hibernation": false,
11
11
  "operatingSystems": [
12
12
  "Windows",
13
13
  "Linux"
@@ -7,7 +7,7 @@
7
7
  "metalAvailable": true,
8
8
  "dedicatedHosts": true,
9
9
  "spot": true,
10
- "hibernation": true,
10
+ "hibernation": false,
11
11
  "operatingSystems": [
12
12
  "Windows",
13
13
  "Linux"
@@ -7,7 +7,7 @@
7
7
  "metalAvailable": true,
8
8
  "dedicatedHosts": true,
9
9
  "spot": true,
10
- "hibernation": true,
10
+ "hibernation": false,
11
11
  "operatingSystems": [
12
12
  "Windows",
13
13
  "Linux"
@@ -7,7 +7,7 @@
7
7
  "metalAvailable": true,
8
8
  "dedicatedHosts": true,
9
9
  "spot": true,
10
- "hibernation": true,
10
+ "hibernation": false,
11
11
  "operatingSystems": [
12
12
  "Windows",
13
13
  "Linux"
@@ -7,7 +7,7 @@
7
7
  "metalAvailable": true,
8
8
  "dedicatedHosts": true,
9
9
  "spot": true,
10
- "hibernation": true,
10
+ "hibernation": false,
11
11
  "operatingSystems": [
12
12
  "Windows",
13
13
  "Linux"
@@ -7,7 +7,7 @@
7
7
  "metalAvailable": true,
8
8
  "dedicatedHosts": true,
9
9
  "spot": true,
10
- "hibernation": true,
10
+ "hibernation": false,
11
11
  "operatingSystems": [
12
12
  "Windows",
13
13
  "Linux"
@@ -7,7 +7,7 @@
7
7
  "metalAvailable": true,
8
8
  "dedicatedHosts": true,
9
9
  "spot": true,
10
- "hibernation": true,
10
+ "hibernation": false,
11
11
  "operatingSystems": [
12
12
  "Windows",
13
13
  "Linux"
@@ -7,7 +7,7 @@
7
7
  "metalAvailable": true,
8
8
  "dedicatedHosts": true,
9
9
  "spot": true,
10
- "hibernation": true,
10
+ "hibernation": false,
11
11
  "operatingSystems": [
12
12
  "Windows",
13
13
  "Linux"
@@ -7,7 +7,7 @@
7
7
  "metalAvailable": true,
8
8
  "dedicatedHosts": true,
9
9
  "spot": true,
10
- "hibernation": true,
10
+ "hibernation": false,
11
11
  "operatingSystems": [
12
12
  "Windows",
13
13
  "Linux"
@@ -7,7 +7,7 @@
7
7
  "metalAvailable": true,
8
8
  "dedicatedHosts": true,
9
9
  "spot": true,
10
- "hibernation": true,
10
+ "hibernation": false,
11
11
  "operatingSystems": [
12
12
  "Windows",
13
13
  "Linux"
@@ -7,7 +7,7 @@
7
7
  "metalAvailable": true,
8
8
  "dedicatedHosts": true,
9
9
  "spot": true,
10
- "hibernation": true,
10
+ "hibernation": false,
11
11
  "operatingSystems": [
12
12
  "Windows",
13
13
  "Linux"
@@ -7,7 +7,7 @@
7
7
  "metalAvailable": true,
8
8
  "dedicatedHosts": true,
9
9
  "spot": true,
10
- "hibernation": true,
10
+ "hibernation": false,
11
11
  "operatingSystems": [
12
12
  "Windows",
13
13
  "Linux"
@@ -7,7 +7,7 @@
7
7
  "metalAvailable": true,
8
8
  "dedicatedHosts": true,
9
9
  "spot": true,
10
- "hibernation": true,
10
+ "hibernation": false,
11
11
  "operatingSystems": [
12
12
  "Windows",
13
13
  "Linux"
@@ -7,7 +7,7 @@
7
7
  "metalAvailable": true,
8
8
  "dedicatedHosts": true,
9
9
  "spot": true,
10
- "hibernation": true,
10
+ "hibernation": false,
11
11
  "operatingSystems": [
12
12
  "Windows",
13
13
  "Linux"
@@ -7,7 +7,7 @@
7
7
  "metalAvailable": true,
8
8
  "dedicatedHosts": true,
9
9
  "spot": true,
10
- "hibernation": true,
10
+ "hibernation": false,
11
11
  "operatingSystems": [
12
12
  "Windows",
13
13
  "Linux"
@@ -7,7 +7,7 @@
7
7
  "metalAvailable": true,
8
8
  "dedicatedHosts": true,
9
9
  "spot": true,
10
- "hibernation": true,
10
+ "hibernation": false,
11
11
  "operatingSystems": [
12
12
  "Windows",
13
13
  "Linux"
@@ -0,0 +1,66 @@
1
+ {
2
+ "instanceType": "trn2.3xlarge",
3
+ "family": "Trn2",
4
+ "category": "accelerated_computing",
5
+ "hypervisor": "Nitro v5",
6
+ "processorArchitecture": "Intel (x86_64)",
7
+ "metalAvailable": false,
8
+ "dedicatedHosts": false,
9
+ "spot": true,
10
+ "hibernation": false,
11
+ "operatingSystems": [
12
+ "Linux"
13
+ ],
14
+ "memoryGiB": 128.0,
15
+ "processor": "Intel Xeon Sapphire Rapids",
16
+ "vCPUs": 12,
17
+ "cpuCores": 6,
18
+ "threadsPerCore": 2,
19
+ "accelerators": "1 x AWS Trainium2 accelerators",
20
+ "acceleratorMemory": "512 GiB (1 x 512 GiB)",
21
+ "network": {
22
+ "bandwidthGbps": "200 Gigabit",
23
+ "efa": true,
24
+ "ena": true,
25
+ "enaExpress": false,
26
+ "networkCards": 1,
27
+ "maxInterfaces": 2,
28
+ "ipv4PerInterface": 15,
29
+ "ipv6": true
30
+ },
31
+ "ebs": {
32
+ "bandwidthMbps": {
33
+ "baseline": 5000.0,
34
+ "burst": null
35
+ },
36
+ "throughputMBps": {
37
+ "baseline": 625.0,
38
+ "burst": null
39
+ },
40
+ "iops": {
41
+ "baseline": 16250.0,
42
+ "burst": null
43
+ },
44
+ "nvme": true,
45
+ "volumeLimit": {
46
+ "limit": 32,
47
+ "limitType": "dedicated"
48
+ }
49
+ },
50
+ "instanceStore": {
51
+ "volumes": "1 x 470 GB",
52
+ "storeType": "NVMe SSD",
53
+ "readIOPS": "107,500",
54
+ "writeIOPS": "45,000",
55
+ "needsInit": null,
56
+ "trimSupport": true
57
+ },
58
+ "security": {
59
+ "ebsEncryption": true,
60
+ "instanceStoreEncryption": true,
61
+ "encryptionInTransit": true,
62
+ "amdSEVSNP": false,
63
+ "nitroTPM": false,
64
+ "nitroEnclaves": true
65
+ }
66
+ }