Small Sinatra app that downloads AWS billing detail report and calculates cost per resourceId
1.1K
A small webservice that converts AWS detailed billing report to a sumed by resourceId and looking up Customer tag if not found.
Returns the result as a CSV file.
To run locally simply do:
docker run --rm -p 4567:4567 -e AWS_ACCESS_KEY_ID=sdfsdf*****2334 \
-e AWS_SECRET_ACCESS_KEY=sfdfsd****234 \
-e DEFAULT_BUCKET=mycompany-billing \
-e DEFAULT_ACCOUNT=1234567890 \
umweltdk/resource-cost
And then visit http://localhost:4567 for VERY simply UI.
docker build -t umweltdk/resource-cost .
Content type
Image
Digest
Size
271.2 MB
Last updated
over 10 years ago
docker pull umweltdk/resource-cost