

InterviewSolution
1. |
What is the use of RDBMS in AWS? |
Answer» RDBMS is easy to set up and operate. It’s a highly scalable relational database in the AWS cloud. RDBMS is a cost-effective solution. We can resize the capacity of the RDBMS when it’s not in use. Helps us to REDUCE the administration, patching & backup task while automating the process. Amazon RDS is available on several database INSTANCE types - optimized for memory, performance or I/O - and provides you with SIX familiar database engines, including Amazon Aurora, PostgreSQL, MySQL, MariaDB, Oracle Database, and SQL Server. we can use the AWS Database MIGRATION Service to easily migrate or replicate your existing databases to Amazon RDS. |
|