RDS Proxy causes intermittent "Connection timed out" errors

0

We have a SQLServer RDS Instance configured with a RDS Proxy in front of it. Connections direct to the database work fine reliably with no errors ever. Connection via the Proxy intermittently fail with Connection/Connection timed out error. Errors occur with the proxy in the following instances:

  • From PHP code using the latest SQL Server linux driver
  • From Dbeaver - using the latest JDBC SQL Driver We've been unable to replicate the error when using microsoft sql server management studio
profile picture
질문됨 4달 전181회 조회
1개 답변
0

Hi, I would recommend to check for any network-related issues between the connecting clients and the proxy endpoint that could cause delays. Ensure no security or firewall rules would block or slow traffic. (include Security group) Also verify the clients are connecting with TLS enabled as required by the proxy. Without encryption, connections may time out. And Review any application-level timeouts configured in the PHP code or JDBC driver. These could cause premature timeouts if higher than the underlying network timeouts. if there is ttl setting, try increasing various connection/read timeout values temporarily to see if errors still occur, which may provide clues. For gather more information check the RDS Proxy access logs for any errors or response delays that coincide with the connection failures.

AWS
Regina
답변함 4달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