fivexl / aws-cost-and-usage-report-generator

Python script to generate montly AWS cost and usage report break down
Apache License 2.0
6 stars 2 forks source link

exclude credits by `credit_filter` #1

Closed cageyv closed 2 years ago

cageyv commented 2 years ago

Filter equals charge type exclude only "Credit" image But it can not fix Tax. And Tax will show real tax

Andrey9kin commented 2 years ago

fixed by cd062966b57382baad1fa1f86b46a569a0c7e12d

Andrey9kin commented 2 years ago

I only found PR after implementing this myself because needed it for Herring. Will be checking pull requests next time before jumping into implementation