Which database engines are supported by Amazon RDS?

Amazon RDS supports the following database engines :

1. Amazon Aurora :
* Amazon Aurora MySQL-Compatible Edition: A MySQL-compatible, high-performance relational database engine that is 5 times faster than standard MySQL.
* Amazon Aurora PostgreSQL-Compatible Edition: A PostgreSQL-compatible, high-performance relational database engine that is 3 times faster than standard PostgreSQL.

2. MySQL : A widely-used open-source relational database system.

3. PostgreSQL : A powerful open-source object-relational database system known for its advanced features.

4. MariaDB : A community-developed fork of MySQL, offering compatibility with MySQL while introducing new features and optimizations.

5. Microsoft SQL Server : A popular commercial relational database management system from Microsoft.

6. Oracle : A powerful commercial relational database system known for its enterprise-level features.

This wide range of engine options allows you to choose the best database for your specific needs and workload requirements.