AWS CLI for Monthly Invoice PDFs

0

I have a scenario in which I have to download monthly invoice PDFs through AWS CLI rather than logging into the AWS console and manually downloading them. Is there any possible way to achieve this?

2 Answers
2

There is no API (or AWS CLI) for downloading invoice PDFs. You'd have to scrape it from the web page. Something like this https://github.com/iann0036/aws-bill-export

profile picture
EXPERT
Kallu
answered 4 months ago
1
Accepted Answer

As mentioned above, you cannot automate that via an api: https://repost.aws/knowledge-center/download-pdf-invoice.

It depends on what you want to achieve, but what you could look is either reuse cost explorer api(https://docs.aws.amazon.com/cost-management/latest/userguide/ce-api.html) or send a copy of the invoice to an email https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/getting-viewing-bill.html#emailed-invoice (maybe with workmail) and fetch it as attachment

profile picture
EXPERT
answered 4 months ago
profile pictureAWS
EXPERT
reviewed 4 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions