container to download and push detailled billing csv into elasticsearch
303
Allows for the download and ingest of a detailled billing report from AWS into elasticsearch. updated for es7
Run the container and ingest a report to a local ELK stack
docker run --env-file ./env.file --net elasticsearch_esnet --rm -it sot001/docker-billing:latest
AWS_SECRET_ACCESS_KEY='secretKeyHere'
AWS_ACCESS_KEY_ID='secretKeyIDHere'
AWS_REGION='aws region here'
BUCKET='the bucket where your detailled billing report sits'
ACCOUNT='your account number'
YEAR=YYYY
MONTH=MM
ES_HOST='host name of es cluster'
ES_PORT=es cluster port
Content type
Image
Digest
Size
101.9 MB
Last updated
over 6 years ago
docker pull sot001/docker-billing