vantage-sh / ec2instances.info

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

Improved rounding in Family Sizes table #733

Open arvindpunk opened 3 months ago

arvindpunk commented 3 months ago

Description

When the memory of instance is 0.5, it shows up as 0 - which is a bit misleading (refer to attached image).

image

Solution

Should round up to 1 (or 2?) decimal place(s) instead. The instance detail page doesn't do any rounding, so the underlying data itself is accurate.