aws-bill-export icon indicating copy to clipboard operation
aws-bill-export copied to clipboard

Download AWS bills from the console programmatically.

AWS Bill Export

"something monstrous"

Downloads AWS bills from the console programmatically.

Installation

Launch Stack

Click the above link to deploy the stack to your environment.

If you prefer, you can also manually upsert the template.yml stack from source.

Currently, the only tested region is us-east-1.

Usage

The stack outputs a base URL you can use to make calls. The following calls can be made:

Show complete bill contents

https://<baseurl>/completebill.json?month=3&year=2020

Show the invoice list

https://<baseurl>/invoicelist.json?month=3&year=2020

Show linked account bills

https://<baseurl>/linkedaccountbillsummary.json?month=3&year=2020

Notes

Authentication and/or authorization is anonymous by default. This is left as an exercise for you.