What is the difference between Amazon Aurora and Amazon RDS

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PeleCorya
    New Member
    • Dec 2019
    • 1

    What is the difference between Amazon Aurora and Amazon RDS

    I am looking for a mysql / postgresql type data store for my application. What is the difference between Aurora and RDS on AWS?

    Is it better to use one over the other?
    Are there any cost differences?
  • tamara
    New Member
    • Dec 2019
    • 1

    #2
    Aurora is a high performance managed MySQL or PostgreSQL compatible relational database. It is said to have 5x the throughput of a traditional MySQL instance on standard hardware.

    RDS is a an automated, cloud version of typical relational databases. MySQL, PosgreSQL, MariaDB, Oracle and MySQL Server.

    You can find more information about Aurora here:
    Amazon Aurora is a global-scale relational database service built for the cloud with full MySQL and PostgreSQL compatibility.


    You can find more infromation about RDS here
    Amazon Relational Database Service (RDS) is a fully managed, open source cloud database service that allows you to easily operate and scale your relational database of choice, including Amazon Aurora, PostgreSQL, SQL Server, and MySQL.

    Comment

    • Riya Bajpai
      New Member
      • Feb 2023
      • 18

      #3
      Amazon Aurora is a fully managed MySQL- and PostgreSQL-compatible relational database built for the cloud that combines the performance and availability of traditional enterprise databases with the simplicity and cost-effectiveness of open source databases.
      Amazon RDS (Relational Database Service) is a managed SQL database service a relational database in cloud which makes it easy to provision, setup, patching, and backups. It supports Aurora, MySQL, PostgreSQL, MariaDB, Microsoft SQL Server, and Oracle database engines.

      RDS is compatible with MySQL, PostgreSQL, MariaDB, Microsoft SQL Server, and Oracle.
      Aurora is compatible with PostgreSQL and MySQL.

      Aurora offers higher availability and better durability than RDS, due to its unique storage model, and ability to perform continuous backups and restore with a very low RPO (recovery point objective).

      Comment

      Working...