You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instance Type VCPUs Mem (GiB) Hypervisor Current Gen Hibernation Support CPU Arch Network Performance ENIs GPUs GPU Mem (GiB) GPU Info On-Demand Price/Hr Spot Price/Hr
Instance Type VCPUs Mem (GiB) Hypervisor Current Gen Hibernation Support CPU Arch Network Performance ENIs GPUs GPU Mem (GiB) GPU Info On-Demand Price/Hr Spot Price/Hr
NOTE: 832 entries were truncated, increase --max-results to see more
208
+
NOTE: 855 entries were truncated, increase --max-results to see more
209
209
```
210
210
JSON path must point to a field in the [instancetype.Details struct](https://github.com/aws/amazon-ec2-instance-selector/blob/5bffbf2750ee09f5f1308bdc8d4b635a2c6e2721/pkg/instancetypes/instancetypes.go#L37).
211
211
@@ -367,7 +367,7 @@ NOTE: There were no transformations on the filters to display
367
367
"SpotPrice": null
368
368
}
369
369
]
370
-
NOTE: 841 entries were truncated, increase --max-results to see more
370
+
NOTE: 864 entries were truncated, increase --max-results to see more
371
371
```
372
372
NOTE: Use this JSON format as reference when finding JSON paths for sorting
373
373
@@ -395,8 +395,8 @@ Filter Flags:
395
395
-z, --availability-zones strings Availability zones or zone ids to check EC2 capacity offered in specific AZs
396
396
--baremetal Bare Metal instance types (.metal instances)
397
397
-b, --burst-support Burstable instance types
398
-
-a, --cpu-architecture string CPU architecture [x86_64, amd64, x86_64_mac, i386, or arm64]
399
-
--cpu-manufacturer string CPU manufacturer [amd, intel, aws]
398
+
-a, --cpu-architecture string CPU architecture [x86_64, amd64, x86_64_mac, i386, arm64, or arm64_mac]
399
+
--cpu-manufacturer string CPU manufacturer [amd, intel, aws, apple]
400
400
--current-generation Current generation instance types (explicitly set this to false to not return current generation instance types)
401
401
--dedicated-hosts Dedicated Hosts supported
402
402
--deny-list string List of instance types which should be excluded w/ regex syntax (Example: m[1-2]\.*)
@@ -437,6 +437,7 @@ Filter Flags:
437
437
--instance-storage string Amount of local instance storage (Example: 4 GiB) (sets --instance-storage-min and -max to the same value)
438
438
--instance-storage-max string Maximum Amount of local instance storage (Example: 4 GiB) If --instance-storage-min is not specified, the lower bound will be 0
439
439
--instance-storage-min string Minimum Amount of local instance storage (Example: 4 GiB) If --instance-storage-max is not specified, the upper bound will be infinity
440
+
--instance-types strings Instance Type names (must be exact, use allow-list for regex)
440
441
--ipv6 Instance Types that support IPv6
441
442
-m, --memory string Amount of Memory available (Example: 4 GiB) (sets --memory-min and -max to the same value)
442
443
--memory-max string Maximum Amount of Memory available (Example: 4 GiB) If --memory-min is not specified, the lower bound will be 0
0 commit comments