Filters for max value
Min filter is great, but I regularly find myself wanting a max filter, too. There are so many instance types that with just a min filter one still sees a ton of instances, so it's hard to narrow down to just the instance types you really want to see. For example, we have an instance with 7.5 GB RAM and we want to look for types that have just a little more (but not 32GB, not 64GB, etc.). I can enter 7.5 for min RAM, but that will show me everything above 7.5, which is still a lot of instance types.
:+1:
I just wanted to create an issue for the same thing, luckily I found this first :)
I tried to implement this and I created a patch(find it attached) but I'm completely new to jquery so soon I got stuck and I don't know how to make it work.
Feel free to pick it up from where I left it.
Note: The patch also attempts to filter by CPU cores, which I personally find more useful than the compute units.