cancel
Showing results for 
Search instead for 
Did you mean: 

AWS Postgres sql via cloud connector - unable to connect using socket

sreehari_vpillai
Active Contributor
0 Kudos

Hi ,

I have a Postgres DB instance from AWS. The host is not exposed to public internet access, hence a cloud foundry instance does not have direct access . But my cloud foundry instance has access to it. I added a TCP connection - Connectivity check passes ( telnet successfully connects to 5432 port of this host , from OS level ) 

sreehari_vpillai_0-1712043457793.png

Now, following similar questions and git repo by piejanssens  , I set up the codebase for it. 
code and log is uploaded here 

error thrown "

OUT Socket error: Error: getaddrinfo ENOTFOUND aws-rds-dev
" ,  though the authentication is successful .
@gregorw  Have you tried this already ? 
 
 
 
 

Accepted Solutions (0)

Answers (1)

Answers (1)

Ivan-Mirisola
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi @sreehari_vpillai,

Please read the following note:

https://me.sap.com/notes/2822480/E

Read the preparation steps on the following blog as it should help with the troubleshooting:

https://community.sap.com/t5/technology-blogs-by-sap/how-to-connect-apache-kafka-via-sap-cloud-conne...

Best regards,
Ivan 

sreehari_vpillai
Active Contributor
0 Kudos
thank you . Let me have a look and update here