In December 2025 AWS introduced Database Savings Plans for AWS Databases - Introducing Database Savings Plans for AWS Databases | AWS News Blog
Currently support within the CloudHealth platform of these new savings plans is limited and the current known impacts are outlined further below.
This page will continue to be updated as our product and development team work to implement further support in the future.
Note: Feature support may be subject to change in the future.
Platform Area |
Supported or Unsupported at this time? |
Notes |
|
Cost History Report |
Partially supported | Further functionality to be added in the future. Purchase lineitems are visible under "Other". |
|
FlexReports |
Supported | Please contact your CloudHealth assigned TAM for example FlexReports. |
|
RDS Cost / Usage reports |
Not currently supported | Future support under evaluation |
|
ElastiCache Cost / Usage reports |
Not currently supported | Future support under evaluation |
| Dynamo DB Cost / Usage reports | Not currently supported | Future support under evaluation |
| AWS Asset Reports | Partially Support |
Filters not currently supported but Savings Plans listed via AWS > Cost Management > Savings Plans |
Note: Feature support may be subject to change in the future.
PGB (Partner Generated Billing) Block Type |
Supported or Unsupported at this time? |
Notes |
|
Full Family |
Supported | Full Family configurations are not impacted by AWS Database Savings plans and continue to function with same level of functionality as direct and partner tenants. |
|
Consolidated |
Not currently supported. Please contact support for details on planned workarounds. | PGB processing is impacted by the purchase of AWS Database Savings plans by an account within a consolidated billing block. PGB processing will be impacted after the date of purchase. Please contact CloudHealth Support, and or your CloudHealth TAM for next steps. Please see "Additional Information" below for further details. |
|
Standalone |
Not currently supported. Please contact support for details on planned workarounds. | PGB processing is impacted by the purchase of AWS Database Savings plans by an account within a standalone billing block. PGB processing will be impacted after the date of purchase. Please contact CloudHealth Support, and or your CloudHealth TAM for next steps. Please see "Additional Information" below for further details. |
For Partners wishing to evaluate if a channel customers may have purchased an AWS Database Savings Plan the following FlexReport may be useful to identify customers with current Database Savings Plan usage.
After identifying these accounts, you can then confirm a customer's billing block configuration and if they are standalone or consolidated, please contact CloudHealth Support for workarounds.
NOTE: This FlexReport should be created within the Partner tenant and not the channel customer tenant.
{
"sqlStatement": "SELECT \"organization##accountname\" AS Organization_accountname, timeInterval_Day AS Day, savingsPlan_StartTime AS SavingsPlan_StartTime, savingsPlan_SavingsPlanARN AS SavingsPlan_SavingsPlanARN, savingsPlan_OfferingType AS SavingsPlan_OfferingType, bill_PayerAccountId AS Bill_PayerAccountId, lineItem_LineItemType AS LineItem_LineItemType, lineItem_UsageType AS LineItem_UsageType, SUM(lineItem_UnblendedCost) AS SUM_lineItem_UnblendedCost FROM AWS_CUR WHERE (lineItem_LineItemType IN ('SavingsPlanRecurringFee')) AND (savingsPlan_OfferingType IN ('DatabaseSavingsPlans')) GROUP BY \"organization##accountname\", timeInterval_Day, savingsPlan_StartTime, savingsPlan_SavingsPlanARN, savingsPlan_OfferingType, bill_PayerAccountId, lineItem_LineItemType, lineItem_UsageType ORDER BY Day ASC",
"needBackLinkingForTags": true,
"dataGranularity": "DAILY",
"timeRange": {
"last": 30
},
"limit": -1
}