You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also concur with stavistavi that line 395 of the code is re-referencing 'BaselineThroughputInMBps' again, when it should be using 'MaximumThroughputInMBps'.
"Max Throughput (MB/s) on EBS" should be 1/8 of "Max Bandwidth (Mbps)" (bits to Bytes division by "8").
Instead, the value seems to be a copy of Baseline Throughput (MB/s)" value.
AWS API is returning correct info:
where https://instances.vantage.sh/aws/ec2/t3.xlarge returns 86.875 as Max Throughput (MB/s).
Did a quick look into code and I believe the issue is here:
https://github.com/vantage-sh/ec2instances.info/blob/00a11b403b44fb1033c3baa101d295812de16008/ec2.py#L395C1-L396C1
The text was updated successfully, but these errors were encountered: