I'm currently using Aurora Serverless. The scalability is neat feature for a non-global workload. Answer from AreetSurn on reddit.com
Reddit
reddit.com › r/postgresql › aws postgres rds vs aurora postgresql?
r/PostgreSQL on Reddit: AWS Postgres RDS vs Aurora PostgreSQL?
March 28, 2022 -
Which one would you pick for production workloads and why? I am asking the question from the perspective of performance, cost, support for Postgres extensions - which makes Postgres so powerful. Would like to get perspectives from folks who are currently using/have used them in production.
Top answer 1 of 10
8
Aurora is superior if you need to scale up and scale down without downtime. Just resize your replica then fail over to it.
2 of 10
8
There are quite a few differences and which you pick depends on your specific use case. Here's an article from AWS giving an overview: https://aws.amazon.com/blogs/database/is-amazon-rds-for-postgresql-or-amazon-aurora-postgresql-a-better-choice-for-me/
Aurora DSQL - A NEW boring(?) AWS Serverless Postgres compatible database Dec 3, 2024
r/aws last yr.
AWS
aws.amazon.com › blogs › database › is-amazon-rds-for-postgresql-or-amazon-aurora-postgresql-a-better-choice-for-me
Deep dive on Amazon Aurora and Amazon RDS for PostgreSQL architecture and features | AWS Database Blog
April 29, 2026 - In this post, we delve into the ... of Aurora PostgreSQL and RDS PostgreSQL. We’ll analyze their performance, scalability, failover capabilities, storage options, high availability, and disaster recovery mechanisms. By understanding the strengths and limitations of each service, you’ll be better equipped to make an informed decision for your PostgreSQL deployment on AWS...
Choosing RDS PostgreSQL over Aurora PostgreSQL
Here is a good write on this subject: Is Amazon RDS for PostgreSQL or Amazon Aurora PostgreSQL a better choice for me?. ... Hello, I am author of the this AWS blog. RDS PostgreSQL and Aurora PostgreSQL have different architecture and use-cases. Charges also vary for these both. More on repost.aws
RDS Postgres, Aurora Postgres, or Local Postgres database?
Must-share information (formatted with Markdown): which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension) ** 7.9 what are you trying to achieve ** New setup/install and looking for best practice what have you tried so far to achieve this ** Stood up new EC2 instance ... More on community.sonarsource.com
AWS Postgres RDS vs Aurora PostgreSQL?
I'm currently using Aurora Serverless. The scalability is neat feature for a non-global workload. More on reddit.com
Considering Moving MySQL DB from AWS RDS to AWS Aurora For Better Performance & Efficiency
You could setup data replication between existing RDS instance and the new Aurora DB. Then benchmark a few queries. Let us know what you find out. More on reddit.com
Go serverless
Hands-off capacity management, and pay only for capacity consumed with instantaneous and fine-grained scaling to save up to 90% of cost.
aws.amazon.com
aws.amazon.com › databases › amazon rds › amazon aurora
Managed Relational Database - Amazon Aurora - AWS
Deploy globally distributed applications
Develop internet-scale applications, such as mobile games, social media apps, and online services, that require multi-Region scalability and resilience.
aws.amazon.com
aws.amazon.com › databases › amazon rds › amazon aurora
Managed Relational Database - Amazon Aurora - AWS
Build SaaS applications
Support reliable, high- performance, and multi-tenant Software-as a-Service (SaaS) applications with flexible instance and storage scaling.
aws.amazon.com
aws.amazon.com › databases › amazon rds › amazon aurora
Managed Relational Database - Amazon Aurora - AWS
TigerData
tigerdata.com › blog › amazon-aurora-vs-rds-understanding-the-difference
Amazon Aurora vs. RDS: the Difference | Tiger Data
December 3, 2025 - Aurora was generally available for MySQL in 2015, with PostgreSQL compatibility being released two years later in 2017. Amazon’s focus for Aurora has generally been to offer ways to take advantage of native cloud capabilities. By doing so, AWS claims that Aurora has multiple times the throughput of the traditional databases they were based on. It also has features that RDS does not, including Aurora Serverless, Global Tables, and MySQL Backtrack.
OneUptime
oneuptime.com › home › blog › amazon rds vs aurora vs self-hosted postgresql
Amazon RDS vs Aurora vs Self-Hosted PostgreSQL
January 21, 2026 - # Create RDS instance aws rds create-db-instance \ --db-instance-identifier mydb \ --db-instance-class db.r6g.large \ --engine postgres \ --master-username admin \ --master-user-password ExamplePassword123 \ --allocated-storage 100 ... # Create Aurora cluster aws rds create-db-cluster \ --db-cluster-identifier myaurora \ --engine aurora-postgresql \ --master-username admin \ --master-user-password ExamplePassword123 aws rds create-db-instance \ --db-instance-identifier myaurora-instance \ --db-cluster-identifier myaurora \ --db-instance-class db.r6g.large \ --engine aurora-postgresql
AWS re:Post
repost.aws › questions › QU05RmgYMLT_CJTLS7TfolWA › choosing-rds-postgresql-over-aurora-postgresql
Choosing RDS PostgreSQL over Aurora PostgreSQL | AWS re:Post
April 12, 2022 - While most of the workloads will be good fit for RDS PostgreSQL, Aurora PostgreSQL provides higher performance for high concurrent write throughput workloads. Some additional features such as higher number of readers, better DR, cluster cache ...
AWS
aws.amazon.com › databases › amazon rds › amazon aurora
Managed Relational Database - Amazon Aurora - AWS
2 weeks ago - Amazon Aurora is a global-scale relational database service built for the cloud with full MySQL and PostgreSQL compatibility.
DataCamp
datacamp.com › blog › rds-vs-aurora
Amazon RDS vs Aurora: Which is Right For Your Data Workload? | DataCamp
March 23, 2025 - It is compatible with MySQL and PostgreSQL but offers improved throughput and reliability compared to standard RDS databases. Aurora achieves its performance by utilizing a distributed, multi-node architecture that automatically scales storage and provides failover capabilities with minimal ...
GitHub
github.com › prisma › prisma › discussions › 6989
Postgres AWS Deployment - RDS vs Aurora vs Aurora Serverless? · prisma/prisma · Discussion #6989
Aurora appears to be the easiest to manage and scale and the price difference based off the AWS calculator seems negligible for smaller to medium projects. RDS Proxy will be needed at some point as the API is hosted on Vercel as serverless functions meaning the database connection limit problem will occur with more traffic
Author prisma
AWS
aws.amazon.com › what is cloud computing? › databases › compare amazon aurora and amazon rds
Differences between Amazon Aurora and Amazon RDS - AWS
2 weeks ago - Moving from RDS for MySQL to Aurora MySQL (or RDS for PostgreSQL to Aurora PostgreSQL) requires minimal application changes; in most cases it's a snapshot restore. This makes RDS a low-risk starting point with Aurora as the natural scale-up path. ... Instant get access to the AWS Free Tier.
Sonar Community
community.sonarsource.com › sonarqube server / community build
RDS Postgres, Aurora Postgres, or Local Postgres database? - SonarQube Server / Community Build - Sonar Community
October 16, 2019 - Must-share information (formatted with Markdown): which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension) ** 7.9 what are you trying to achieve ** New setup/install and looking for best practice what have you tried so far to achieve this ** Stood up new EC2 instance with Bitnami AMI.
QA
qa.com › home › resources › blog › what is amazon rds: features, pricing, and integration with postgresql
qa.com | What Is Amazon RDS: Features, Pricing, and Integration With PostgreSQL
October 7, 2022 - Amazon Relational Database Service (Amazon RDS) is a set of managed services that makes it easy to set up, run, and scale databases in the cloud. With options from seven popular database engines — Amazon Aurora with MySQL support, Amazon Aurora with PostgreSQL support, MySQL, MariaDB, PostgreSQL, Oracle, and SQL Server — and the ability to deploy on-premises with Amazon RDS on AWS Outposts.
DEVCLASS
devclass.com › 2024 › 01 › 11 › amazon-discontinues-its-aurora-scale-to-zero-database-in-favor-of-always-billed-replacement
Amazon discontinues Aurora scale-to-zero database in favor of always-billed replacement
January 11, 2024 - According to a discussion on Reddit, customers received an email late last year stating that “as of December 31, 2024, Amazon Aurora will no longer support Serverless version 1 (v1).” We took a quick look and Serverless version 1 no longer shows up as an option in the RDS (Relational Database Service) management console, and there is no Getting Started link on the product page – despite features being added to Aurora Serverless 1 as recently as May 2023, when PostgreSQL 13 support was introduced.
Matillion
matillion.com › home 2026 › matillion blog | data integration guides, resources, more! › data integration guides › 15 best postgres database migration tools in 2025
15 Best Postgres Database Migration Tools in 2025
November 27, 2024 - The service provides both one-time ... for Postgres targets. Its serverless architecture eliminates infrastructure headaches, while pay-as-you-go pricing keeps costs mostly predictable. The platform is a great fit for AWS-centric organizations because it offers integration with services like RDS, Redshift, and Aurora ...