I have setup a rds proxy in between my webapp and rds mysql. However, when my webapp releases connection, rds proxy keep holding it. What is the parameter that decide the time that rds proxy release the connection to db? I provided 2 images, the first one show connections from webapp, and the second one show connections from rds rpoxy to db.
Asked
Active
Viewed 1,233 times
4
-
1There is a parameter - Idle client connection timeout - in RDS Proxy settings. – Elena Sharovar Feb 02 '21 at 17:46
-
1did you resolve this? – Branden Counder May 03 '21 at 12:16
-
1the same happens for my scenario, even though the Idle client connection timeout is set to one minute in proxy, the db connections are not released, but interestingly my client connections are released and falls to zero. in my case I'm invoking through lambda @ElenaSharovar – Sasi Kumar Nov 18 '21 at 15:54