0 votes
in AWS by

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 RDS instances. How can this be achieved?

A. Login to RDS instance and modify database config file under /etc/mysql/my.cnf

B. Create a new parameter group, attach it to the DB instance and change the setting.

C. Create a new option group, attach it to the DB instance and change the setting.

D. Modify setting in the default options group attached to the DB instance.

1 Answer

0 votes
by
B. Create a new parameter group, attach it to the DB instance and change the setting.

Related questions

0 votes
asked Aug 31, 2022 in AWS by sharadyadav1986
+1 vote
asked Aug 30, 2022 in AWS by sharadyadav1986
...