vantage-sh / ec2instances.info

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

AWS R6in memory values incorrect #672

Closed haydensoliver closed 1 year ago

haydensoliver commented 1 year ago

Listed memory for R6in are incorrect for:

https://aws.amazon.com/ec2/instance-types/r6i/

EverettBerry commented 1 year ago

16x and 32x are correct now. 4x and 8x still off.

We don't do anything special to get this so if i had to guess I would say that the AWS APIs were initially returning wrong values and now some of them are right https://github.com/vantage-sh/ec2instances.info/blob/master/ec2.py#L324

image
EverettBerry commented 1 year ago

All good now :) image