vantage-sh / ec2instances.info

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

Instance storage reported incorrectly for all but 'm' type instances #678

Closed skijash closed 1 year ago

skijash commented 1 year ago

I remember instance storage being reported correctly, but not it doesn't seem to be the case. If you filter by instance storage (add a minimum of 1gb), all you get are the 'm' type instances, which isn't correct.

EverettBerry commented 1 year ago

Indeed, it appears the webpage we rely on for this info has been updated to split the instances into different tables instead of one large table. Will get this fixed https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html

https://github.com/vantage-sh/ec2instances.info/blob/master/scrape.py#L462