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
gefragt vor 3 Monaten123 Aufrufe
1 Antwort
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
beantwortet vor 3 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen