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
posta 3 mesi fa122 visualizzazioni
1 Risposta
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
con risposta 3 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande