AWS Certified Database – Specialty — Question 76

A database specialist is responsible for an Amazon RDS for MySQL DB instance with one read replica. The DB instance and the read replica are assigned to the default parameter group. The database team currently runs test queries against a read replica. The database team wants to create additional tables in the read replica that will only be accessible from the read replica to benefit the tests.
Which should the database specialist do to allow the database team to create the test tables?

Answer options

Correct answer: D

Explanation

The correct answer is D because creating a new DB parameter group allows changes to be made without affecting the default settings used by other instances. The other options are incorrect as they either do not create a new parameter group or suggest modifying the default group, which is not a best practice for making instance-specific changes.