Teevity / ice

AWS Usage Tool
2.85k stars 434 forks source link

Items without "region" cloumn are being ignored, so total bill amount is showing less than actual #207

Open subbaraoganeshna opened 8 years ago

subbaraoganeshna commented 8 years ago

In aws "csv" files which ice uses to parse data, has colums like "a/c name", "service", "region" etc ...

I found ice showing bill less than actual bill, reason is for some items like "data transfers" ... "region" column will be empty. So when ice uses to sum items in a region it loops thorough regions colum and sums, since some of the "region" cloumns are empty as i mentioned above, thouse charges are being ignored.

Can any one help fix it , i don't want region based data i can live with it, but i need correct bill amount .

please help me, i appreciate your time. Thank you very much.