Question 355:
Your organization is building a collaboration platform for which they chose AWS EC2 for web and application servers and MySQL RDS instance as the database. Due to the nature of the traffic to the application, they would like to increase the number of connections to the RDS instance. How could this be achieved?
Answer options:
A.Login to RDS instance and modify database config file under /etc/mysql/my.cnf B.Create a new parameter group, attach it to DB instance and change the setting. C.Create a new option group, attach it to DB instance and change the setting. D.Modify setting in default options group attached to DB instance.