- Newest
- Most votes
- Most comments
Hi, yes Aurora Serverless v2 is charged when not in use - unlike v1 it never scales down to 0. It will continue to charge you 0.5 ACU, which over 2 months would be about 730 ACU-hr.
However you've been charged 2885.123 ACU-hr, so your database has been scaling up over 0.5 ACU a fair bit (or you have more than one database running). I'd suggest having a look at the metrics in CloudWatch for your database and seeing how it has responded at the times you were processing records.
Also I see you've enabled RDS Proxy. At https://aws.amazon.com/rds/proxy/pricing/ you can see that this has a minimum charge of 8 ACUs, so over 2 months about 2 x 730 x 8 ACU-hr = 11680 ACU-hr. Your bill shows 23040 ACU-hr, so maybe you've created two RDS Proxy instances?
Relevant content
- asked 6 years ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 8 months ago
Thanks for the response. I am using 2 servers one is for dev and other is for prod. I will check the CloudWatch and see the history. Will keep posted after verifying the sever configurations and validating logs. Thanks