In our PostgreSQL RDS instance, rdsadmin user make connections to rdsadmin database every 3 minutes, is it normal? what does it do?

0

In the database log, user rdsadmin connects to rdsadmin every 3 minutes, we are wondering if this is normal? what is the purpose of doing this?

2024-02-16 19:05:44 UTC:[local]:rdsadmin@rdsadmin:[22036]:LOG:  00000: connection authorized: user=rdsadmin database=rdsadmin
2024-02-16 19:08:44 UTC:[local]:rdsadmin@rdsadmin:[22150]:LOG:  00000: connection authorized: user=rdsadmin database=rdsadmin
2024-02-16 19:11:44 UTC:[local]:rdsadmin@rdsadmin:[22267]:LOG:  00000: connection authorized: user=rdsadmin database=rdsadmin
2024-02-16 19:14:44 UTC:[local]:rdsadmin@rdsadmin:[22381]:LOG:  00000: connection authorized: user=rdsadmin database=rdsadmin
2024-02-16 19:17:44 UTC:[local]:rdsadmin@rdsadmin:[22495]:LOG:  00000: connection authorized: user=rdsadmin database=rdsadmin
已提問 3 個月前檢視次數 123 次
1 個回答
0

Hi, Annie Bai

This looks like an RDS keepalive setting. Please check the RDS PostgreSQL Parameter Group to see if a tcp_keepalives_idle parameter is set to 180 seconds. Also check to see if there's a tcp_keepalives_interval parameter set similarly.

If this helps answer your question, please choose this as the Accepted Answer so others on re:Post may benefit - Thank you

profile pictureAWS
已回答 3 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南