Sign inSign up

umweltdk/resource-cost

By umweltdk

Updated over 10 years ago

Small Sinatra app that downloads AWS billing detail report and calculates cost per resourceId

Image
0

1.1K

umweltdk/resource-cost repository overview

umweltdk/resource-cost

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.

Building

docker build -t umweltdk/resource-cost .

Tag summary

Content type

Image

Digest

Size

271.2 MB

Last updated

over 10 years ago

docker pull umweltdk/resource-cost