Showing results for Aurora, CO, US
what does “unrealistically low” mean for you? 10? 3789$? this question is the mother of “it depends”. Answer from vater-gans on reddit.com
🌐
Reddit
reddit.com › r/aws › is there a way to get a realistic estimate of how much aurora would cost?
r/aws on Reddit: Is there a way to get a realistic estimate of how much Aurora would cost?
May 22, 2025 -

Our production database needs some maintenance because it was neglected for a while. Some dba friends I know keep telling me to migrate to Postgres compatible Aurora. Others tell me it is too expensive.

When I did some quick estimates in the aws calculator, the cost seems unrealistically low.

Is there some tool that would give me a better idea of how much it would realistically cost?

🌐
Reddit
reddit.com › r/aws › cost for an aurora cluster
r/aws on Reddit: Cost for an aurora cluster
March 12, 2024 -

Hello Experts,

We have one non prod DB cluster in aurora postgres. We are seeing the daily cost for the RDS instance is appearing as ~$300 even we perform no activity on that database. Is there any way to further dig down and see what all queries or functions inside the database is actually contributing to these ~300$ amount?

We were initially thinking if the database backup is costing so much as the database size is ~15TB and we have 7 days backup retention set. But the cost explorer showing the cost under service "backup" as ~$2 only per day. And what should be the backup retention should we set, as it seems its occupying full DB snap each day in the storage and setting the retention for longer period (~35days for e.g.) is going to cost us more?

🌐
Reddit
reddit.com › r/aws › aurora costs suddenly increased
r/aws on Reddit: Aurora costs suddenly increased
December 11, 2024 -

For some reason, I am being billed storage io usage a LOT... And my snapshot sizes are increasing daily - i had a query running for some reason that didnt die for a few days and was at 90% of CPU... I finally managed to kill it, but i dont know if im going to continue to get billed now? None of the tables in my DB have increased in size - What do i need to do now to get this under control? My snapshots were alwasy around 240g.

🌐
Reddit
reddit.com › r/aws › rds aurora cost comparison
r/aws on Reddit: RDS Aurora Cost Comparison
April 21, 2022 -

Recently we've been speaking to our account managers at AWS about RDS right sizing. We have a MySQL m5.4xl instance with two read replicas used for reporting and ad-hoc tasks (m5.2xl and m5.xl).

We're working on some improvements to reduce CPU spikes at the moment so we can switch to a memory optimised instance.

Aurora is interesting and we'd like to try it so we've been discussing POCs with the team.

How would you begin to estimate IO costs on Aurora vs RDS MySQL? Aurora seems to be measured in IO by pages read/written whilst RDS works in IOPS. Is this a similar metric? Our application is fairly IO heavy and it's very old so has some performance issues dotted around which don't help.

We've asked the AWS database guys about this but are still waiting for a reply. Wondering if anyone else has had experience with switching?

🌐
Reddit
reddit.com › r/aws › aurora postgres i/o vs storage cost analysis
r/aws on Reddit: Aurora postgres I/O vs storage cost analysis
July 16, 2024 -

Hello,

We are seeing the bill section its showing the aurora postgres cost per month as ~$6000 for a r7g 8xl standard instance with DB size of ~5TB. Then going to the "storage I/O" section, its showing ~$5000 is attributed to the ~22 billion I/O requests.

So in such scenario ,

1)should we opt for I/O optimized aurora instance rather standard instance as because its noted in document that if we really have >~25% of the cost because of I/O, then we should move to I/O optimized instance?

2)Approx. how much we would be able to save if we move from standard to I/O optimized instance in above situation?

3)Also is this the correct location to see the breakup of the cost for the RDS service or any other way to see and analyze the cost usage per each component of aurora postgres?

🌐
Reddit
reddit.com › r/aws › rds aurora cost optimization help — serverless v2 spiked costs, now on db.r5.2xlarge but need advice
r/aws on Reddit: RDS Aurora Cost Optimization Help — Serverless V2 Spiked Costs, Now on db.r5.2xlarge but Need Advice
April 29, 2025 -

