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
@@ -21,7 +21,7 @@
21
21
  "metalAvailable": true,
22
22
  "dedicatedHosts": true,
23
23
  "spot": true,
24
- "hibernation": true,
24
+ "hibernation": false,
25
25
  "operatingSystems": [
26
26
  "Windows",
27
27
  "Linux"
@@ -0,0 +1,17 @@
1
+ {
2
+ "family": "Hpc8a",
3
+ "category": "hpc",
4
+ "instanceTypes": [
5
+ "hpc8a.96xlarge"
6
+ ],
7
+ "hypervisor": "Nitro v6",
8
+ "processorArchitecture": "AMD (x86_64)",
9
+ "metalAvailable": false,
10
+ "dedicatedHosts": false,
11
+ "spot": false,
12
+ "hibernation": false,
13
+ "operatingSystems": [
14
+ "Windows",
15
+ "Linux"
16
+ ]
17
+ }
@@ -0,0 +1,25 @@
1
+ {
2
+ "family": "M8azn",
3
+ "category": "general_purpose",
4
+ "instanceTypes": [
5
+ "m8azn.12xlarge",
6
+ "m8azn.24xlarge",
7
+ "m8azn.3xlarge",
8
+ "m8azn.6xlarge",
9
+ "m8azn.large",
10
+ "m8azn.medium",
11
+ "m8azn.metal-12xl",
12
+ "m8azn.metal-24xl",
13
+ "m8azn.xlarge"
14
+ ],
15
+ "hypervisor": "Nitro v6",
16
+ "processorArchitecture": "AMD (x86_64)",
17
+ "metalAvailable": true,
18
+ "dedicatedHosts": true,
19
+ "spot": true,
20
+ "hibernation": true,
21
+ "operatingSystems": [
22
+ "Windows",
23
+ "Linux"
24
+ ]
25
+ }
@@ -21,7 +21,7 @@
21
21
  "metalAvailable": true,
22
22
  "dedicatedHosts": true,
23
23
  "spot": true,
24
- "hibernation": true,
24
+ "hibernation": false,
25
25
  "operatingSystems": [
26
26
  "Windows",
27
27
  "Linux"
@@ -21,7 +21,7 @@
21
21
  "metalAvailable": true,
22
22
  "dedicatedHosts": true,
23
23
  "spot": true,
24
- "hibernation": true,
24
+ "hibernation": false,
25
25
  "operatingSystems": [
26
26
  "Windows",
27
27
  "Linux"
@@ -2,6 +2,7 @@
2
2
  "family": "Trn2",
3
3
  "category": "accelerated_computing",
4
4
  "instanceTypes": [
5
+ "trn2.3xlarge",
5
6
  "trn2.48xlarge"
6
7
  ],
7
8
  "hypervisor": "Nitro v5",
@@ -48,6 +48,7 @@
48
48
  "Hpc6id",
49
49
  "Hpc7a",
50
50
  "Hpc7g",
51
+ "Hpc8a",
51
52
  "I3",
52
53
  "I3en",
53
54
  "I4g",
@@ -80,6 +81,7 @@
80
81
  "M7i",
81
82
  "M7i-flex",
82
83
  "M8a",
84
+ "M8azn",
83
85
  "M8g",
84
86
  "M8gb",
85
87
  "M8gd",
@@ -511,6 +513,7 @@
511
513
  "hpc7g.16xlarge",
512
514
  "hpc7g.4xlarge",
513
515
  "hpc7g.8xlarge",
516
+ "hpc8a.96xlarge",
514
517
  "i3.16xlarge",
515
518
  "i3.2xlarge",
516
519
  "i3.4xlarge",
@@ -793,6 +796,15 @@
793
796
  "m8a.metal-24xl",
794
797
  "m8a.metal-48xl",
795
798
  "m8a.xlarge",
799
+ "m8azn.12xlarge",
800
+ "m8azn.24xlarge",
801
+ "m8azn.3xlarge",
802
+ "m8azn.6xlarge",
803
+ "m8azn.large",
804
+ "m8azn.medium",
805
+ "m8azn.metal-12xl",
806
+ "m8azn.metal-24xl",
807
+ "m8azn.xlarge",
796
808
  "m8g.12xlarge",
797
809
  "m8g.16xlarge",
798
810
  "m8g.24xlarge",
@@ -1191,6 +1203,7 @@
1191
1203
  "trn1.2xlarge",
1192
1204
  "trn1.32xlarge",
1193
1205
  "trn1n.32xlarge",
1206
+ "trn2.3xlarge",
1194
1207
  "trn2.48xlarge",
1195
1208
  "trn2u.48xlarge",
1196
1209
  "u-12tb1.112xlarge",
@@ -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,60 @@
1
+ {
2
+ "instanceType": "hpc8a.96xlarge",
3
+ "family": "Hpc8a",
4
+ "category": "hpc",
5
+ "hypervisor": "Nitro v6",
6
+ "processorArchitecture": "AMD (x86_64)",
7
+ "metalAvailable": false,
8
+ "dedicatedHosts": false,
9
+ "spot": false,
10
+ "hibernation": false,
11
+ "operatingSystems": [
12
+ "Windows",
13
+ "Linux"
14
+ ],
15
+ "memoryGiB": 768.0,
16
+ "processor": "AMD EPYC 9R45",
17
+ "vCPUs": 192,
18
+ "cpuCores": 192,
19
+ "threadsPerCore": 1,
20
+ "accelerators": null,
21
+ "acceleratorMemory": null,
22
+ "network": {
23
+ "bandwidthGbps": "300 Gigabit",
24
+ "efa": true,
25
+ "ena": true,
26
+ "enaExpress": false,
27
+ "networkCards": 2,
28
+ "maxInterfaces": 4,
29
+ "ipv4PerInterface": 50,
30
+ "ipv6": true
31
+ },
32
+ "ebs": {
33
+ "bandwidthMbps": {
34
+ "baseline": 87.0,
35
+ "burst": 2085.0
36
+ },
37
+ "throughputMBps": {
38
+ "baseline": 10.88,
39
+ "burst": 260.62
40
+ },
41
+ "iops": {
42
+ "baseline": 500.0,
43
+ "burst": 11000.0
44
+ },
45
+ "nvme": true,
46
+ "volumeLimit": {
47
+ "limit": 27,
48
+ "limitType": "dedicated"
49
+ }
50
+ },
51
+ "instanceStore": null,
52
+ "security": {
53
+ "ebsEncryption": true,
54
+ "instanceStoreEncryption": null,
55
+ "encryptionInTransit": true,
56
+ "amdSEVSNP": false,
57
+ "nitroTPM": true,
58
+ "nitroEnclaves": false
59
+ }
60
+ }
@@ -0,0 +1,60 @@
1
+ {
2
+ "instanceType": "m8azn.12xlarge",
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": true,
58
+ "nitroEnclaves": true
59
+ }
60
+ }
@@ -0,0 +1,60 @@
1
+ {
2
+ "instanceType": "m8azn.24xlarge",
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": 128,
48
+ "limitType": "dedicated"
49
+ }
50
+ },
51
+ "instanceStore": null,
52
+ "security": {
53
+ "ebsEncryption": true,
54
+ "instanceStoreEncryption": null,
55
+ "encryptionInTransit": true,
56
+ "amdSEVSNP": false,
57
+ "nitroTPM": true,
58
+ "nitroEnclaves": true
59
+ }
60
+ }
@@ -0,0 +1,63 @@
1
+ {
2
+ "instanceType": "m8azn.3xlarge",
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": 48.0,
16
+ "processor": "AMD EPYC 9R05",
17
+ "vCPUs": 12,
18
+ "cpuCores": 12,
19
+ "threadsPerCore": 1,
20
+ "accelerators": null,
21
+ "acceleratorMemory": null,
22
+ "network": {
23
+ "bandwidthGbps": {
24
+ "baseline": 25.0,
25
+ "burst": 50.0
26
+ },
27
+ "efa": false,
28
+ "ena": true,
29
+ "enaExpress": false,
30
+ "networkCards": 1,
31
+ "maxInterfaces": 8,
32
+ "ipv4PerInterface": 40,
33
+ "ipv6": true
34
+ },
35
+ "ebs": {
36
+ "bandwidthMbps": {
37
+ "baseline": 7500.0,
38
+ "burst": 15000.0
39
+ },
40
+ "throughputMBps": {
41
+ "baseline": 937.5,
42
+ "burst": 1875.0
43
+ },
44
+ "iops": {
45
+ "baseline": 30000.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
+ }
@@ -0,0 +1,60 @@
1
+ {
2
+ "instanceType": "m8azn.6xlarge",
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": 96.0,
16
+ "processor": "AMD EPYC 9R05",
17
+ "vCPUs": 24,
18
+ "cpuCores": 24,
19
+ "threadsPerCore": 1,
20
+ "accelerators": null,
21
+ "acceleratorMemory": null,
22
+ "network": {
23
+ "bandwidthGbps": "50 Gigabit",
24
+ "efa": false,
25
+ "ena": true,
26
+ "enaExpress": false,
27
+ "networkCards": 1,
28
+ "maxInterfaces": 8,
29
+ "ipv4PerInterface": 40,
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": null,
52
+ "security": {
53
+ "ebsEncryption": true,
54
+ "instanceStoreEncryption": null,
55
+ "encryptionInTransit": true,
56
+ "amdSEVSNP": false,
57
+ "nitroTPM": true,
58
+ "nitroEnclaves": true
59
+ }
60
+ }
@@ -0,0 +1,63 @@
1
+ {
2
+ "instanceType": "m8azn.large",
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": 8.0,
16
+ "processor": "AMD EPYC 9R05",
17
+ "vCPUs": 2,
18
+ "cpuCores": 2,
19
+ "threadsPerCore": 1,
20
+ "accelerators": null,
21
+ "acceleratorMemory": null,
22
+ "network": {
23
+ "bandwidthGbps": {
24
+ "baseline": 4.17,
25
+ "burst": 30.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": 1250.0,
38
+ "burst": 15000.0
39
+ },
40
+ "throughputMBps": {
41
+ "baseline": 156.25,
42
+ "burst": 1875.0
43
+ },
44
+ "iops": {
45
+ "baseline": 5000.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
+ }