The different database offerings in AWS RDS
AWS RDS is a portfolio of managed relational database services that AWS offers to its customers. AWS provides a range of options, from commercial databases (for example, Oracle and Microsoft SQL Server) created by other vendors to the most popular open source database types (MySQL, MariaDB, and PostgreSQL). AWS also owns a cloud-native engine (Amazon Aurora), which is MySQL- and PostgreSQL-compatible. Using AWS RDS, you can manage these databases from one centralized console, the AWS CLI, or via API calls. Using this managed service has other advantages, such as the fact that all the administrative tasks including setting up the database, backups, and patching are already automated. There are a variety of use cases for AWS RDS:
- Mobile and web application: It provides high availability and scalability for enterprise applications.
- E-commerce applications: It provides the security and PCI compliance needed for e-commerce websites...