TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

AWS Aurora entry-level pricing cut to $30/mo ($24/mo for reserved)

1 pointsby talawahdotnetabout 8 years ago

1 comment

talawahdotnetabout 8 years ago
Aurora now supports db.t2.small instances which means that you can now try it out for just $30&#x2F;mo ($0.041&#x2F;hr x 24 x 30.5) or $24&#x2F;mo if you opt for a no-upfront-fee 1 year Reserved Instance. A more highly available two instance&#x2F;Multi-AZ setup would cost you twice as much. This comes on the heels of the previous price drop from $200+&#x2F;instance to $60&#x2F;instance when they announced support for db.t2.medium instances in November last year.<p>Straight up MySQL RDS is still cheaper at approx $25&#x2F;mo for db.t2.small and $12.50&#x2F;mo for a db.t2.micro instance (not supported by Aurora). But since Aurora data is stored redundantly and recovery happens automatically, even a single instance setup is probably better that what a lot of people are running now.<p>AWS claims automated recovery times of 15 mins for a single instance and less than 60 sec for a Multi-AZ configuration[1]. Seems like this entry level Aurora instance should be a no-brainer for anyone running MySQL RDS on a db.t2.small instance in a production-like environment today without high-availibility.<p>Full pricing list here: <a href="https:&#x2F;&#x2F;aws.amazon.com&#x2F;rds&#x2F;aurora&#x2F;pricing&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aws.amazon.com&#x2F;rds&#x2F;aurora&#x2F;pricing&#x2F;</a> [1] <a href="https:&#x2F;&#x2F;aws.amazon.com&#x2F;rds&#x2F;aurora&#x2F;faqs&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aws.amazon.com&#x2F;rds&#x2F;aurora&#x2F;faqs&#x2F;</a>