https://github.com/trackit/aws-bill-converter
Convert old AWS billing CSVs to the newer “Usage and Cost Report” format.
https://github.com/trackit/aws-bill-converter
Last synced: 9 months ago
JSON representation
Convert old AWS billing CSVs to the newer “Usage and Cost Report” format.
- Host: GitHub
- URL: https://github.com/trackit/aws-bill-converter
- Owner: trackit
- License: mit
- Created: 2018-02-28T12:59:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-28T12:59:39.000Z (over 8 years ago)
- Last Synced: 2025-06-12T10:08:32.681Z (12 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 2
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AWS Bill Converter
AWS can optionally export detailed billing data as CSV files in S3 buckets. Two
formats exist for this purpose, which are not interoperable. This script will
read such a file in the old format from standard input, convert it as best as
possible to the new format and write it to standard output.
In the process some data will be lost.
This tool was designed to use data in the old format with the reporting tool at
[trackit/aws-cost-report](https://github.com/trackit/aws-cost-report).