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
Copy file name to clipboardExpand all lines: README.md
+12-11Lines changed: 12 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -145,17 +145,17 @@ Filter Flags:
145
145
--deny-list string List of instance types which should be excluded w/ regex syntax (Example: m[1-2]\.*)
146
146
-e, --ena-support Instance types where ENA is supported or required
147
147
-f, --fpga-support FPGA instance types
148
-
--gpu-memory-total floatNumber of GPUs' total memory in GiB (Example: 4) (sets --gpu-memory-total-min and -max to the same value)
149
-
--gpu-memory-total-max floatMaximum Number of GPUs' total memory in GiB (Example: 4) If --gpu-memory-total-min is not specified, the lower bound will be 0
150
-
--gpu-memory-total-min floatMinimum Number of GPUs' total memory in GiB (Example: 4) If --gpu-memory-total-max is not specified, the upper bound will be infinity
148
+
--gpu-memory-total string Number of GPUs' total memory (Example: 4 GiB) (sets --gpu-memory-total-min and -max to the same value)
149
+
--gpu-memory-total-max string Maximum Number of GPUs' total memory (Example: 4 GiB) If --gpu-memory-total-min is not specified, the lower bound will be 0
150
+
--gpu-memory-total-min string Minimum Number of GPUs' total memory (Example: 4 GiB) If --gpu-memory-total-max is not specified, the upper bound will be infinity
151
151
-g, --gpus int Total Number of GPUs (Example: 4) (sets --gpus-min and -max to the same value)
152
152
--gpus-max int Maximum Total Number of GPUs (Example: 4) If --gpus-min is not specified, the lower bound will be 0
153
153
--gpus-min int Minimum Total Number of GPUs (Example: 4) If --gpus-max is not specified, the upper bound will be infinity
154
154
--hibernation-support Hibernation supported
155
155
--hypervisor string Hypervisor: [xen or nitro]
156
-
-m, --memory floatAmount of Memory available in GiB (Example: 4) (sets --memory-min and -max to the same value)
157
-
--memory-max floatMaximum Amount of Memory available in GiB (Example: 4) If --memory-min is not specified, the lower bound will be 0
158
-
--memory-min floatMinimum Amount of Memory available in GiB (Example: 4) If --memory-max is not specified, the upper bound will be infinity
156
+
-m, --memory string Amount of Memory available (Example: 4 GiB) (sets --memory-min and -max to the same value)
157
+
--memory-max string Maximum Amount of Memory available (Example: 4 GiB) If --memory-min is not specified, the lower bound will be 0
158
+
--memory-min string Minimum Amount of Memory available (Example: 4 GiB) If --memory-max is not specified, the upper bound will be infinity
159
159
--network-interfaces int Number of network interfaces (ENIs) that can be attached to the instance (sets --network-interfaces-min and -max to the same value)
160
160
--network-interfaces-max int Maximum Number of network interfaces (ENIs) that can be attached to the instance If --network-interfaces-min is not specified, the lower bound will be 0
161
161
--network-interfaces-min int Minimum Number of network interfaces (ENIs) that can be attached to the instance If --network-interfaces-max is not specified, the upper bound will be infinity
@@ -168,7 +168,7 @@ Filter Flags:
168
168
-c, --vcpus int Number of vcpus available to the instance type. (sets --vcpus-min and -max to the same value)
169
169
--vcpus-max int Maximum Number of vcpus available to the instance type. If --vcpus-min is not specified, the lower bound will be 0
170
170
--vcpus-min int Minimum Number of vcpus available to the instance type. If --vcpus-max is not specified, the upper bound will be infinity
171
-
--vcpus-to-memory-ratio string The ratio of vcpus to memory in MiB. (Example: 1:2)
171
+
--vcpus-to-memory-ratio string The ratio of vcpus to GiBs of memory. (Example: 1:2)
0 commit comments