AWS Certified Database – Specialty — Question 162

A database specialist needs to configure an Amazon RDS for MySQL DB instance to close non-interactive connections that are inactive after 900 seconds.
What should the database specialist do to accomplish this task?

Answer options

Correct answer: A

Explanation

The correct answer is A because creating a custom DB parameter group allows for persistent configuration changes that can be applied to the RDS instance. Option B only sets the timeout for the current session and does not affect future connections, while option C is not applicable to RDS as you cannot edit my.cnf directly. Option D is incorrect since default parameter groups cannot be modified directly.