This is a simple tool to get AWS total cost
poetry install
poetry run python app/reporter.py
docker build -t aws-cost-slack-reporter .
docker run --rm aws-cost-slack-reporter
accounts YAML file with AWS credentials:
accounts:
account-name:
secret_access_key: "Secret Access Key" # pragma: allowlist secret
access_key_id: "Access Key ID" # pragma: allowlist secret
export AWS_COST_REPORTER_CONFIG="path to accounts YAML file"