AWS Certified Database – Specialty — Question 242

A company is using an Amazon RDS for MySQL DB instance for a production application. During the company’s upcoming scheduled maintenance window, a database specialist will perform a major version upgrade to the DB instance. The application is critical, so the company wants to minimize the maintenance time and allow for a rollback if a problem occurs.

Which solution will meet these requirements?

Answer options

Correct answer: C

Explanation

Option C is correct because it allows for an upgrade without affecting the primary operational database, enabling a seamless transition and rollback if necessary. Option A is incorrect as it does not provide a rollback mechanism. Option B involves creating a new instance, which can be time-consuming and complex. Option D does not ensure that the read replica is promoted before the upgrade, which could lead to downtime.