连接到Postgres EC2数据库

我正在尝试连接到AMAZON EC2上托pipe的数据库

ec2-xx-xx-xxx-xxx.xxxx-1.amazonaws.com/companyName 

我已被授予此用户和密码。

 What is the best way to connect to a database on this server? 

我试过这个工具:

http://www.razorsql.com/register5.html

还有postgres客户端连接。

非常感谢你的指导/

只要您或pipe理员打开了适当的端口,就可以将postgresql托pipe在哪里。 因此,请确保ubuntu防火墙对于postgresql是开放的,并且亚马逊上的安全组也具有相同的端口。 检查这篇关于安全组的文章

那么你可以使用你喜欢的任何客户端。