【发布时间】:2014-11-04 14:39:38
【问题描述】:
在尝试从机架空间盒连接到我的 redshift 集群时,我需要一些帮助。
我可以从我的 ec2 实例和我的本地计算机正常连接。我已经检查(并仔细检查)并验证了所有连接参数,它们在我的代码中结果很好,唯一的区别是环境,即当我尝试从我的 ec2 实例连接时,它工作正常,但是在尝试连接时从我的机架空间盒中,我收到以下错误
Connection to DB failed
could not connect to server: Connection timed out
Is the server running on host "my_redshift_cluster_host_name" (cluster_ip) and accepting
TCP/IP connections on port <cluster_port>?
【问题讨论】:
标签: amazon-ec2 amazon-redshift rackspace