CostMonStart free

AWS bill line item

Aurora:ServerlessV2Usage

The per-second (billed hourly) charge for Aurora Capacity Units (ACUs) consumed by an Aurora Serverless v2 instance, where each ACU is roughly 2 GiB of memory plus corresponding CPU and networking.

DatabasesAmazon Aurora

Aurora Serverless v2 ACU usage

Verified against official AWS documentation last checked

Why it shows up

Serverless v2 autoscales capacity to match load, so a workload with sustained traffic, a query that pins CPU/memory, or a minimum-ACU floor set too high will keep ACU consumption (and this line item) elevated even when the app looks idle.

Because scaling happens continuously and is billed per second, spiky or noisy-neighbor query patterns can drive ACU usage up well beyond what average utilization graphs suggest, making this charge harder to predict than a fixed instance-hour price.

How to cut it

  • Lower the minimum ACU floor if it's set higher than the workload's true idle baseline.
  • Investigate and tune expensive queries that force scale-ups: missing indexes, full scans.
  • Correlate scaling events with specific traffic patterns using database performance metrics.
  • Compare against a provisioned Aurora instance if the workload's variability turns out to be low.

How to read a usage type

The colon in Aurora:ServerlessV2Usage doesn't introduce an instance type the way it does in a code like BoxUsage:m5.large. This code carries no region or direction token either, so there's nothing to break down here.

Found Aurora:ServerlessV2Usage on your own bill?

Drop your Cost Explorer CSV into the AWS Bill Analyzer. It'll flag line items like this one on your own bill and link straight back to the fix.

Analyze your own bill →

A bill read by hand goes stale tomorrow.

Reading one export line by line takes real work. CostMon reads the next one for you, every day, for every provider you connect.

Esc