Google News
logo
Cloud Computing - Interview Questions
Enumerate the difference between AWS Aurora vs AWS RDS?
Aurora is the database engine that gives reliability and speed at par with industry-standard databases. It backs up data in AWS S3 in real-time without any performance impact. It backs up storage in a routine fashion without the hassle of Database administrators interfering.
 
RDS (Amazon Relational Database System) is the traditional relational database that provides scalability and cost-effective solutions for storing data. It supports six database engines, i.e. MySQL, Postgres, Amazon Aurora, MariaDB, Microsoft SQL Server, Oracle.
Advertisement