All Projects → iann0036 → aws-bill-export

iann0036 / aws-bill-export

Licence: MIT license
Download AWS bills from the console programmatically.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to aws-bill-export

aws-cost-miner
Application to extract usefull information from Aws Billing Report
Stars: ✭ 34 (-34.62%)
Mutual labels:  aws-billing
Ice
AWS Usage Tool
Stars: ✭ 2,784 (+5253.85%)
Mutual labels:  aws-billing

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].