Hey folks,
I’m managing a critical live production workload on Amazon Aurora MySQL (8.0.mysql_aurora.3.05.2), and I need some urgent help with cost optimization.

Last month’s RDS bill hit $966, and management asked me to reduce it. I tried switching to Aurora Serverless V2 with ACUs 1–16, but it was unstable — connections dropped frequently. I raised it to 22 ACUs and realized it was eating cost unnecessarily, even during idle periods.

I switched back to a provisioned db.r5.2xlarge, which is stable but expensive. I tried evaluating t4g.2xlarge, but it couldn’t handle the load. Even db.r5.large chokes under pressure.

Constraints:

  • Can’t downsize the current instance without hurting performance.

  • This is real-time, critical db.

  • I'm already feeling the pressure as the “cloud expert” on the team 😓

My Questions:

  • Has anyone faced similar cost issues with Aurora and solved it elegantly?

  • Would adding a read replica meaningfully reduce cost or just add more?

  • Any gotchas with I/O-Optimized I should be aware of?

  • Anything else I should consider for real-time, production-grade optimization?

Thanks in advance — really appreciate any suggestions without ego. I’m here to learn and improve.

Find elsewhere
🌐
Reddit
reddit.com › r/aws › aurora serverless v2 vs rds cost comparison?
r/aws on Reddit: Aurora Serverless v2 vs RDS cost comparison?
February 4, 2023 -

I have an app in production running on RDS postgresql db.r5.xlarge , the traffic is normal peaking during the day and almost sleeps during the night without any clear spikes.
I have a read replica that is used for reporting queries, this one is problematic, it has spikes whenever the users enter the google data studio reports, and even db.r5.2xlarge doesn't do the job fairly well.
I started thinking about evaluating Aurora Serverless v2 as an option, do you think using serverless will decrease the costs? what sorts of problems using serverless might cause or you have experience with?

Thanks everyone

🌐
Reddit
reddit.com › r/aws › need some guidance on reducing the cost of my aurora serverless database.
r/aws on Reddit: Need some guidance on reducing the cost of my Aurora serverless database.
October 31, 2022 -

Hey there,

Sorry if I lack any technical jargon for this question, I'm still pretty novice to AWS.Right now I have a desktop application that has a leaderboard function. For this I decided with would be best to go down the RDS path. I know pretty little about connecting and running databases, so I opted to go with the serverless route, and wanted to access the database using the Aurora API/ lambda.

I saw AWS deprecated mySQL for serverless 1.0, and since serverless 2.0 does not support the aurora API, I went with the postgres option, as I could still use the API.

I think this is the first mistake, as it seems the minimum ACUs for the postgres option is double of the mySQL. But either way my database has a min and max of 2 ACUs which is probably far more than my application needs. I would estimate max, my user pool will be about 50k and its just storing simple leaderboard numbers.

After one month of running the database, my monthly bill came out to ~230 dollars, which is just a lot especially since I have not even launched this product yet.My main cost was in just running the database :

$0.08 per Aurora Capacity Unit hour running Amazon Aurora PostgreSQL Serverless

2,840.991 ACU-Hr

$227.28

So does anyone have any advice on where to start in reducing the cost ? Should I move off postgres?Would running the EC2 and manually managing the database be cheaper? Would no longer using the API be cheaper ? Any help appreciated

Edit : Wow I just realized while posting this my ACU numbers did not add up and it turns out I was running a second database all month with nothing in it. So thats half the cost atleast lol. But still my questions apply

