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
t3.medium 2 4 nitro true true x86_64 Up to 5 Gigabit 3 0 0 -No Price Filter Specified-
139
-
t3a.medium 2 4 nitro true true x86_64 Up to 5 Gigabit 3 0 0 -No Price Filter Specified-
136
+
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 (30d avg)
ec2-instance-selector is a CLI tool to filter EC2 instance types based on resource criteria.
156
+
eec2-instance-selector is a CLI tool to filter EC2 instance types based on resource criteria.
150
157
Filtering allows you to select all the instance types that match your application requirements.
151
158
Full docs can be found at github.com/aws/amazon-ec2-instance-selector
152
159
@@ -162,7 +169,7 @@ Filter Flags:
162
169
-z, --availability-zones strings Availability zones or zone ids to check EC2 capacity offered in specific AZs
163
170
--baremetal Bare Metal instance types (.metal instances)
164
171
-b, --burst-support Burstable instance types
165
-
-a, --cpu-architecture string CPU architecture [x86_64/amd64, i386, or arm64]
172
+
-a, --cpu-architecture string CPU architecture [x86_64/amd64, x86_64_mac, i386, or arm64]
166
173
--current-generation Current generation instance types (explicitly set this to false to not return current generation instance types)
167
174
--deny-list string List of instance types which should be excluded w/ regex syntax (Example: m[1-2]\.*)
168
175
--efa-support Instance types that support Elastic Fabric Adapters (EFA)
@@ -205,13 +212,15 @@ Suite Flags:
205
212
206
213
207
214
Global Flags:
208
-
-h, --help Help
209
-
--max-results int The maximum number of instance types that match your criteria to return (default 20)
210
-
-o, --output string Specify the output format (table, table-wide, one-line)
211
-
--profile string AWS CLI profile to use for credentials and config
212
-
-r, --region string AWS Region to use for API requests (NOTE: if not passed in, uses AWS SDK default precedence)
213
-
-v, --verbose Verbose - will print out full instance specs
214
-
--version Prints CLI version
215
+
--cache-dir string Directory to save the pricing and instance type caches (default "~/.ec2-instance-selector/")
216
+
--cache-ttl int Cache TTLs in hours for pricing and instance type caches. Setting the cache to 0 will turn off caching and cleanup any on-disk caches. (default 168)
217
+
-h, --help Help
218
+
--max-results int The maximum number of instance types that match your criteria to return (default 20)
219
+
-o, --output string Specify the output format (table, table-wide, one-line)
220
+
--profile string AWS CLI profile to use for credentials and config
221
+
-r, --region string AWS Region to use for API requests (NOTE: if not passed in, uses AWS SDK default precedence)
222
+
-v, --verbose Verbose - will print out full instance specs
0 commit comments