vantage-sh / ec2instances.info

Amazon EC2 instance comparison site
https://ec2instances.info
MIT License
5.19k stars 585 forks source link

Add a column for instance store SSD I/O performance #587

Open karlney opened 3 years ago

karlney commented 3 years ago

It would be very useful to be able to get a column for this information for EC2 instances with SSD disks.

Basically the two last columns (100% Random Read IOPS/Write IOPS) in the 'SSD I/O performance' tables at

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/storage-optimized-instances.html or https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/general-purpose-instances.html ...

rishikhan commented 2 years ago

It may be better to get this information (and a lot of other scraped stuff!) programmatically from the API: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/describe-instance-types.html

EverettBerry commented 2 years ago

Agree @rishikhan doing everything we can from the API is preferred.