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.
@@ -0,0 +1,24 @@
1
+ {
2
+ "family": "M8gb",
3
+ "category": "general_purpose",
4
+ "instanceTypes": [
5
+ "m8gb.12xlarge",
6
+ "m8gb.16xlarge",
7
+ "m8gb.24xlarge",
8
+ "m8gb.2xlarge",
9
+ "m8gb.4xlarge",
10
+ "m8gb.8xlarge",
11
+ "m8gb.large",
12
+ "m8gb.medium",
13
+ "m8gb.xlarge"
14
+ ],
15
+ "hypervisor": "Nitro v6",
16
+ "processorArchitecture": "AWS Graviton (arm64)",
17
+ "metalAvailable": false,
18
+ "dedicatedHosts": true,
19
+ "spot": true,
20
+ "hibernation": true,
21
+ "operatingSystems": [
22
+ "Linux"
23
+ ]
24
+ }
@@ -0,0 +1,25 @@
1
+ {
2
+ "family": "M8gn",
3
+ "category": "general_purpose",
4
+ "instanceTypes": [
5
+ "m8gn.12xlarge",
6
+ "m8gn.16xlarge",
7
+ "m8gn.24xlarge",
8
+ "m8gn.2xlarge",
9
+ "m8gn.48xlarge",
10
+ "m8gn.4xlarge",
11
+ "m8gn.8xlarge",
12
+ "m8gn.large",
13
+ "m8gn.medium",
14
+ "m8gn.xlarge"
15
+ ],
16
+ "hypervisor": "Nitro v6",
17
+ "processorArchitecture": "AWS Graviton (arm64)",
18
+ "metalAvailable": false,
19
+ "dedicatedHosts": true,
20
+ "spot": true,
21
+ "hibernation": true,
22
+ "operatingSystems": [
23
+ "Linux"
24
+ ]
25
+ }
@@ -79,7 +79,9 @@
79
79
  "M7i-flex",
80
80
  "M8a",
81
81
  "M8g",
82
+ "M8gb",
82
83
  "M8gd",
84
+ "M8gn",
83
85
  "M8i",
84
86
  "M8i-flex",
85
87
  "Mac-m4",
@@ -777,6 +779,15 @@
777
779
  "m8g.metal-24xl",
778
780
  "m8g.metal-48xl",
779
781
  "m8g.xlarge",
782
+ "m8gb.12xlarge",
783
+ "m8gb.16xlarge",
784
+ "m8gb.24xlarge",
785
+ "m8gb.2xlarge",
786
+ "m8gb.4xlarge",
787
+ "m8gb.8xlarge",
788
+ "m8gb.large",
789
+ "m8gb.medium",
790
+ "m8gb.xlarge",
780
791
  "m8gd.12xlarge",
781
792
  "m8gd.16xlarge",
782
793
  "m8gd.24xlarge",
@@ -789,6 +800,16 @@
789
800
  "m8gd.metal-24xl",
790
801
  "m8gd.metal-48xl",
791
802
  "m8gd.xlarge",
803
+ "m8gn.12xlarge",
804
+ "m8gn.16xlarge",
805
+ "m8gn.24xlarge",
806
+ "m8gn.2xlarge",
807
+ "m8gn.48xlarge",
808
+ "m8gn.4xlarge",
809
+ "m8gn.8xlarge",
810
+ "m8gn.large",
811
+ "m8gn.medium",
812
+ "m8gn.xlarge",
792
813
  "m8i-flex.12xlarge",
793
814
  "m8i-flex.16xlarge",
794
815
  "m8i-flex.2xlarge",
