Can't connect to AWS Redshift using RPostgreSQL

后端 未结 2 1968
庸人自扰
庸人自扰 2021-01-07 07:44

I\'m not able to connect to my AWS Redshift database using RPostgreSQL.

Does anyone have an example of code that would work?

library (RPostgreSQL)
         


        
2条回答
  •  梦谈多话
    2021-01-07 07:56

    Make sure you allow access in RDS security groups by specifying 0.0.0.0/0 for all IPs

提交回复
热议问题