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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New Features 🎊 🥳
You can now specify the --flexible flag to retrieve a group of similar instance types using an opinionated set of raw filters filled in for you automatically. All the filters can be overridden if specified directly, but by default, you will get a list of x86_64 c, m, r, or t family instance types that are spread across generations. The instance type selections with --flexible are perfect to put into an ASG MixedInstancesPolicy w/ Spot. #20
Bug Fixes
The --vcpus-to-memory-ratio has been modified to be more lenient to support selection of older instance types that do not fall into a perfect ratio. #18
Verbose output showing allow-list and deny-list regex input has been fixed. Before this fix, an empty {} output would be shown if a regex was specified and null if no regex was specified. Now you will see the full regex string passed in as you probably would expect :) . #17