create_budget 'CostFilters' doesn't filter cost data with tag and service #4248
Labels
bug
This issue is a confirmed bug.
costexplorer
A low-level client representing AWS Cost Explorer Service
p2
This is a standard priority issue
service-api
This issue is caused by the service API, not the SDK implementation.
Describe the bug
Following boto3 latest(1.35.6) create_budget doc to create a budget with tag and service filter:
The
test_ec2_monthly
budget is created, but wasn't filtered correctly(no cost data at all after applied cost filter).This budget displays the correct filter on the budget parameter:
but there is no cost data in the preview in the edit:
However, manually removing and applying the same budget with the same filter through the edit budget console makes it works as expected(cost data showing on the preview).
Expected Behavior
create_budget with tag and service filter should filter the cost data correctly:
Current Behavior
create_budget with tag and service showing empty cost data(seems like the cost data has been falsely filtered)
Reproduction Steps
Contract
Contract:fmi_luthi
Contract:fmi_luthi
and serviceEC2-Instances (Elastic Compute Cloud - Compute)
,EC2-Other
Possible Solution
No response
Additional Information/Context
No response
SDK version used
1.35.6
Environment details (OS name and version, etc.)
Ubuntu 22.04
The text was updated successfully, but these errors were encountered: