Need advice about which tool to choose?Ask the StackShare community!

Amazon Aurora

809
741
+ 1
55
Amazon RDS

15.8K
10.7K
+ 1
761
Add tool

Amazon RDS vs Amazon RDS for Aurora: What are the differences?

# Introduction

1. **Data Storage**:
Amazon RDS uses various database engines like MySQL, PostgreSQL, MariaDB, Oracle, and SQL Server, while Amazon Aurora is a MySQL and PostgreSQL-compatible relational database built for the cloud that offers up to five times the performance of standard MySQL databases.

2. **Fault Tolerance**: 
Amazon Aurora has a higher level of fault tolerance compared to Amazon RDS, with automatic and continuous backups to Amazon S3, six copies of data across three Availability Zones, and storage that is self-healing and fault-tolerant.

3. **Performance**: 
Amazon Aurora is designed for high-performance applications, offering up to five times the performance of standard MySQL databases. It is optimized for memory and storage, making it ideal for applications with demanding performance requirements.

4. **Scalability**: 
Amazon Aurora is designed for scalability, with the ability to automatically grow storage as needed, scale read replicas to handle increased read traffic, and support up to 15 read replicas without any impact on performance. Amazon RDS also supports scalability features but with certain limitations compared to Aurora.

5. **Pricing**: 
Amazon Aurora is typically more expensive than Amazon RDS due to its higher performance and fault-tolerance capabilities. While Amazon RDS offers various pricing options based on the database engine, instance type, and storage capacity, Amazon Aurora pricing is generally higher for the same configurations.

6. **Compatibility**:
Amazon RDS is compatible with multiple database engines, making it versatile for different applications, while Amazon Aurora is specifically designed for MySQL and PostgreSQL workloads and may not be suitable for applications using other database engines.

In Summary, Amazon Aurora offers higher performance, fault tolerance, and scalability compared to Amazon RDS, but at a higher cost and limited compatibility with database engines.

Decisions about Amazon Aurora and Amazon RDS
Phillip Manwaring
Developer at Coach Align · | 5 upvotes · 27.9K views

Using on-demand read/write capacity while we scale our userbase - means that we're well within the free-tier on AWS while we scale the business and evaluate traffic patterns.

Using single-table design, which is dead simple using Jeremy Daly's dynamodb-toolbox library

See more
Manage your open source components, licenses, and vulnerabilities
Learn More
Pros of Amazon Aurora
Pros of Amazon RDS
  • 14
    MySQL compatibility
  • 12
    Better performance
  • 10
    Easy read scalability
  • 9
    Speed
  • 7
    Low latency read replica
  • 2
    High IOPS cost
  • 1
    Good cost performance
  • 165
    Reliable failovers
  • 156
    Automated backups
  • 130
    Backed by amazon
  • 92
    Db snapshots
  • 87
    Multi-availability
  • 30
    Control iops, fast restore to point of time
  • 28
    Security
  • 24
    Elastic
  • 20
    Push-button scaling
  • 20
    Automatic software patching
  • 4
    Replication
  • 3
    Reliable
  • 2
    Isolation

Sign up to add or upvote prosMake informed product decisions

Cons of Amazon Aurora
Cons of Amazon RDS
  • 2
    Vendor locking
  • 1
    Rigid schema
    Be the first to leave a con

    Sign up to add or upvote consMake informed product decisions

    What is Amazon Aurora?

    Amazon Aurora is a MySQL-compatible, relational database engine that combines the speed and availability of high-end commercial databases with the simplicity and cost-effectiveness of open source databases. Amazon Aurora provides up to five times better performance than MySQL at a price point one tenth that of a commercial database while delivering similar performance and availability.

    What is Amazon RDS?

    Amazon RDS gives you access to the capabilities of a familiar MySQL, Oracle or Microsoft SQL Server database engine. This means that the code, applications, and tools you already use today with your existing databases can be used with Amazon RDS. Amazon RDS automatically patches the database software and backs up your database, storing the backups for a user-defined retention period and enabling point-in-time recovery. You benefit from the flexibility of being able to scale the compute resources or storage capacity associated with your Database Instance (DB Instance) via a single API call.

    Need advice about which tool to choose?Ask the StackShare community!

    What companies use Amazon Aurora?
    What companies use Amazon RDS?
    Manage your open source components, licenses, and vulnerabilities
    Learn More

    Sign up to get full access to all the companiesMake informed product decisions

    What tools integrate with Amazon Aurora?
    What tools integrate with Amazon RDS?

    Sign up to get full access to all the tool integrationsMake informed product decisions

    Blog Posts

    DockerAmazon EC2Scala+8
    6
    2760
    GitHubPythonNode.js+47
    55
    72789
    GitHubDockerAmazon EC2+23
    12
    6613
    JavaScriptGitHubPython+42
    53
    22164
    DockerSlackAmazon EC2+17
    18
    6029
    What are some alternatives to Amazon Aurora and Amazon RDS?
    MySQL
    The MySQL software delivers a very fast, multi-threaded, multi-user, and robust SQL (Structured Query Language) database server. MySQL Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software.
    PostgreSQL
    PostgreSQL is an advanced object-relational database management system that supports an extended subset of the SQL standard, including transactions, foreign keys, subqueries, triggers, user-defined types and functions.
    MongoDB
    MongoDB stores data in JSON-like documents that can vary in structure, offering a dynamic, flexible schema. MongoDB was also designed for high availability and scalability, with built-in replication and auto-sharding.
    Redis
    Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker. Redis provides data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes, and streams.
    Amazon S3
    Amazon Simple Storage Service provides a fully redundant data storage infrastructure for storing and retrieving any amount of data, at any time, from anywhere on the web
    See all alternatives