aws-samples / networking-costs-calculator

Sample of a networking costs calculator, helping to estimate the networking costs such as Data Transfer, Transit Gateway Attachments, NAT Gateways etc.
MIT No Attribution
19 stars 1 forks source link

[ALB/NLB] BUG: Monthly LCU cost calculation doesn't add up #16

Closed spanningt closed 6 months ago

spanningt commented 6 months ago

In IAD, the monthly LCU cost doesn't add up for NLB and ALB. Do we have more details on how the math was done? Seems like the totals are just a bit off so maybe it's some rounding error due to the fact the

Also, if possible, adding an hourly LCU-hour cost would help.

image image
moshe-shelly commented 6 months ago

The calc multiplies the hourly rate by 730 and not 720, think that's where the price difference comes from. As for displaying the hourly rate, this is fixed.