Top answer
1 of 2
2
With Serverless v2, the hourly cost is somewhere like 12-20 cents per ACU per hour, depending on the AWS Region. You can check the price for each combination of AWS Region and Aurora database engine here: https://aws.amazon.com/rds/aurora/pricing/ Let's consider us-east-1, which (as of January 2024) is 12 cents per ACU per hour. The minimum for Serverless v2 is 0.5 ACUs, so 6 cents / hour. A typical month has 720 hours (30 days) or 744 (31 days). So if you set minimum capacity to 0.5 ACUs, leave the cluster idle, and nothing unexpected happens, best case is roughly $43-45 per month for instance charges. Plus whatever usage-based charges for storage, I/O, and there are some other optional features that could result in charges. (That's why you would go through the exercise with the pricing calculator.) What could interfere with the best case? Turning on memory-consuming or CPU-consuming features could prevent the idle cluster from scaling down to 0.5 ACUs. Something like Performance Insights (minimum 2 ACUs) or global database (minimum 8 ACUs). Cleanup operations like PostgreSQL vacuum could run and cause scaling up when you think the database should be idle. What actions could you take to make the best case even better? Do "stop cluster" overnight or other long periods when you don't need to use the database. If you need to add reader instances to the cluster to test out multi-AZ usage (read/write splitting etc.), delete the reader instances when they're not needed. Have cron jobs to run stop-db-cluster, modify-db-cluster, etc. to put things into a cheaper state during overnight periods if you forget to do it at the end of the day.
2 of 2
0
Your best bet is to use AWS Calculator # https://calculator.aws/#/ in order to estimate the operating cost with the services that you plan to use. Secondly using the Graviton2 instances would save a lot compared with other instances. I have listed some common instance types that you may start using and then change later based on your project workload. t4g : For dev/test workload m6g : For general purpose workload r6g : For memory optimized workload Go with small storage initially and then you can scale it based on the need to optimize the cost.
🌐
Cloudexmachina
cloudexmachina.io › blog › aws-aurora-pricing
AWS Aurora Pricing Explained: What You Really Pay for and Why
September 2, 2025 - Aurora's compute layer follows the classic AWS EC2 generational treadmill, but lately, that treadmill is costing more to stay on, without necessarily running faster. AWS has historically improved performance-per-dollar with each new generation (e.g., r4 → r5 → r6g). But recent trends show: Price increases across newer generations (e.g., r6g → r7g or r8g) without equivalent, measurable performance gains.
🌐
TigerData
tigerdata.com › blog › reducing-amazon-aurora-costs
Reducing Amazon Aurora Costs
February 2, 2024 - Has AWS Aurora’s complexities and cost calculation challenges got you down? You are not alone. From ... Reddit, developers are trying to understand how to reduce their Amazon Aurora costs.
🌐
CloudZero
cloudzero.com › home › blog › aws aurora pricing: how to save costs in 2025
AWS Aurora Pricing: How To Save Costs In 2025
March 25, 2025 - Aurora Global Database allows a single Aurora database to span multiple AWS Regions for low-latency reads and disaster recovery, with costs starting at $0.20 per million replicated write I/Os.
🌐
Bytebase
bytebase.com › blog › understanding-aws-aurora-pricing
Understanding AWS Aurora Pricing (2025)
Cluster configuration: The choice between Aurora Standard and Aurora I/O-Optimized. Deployment options: Utilizing features like Serverless, Provisioned instances, or Global Database. Reserved Instances vs. On-Demand pricing: Commitment-based discounts versus flexible hourly rates. This article demystifies AWS Aurora pricing by breaking down its various components, explaining how they interact, and providing practical strategies to optimize your costs, using examples primarily based on the US East (N.
🌐
Amazon Web Services
amazonaws.cn › en › rds › aurora › pricing
Amazon Aurora Pricing
3 days ago - Aurora Standard offers cost-effective pricing for the vast majority of applications running on Aurora with typical data access patterns and low to moderate I/O usage. With Aurora Standard, you pay for your database instances, storage, and pay-per-request I/O. Aurora I/O-Optimized delivers improved price performance for I/O-intensive applications.