ExamQuestions.com

Register
Login
AWS Certified Database Specialty Exam Questions

Amazon

AWS Certified Database Specialty

46 / 145

Question 46:

A DBA wishes to limit the number of simultaneous connections that a user account can make to 10 on a specific MySQL RDS Database. What method should the DBA use to accomplish this task?

Answer options:

A.Create a new DB parameter group. Modify the max_user_connections parameter to 10. Update the RDS MySQL Database to use the new DB parameter group.
B.Modify the default parameter group of the MySQL RDS Database by setting the max_user_connections parameter to 10.
C.Modify the default option group of the MySQL RDS Database by setting the max_user_connections parameter to 10.
D.Execute command SET max_user_connections=10;.