Skip to content

Commit

Permalink
Exclude Enterprise Discount Program Discount and `Solution Provider…
Browse files Browse the repository at this point in the history
… Program Discount`
  • Loading branch information
manics committed May 14, 2024
1 parent c951826 commit 8c9d091
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion hic_aws_costing_tools/aws_costs.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,16 @@

DEFAULT_COST_TYPE = "UnblendedCost"
DEFAULT_GRANULARITY = "MONTHLY"
DEFAULT_EXCLUDE_RECORD_TYPES = ["Credit", "Refund", "Tax"]
DEFAULT_EXCLUDE_RECORD_TYPES = [
"Credit",
"Refund",
"Tax",
# These two aren't documented on
# https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-cost-categories.html#cost-categories-terms
# Waiting for confirmation from AWS Support that it's OK to use these
"Enterprise Discount Program Discount",
"Solution Provider Program Discount",
]
EXPECTED_UNIT = "USD"


Expand Down

0 comments on commit 8c9d091

Please sign in to comment.