List of questions
Related questions
Question 8 - CLF-C02 discussion
A company wants to host its relational databases on AWS. The databases have predefined schemas that the company needs to replicate on AWS.
Which AWS services could the company use for the databases? (Select TWO.)
3 comments
Edited 19 days ago
AB correct
Edited 19 days ago
A-B. Amazon Aurora is a fully managed relational database engine that is compatible with MySQL and PostgreSQL. It is designed for high availability, scalability, and performance, making it an excellent choice for relational databases. Aurora allows you to replicate schemas and provides a highly reliable and scalable environment for relational data. Amazon RDS (Relational Database Service) supports multiple relational database engines, including MySQL, PostgreSQL, MariaDB, Oracle, and SQL Server. It is fully managed and allows customers to set up, operate, and scale relational databases on AWS. RDS allows you to replicate and manage predefined database schemas.
Edited 19 days ago
Choose AB