
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 runs a production database on Amazon RDS for MySQL. The company wants to upgrade the database version for security compliance reasons. Because the database contains critical data, the company wants a quick solution to upgrade and test functionality without losing any data.
Which solution will meet these requirements with the LEAST operational overhead?
A
Create an RDS manual snapshot. Upgrade to the new version of Amazon RDS for MySQL.
B
Use native backup and restore. Restore the data to the upgraded new version of Amazon RDS for MySQL.
C
Use AWS Database Migration Service (AWS DMS) to replicate the data to the upgraded new version of Amazon RDS for MySQL.
D
Use Amazon RDS Blue/Green Deployments to deploy and test production changes.
Explanation:
Amazon RDS Blue/Green Deployments is specifically designed for database upgrades with minimal downtime and operational overhead. Here's why it's the best choice:
A. Create an RDS manual snapshot and upgrade:
B. Use native backup and restore:
C. Use AWS DMS:
RDS Blue/Green Deployments provide the most streamlined approach for database version upgrades while ensuring data safety and enabling thorough testing before production cutover. This aligns perfectly with the requirement for "quick solution" with "LEAST operational overhead" while handling "critical data" that cannot be lost.