- Newest
- Most votes
- Most comments
The "No Operation" line item in your RDS Cost Explorer view with negative values is actually normal AWS billing behavior, not an error. This represents billing adjustments and credits being applied to your account.
When you see negative amounts under "No Operation" in Cost Explorer, these are typically:
- Refunds or credits - AWS may issue credits for various reasons such as service level agreement (SLA) violations, promotional credits, or billing corrections
- Prorated charges adjustments - When you modify or delete RDS instances mid-billing cycle, AWS adjusts the charges accordingly
- Reserved Instance or Savings Plans adjustments - If you have RDS Reserved Instances or are using Savings Plans, the billing system applies discounts which can show as negative adjustments
The "No Operation" category is used because these adjustments aren't tied to a specific API operation like CreateDBInstance or ModifyDBInstance - they're account-level billing corrections.
This is why your overall RDS costs fluctuate month-to-month. The actual usage charges appear as positive amounts under specific operation types, while the credits and adjustments appear as negative amounts under "No Operation."
To get a clearer picture of your actual RDS spending, you can view your costs without grouping by API Operation, or you can review your detailed billing reports in the AWS Billing Console where these adjustments will be itemized with descriptions explaining each credit or adjustment.
answered 2 months ago
Relevant content
asked 2 years ago
- AWS OFFICIALUpdated 6 months ago

I dont have any Reserved Instance or Savings Plans adjustments. We never delete our instances. But we change some parameters here and there like max_execution_time or binlog_expire_logs_seconds. Dont think that should have an impact. Im not aware of credits, this account is more than 3 years old so that rules out AWS Free Tier credits too. Are there any other credits RDS gives out that im not aware of?