ec2instances.info icon indicating copy to clipboard operation
ec2instances.info copied to clipboard

Filter out Arm or x86

Open lozbrown opened this issue 3 years ago • 6 comments

how would someone filter out all the Arm graviton stuff? the software i plan on running needs to be on x86

lozbrown avatar Aug 01 '22 13:08 lozbrown

The easiest way to do this currently is to add the Physical Processor column then input Intel into the search bar image

EverettBerry avatar Aug 01 '22 13:08 EverettBerry

Wouldn't that exclude AMD stuff?

lozbrown avatar Aug 01 '22 13:08 lozbrown

Great point 😅 you can do Intel|AMD in the search bar on the top right to include both. image

EverettBerry avatar Aug 01 '22 14:08 EverettBerry

@lozbrown if that works for you, you can close this issue. We do have a feature request for regex or negation so I will reference this there.

EverettBerry avatar Aug 01 '22 16:08 EverettBerry

Cculd the pipe symbol for or capability be made more clear on the website

lozbrown avatar Aug 01 '22 16:08 lozbrown

Yeah you bet, I'll update our docs page here and then add a link to it https://handbook.vantage.sh/tools/instance-pricing/

EverettBerry avatar Aug 01 '22 16:08 EverettBerry

This workaround works for now, but given that CPU architecture is listed on the instance details page (see t3a.nano vs t4g.nano), it would helpful and more intuitive if this was just a column.

gjoseph92 avatar Oct 05 '22 22:10 gjoseph92

Thanks for this. I can probably add this pretty quickly.

EverettBerry avatar Oct 05 '22 23:10 EverettBerry

I tripped on this, too. Related issue: #400

pataquets avatar Nov 16 '22 12:11 pataquets

@lozbrown @gjoseph92 @pataquets Hey folks, wanted to bring your attention to a few items with the goal of closing this issue.

  1. I just merged Regex support for column filters, #674, which means you can now do things like ^((?!Graviton).)*$ to exclude all ARM instances. You can also do Intel|AMD|Apple to achieve the same result. This change will be live within 24 hours as our cache clears.
  2. These are filters for the Phyiscal Processor column.
  3. I've updated the documentation to reflect this functionality https://handbook.vantage.sh/tools/instances/#regex-support

Please let me know if these items satisfy the feature requests here and we can close this out!

EverettBerry avatar Jan 03 '23 20:01 EverettBerry

Nice work, this is really helpful

lozbrown avatar Jan 04 '23 05:01 lozbrown

Thanks @EverettBerry, that definitely makes things easier. Still think it might be nice to have a "CPU Architecture" column eventually, but for now this does make the filtering easier.

gjoseph92 avatar Jan 17 '23 23:01 gjoseph92