@@ -0,0 +1,59 @@
1
+ {
2
+ "instanceType": "m8gb.12xlarge",
3
+ "family": "M8gb",
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": 192.0,
15
+ "processor": "AWS Graviton4 Processor",
16
+ "vCPUs": 48,
17
+ "cpuCores": 48,
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": 12,
28
+ "ipv4PerInterface": 30,
29
+ "ipv6": true
30
+ },
31
+ "ebs": {
32
+ "bandwidthMbps": {
33
+ "baseline": 75000.0,
34
+ "burst": null
35
+ },
36
+ "throughputMBps": {
37
+ "baseline": 9375.0,
38
+ "burst": null
39
+ },
40
+ "iops": {
41
+ "baseline": 360000.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": "m8gb.16xlarge",
3
+ "family": "M8gb",
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": "133.33 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": 100000.0,
34
+ "burst": null
35
+ },
36
+ "throughputMBps": {
37
+ "baseline": 12500.0,
38
+ "burst": null
39
+ },
40
+ "iops": {
41
+ "baseline": 480000.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": "m8gb.24xlarge",
3
+ "family": "M8gb",
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": "200 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": 150000.0,
34
+ "burst": null
35
+ },
36
+ "throughputMBps": {
37
+ "baseline": 18750.0,
38
+ "burst": null
39
+ },
40
+ "iops": {
41
+ "baseline": 720000.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": "m8gb.2xlarge",
3
+ "family": "M8gb",
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": 16.666,
24
+ "burst": 33.333
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": 12500.0,
37
+ "burst": 25000.0
38
+ },
39
+ "throughputMBps": {
40
+ "baseline": 1562.5,
41
+ "burst": 3125.0
42
+ },
43
+ "iops": {
44
+ "baseline": 60000.0,
45
+ "burst": 120000.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": "m8gb.4xlarge",
3
+ "family": "M8gb",
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": "33.33 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": 25000.0,
34
+ "burst": null
35
+ },
36
+ "throughputMBps": {
37
+ "baseline": 3125.0,
38
+ "burst": null
39
+ },
40
+ "iops": {
41
+ "baseline": 120000.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": "m8gb.8xlarge",
3
+ "family": "M8gb",
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": "66.66 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": 50000.0,
34
+ "burst": null
35
+ },
36
+ "throughputMBps": {
37
+ "baseline": 6250.0,
38
+ "burst": null
39
+ },
40
+ "iops": {
41
+ "baseline": 240000.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": "m8gb.large",
3
+ "family": "M8gb",
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": 4.166,
24
+ "burst": 20.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": 3125.0,
37
+ "burst": 25000.0
38
+ },
39
+ "throughputMBps": {
40
+ "baseline": 390.62,
41
+ "burst": 3125.0
42
+ },
43
+ "iops": {
44
+ "baseline": 15000.0,
45
+ "burst": 120000.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": "m8gb.medium",
3
+ "family": "M8gb",
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": 2.083,
24
+ "burst": 16.666
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": 1562.0,
37
+ "burst": 25000.0
38
+ },
39
+ "throughputMBps": {
40
+ "baseline": 195.31,
41
+ "burst": 3125.0
42
+ },
43
+ "iops": {
44
+ "baseline": 7500.0,
45
+ "burst": 120000.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": "m8gb.xlarge",
3
+ "family": "M8gb",
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": 8.333,
24
+ "burst": 26.666
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": 6250.0,
37
+ "burst": 25000.0
38
+ },
39
+ "throughputMBps": {
40
+ "baseline": 781.25,
41
+ "burst": 3125.0
42
+ },
43
+ "iops": {
44
+ "baseline": 30000.0,
45
+ "burst": 120000.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.12xlarge",
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": 192.0,
15
+ "processor": "AWS Graviton4 Processor",
16
+ "vCPUs": 48,
17
+ "cpuCores": 48,
18
+ "threadsPerCore": 1,
19
+ "accelerators": null,
20
+ "acceleratorMemory": null,
21
+ "network": {
22
+ "bandwidthGbps": "150 Gigabit",
23
+ "efa": false,
24
+ "ena": true,
25
+ "enaExpress": true,
26
+ "networkCards": 1,
27
+ "maxInterfaces": 12,
28
+ "ipv4PerInterface": 30,
29
+ "ipv6": true
30
+ },
31
+ "ebs": {
32
+ "bandwidthMbps": {
33
+ "baseline": 30000.0,
34
+ "burst": null
35
+ },
36
+ "throughputMBps": {
37
+ "baseline": 3750.0,
38
+ "burst": null
39
+ },
40
+ "iops": {
41
+ "baseline": 120000.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
+ }