
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company currently has an application which consists of a .Net layer which connects to a MySQL database. They now want to move this application onto AWS. They want to make use of all AWS features such as high availability and automated backups. Which of the following would be an ideal database in AWS to migrate to for this requirement.
A
Aurora
B
DynamoDB
C
An EC2 instance with MySQL installed.
D
An EC2 instance with Aurora installed.
Explanation:
Amazon Aurora is a fully managed, MySQL- and PostgreSQL-compatible relational database engine that provides high availability, automated backups, and delivers up to five times the throughput of MySQL without requiring changes to most existing applications. It combines the speed and reliability of high-end commercial databases with the simplicity and cost-effectiveness of open-source databases, making it ideal for migrating MySQL-based applications to AWS while leveraging AWS features like high availability and automated backups.