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 Risposte
2
Risposta accettata

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
ESPERTO
con risposta 4 mesi fa
profile picture
ESPERTO
verificato 7 giorni fa
profile pictureAWS
ESPERTO
verificato 4 mesi fa
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
ESPERTO
Kallu
con risposta 4 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande