does anyone know where I can found the highest value of max_connections in AWS RDS? I'm primarily interested in the db.t2 instances running MySQL. I cannot find any appropriate link about that. Thanks!!
max_connections is a global variable that can have a minimum value of 1 and a maximum value of 100000. However, It has always been commonly known that settings max_connections to an insanely high value is not too good for performance. Generations of system administrators have followed this rule.
You can now create Amazon RDS for SQL Server database instances with up to 16TB of storage, up from 4TB.
As @error2007s states you can find it in the console, just to complete, in a more general way you have:
Taken from here
When you go to configuration details of your RDS you will find a Parameter Group in the details. Click on that parameter group.
In that parameter group search for max_connections
you will get the value.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With