質問編集履歴
2
変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
下記のようなエラーとなってしまいます。
|
8
8
|
|
9
|
-
> psql: could not translate host name "testinstance.
|
9
|
+
> psql: could not translate host name "testinstance.xxxxxxxxx.us-east-2.rds.amazonaws.com:5432" to address: Name or service not known
|
10
10
|
|
11
11
|
エンドポイントはRDSダッシュボードからコピペしたので間違いないと思います。postgresqlはEC2にインストールし、psql -U postgresで入ることができることを確認しています。
|
12
12
|
|
1
変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
以下のコマンドを入力したのですが、
|
4
4
|
|
5
|
-
> psql -h testinstance.
|
5
|
+
> psql -h testinstance.xxxxxxxxx.us-east-2.rds.amazonaws.com:5432 -U mydb
|
6
6
|
|
7
7
|
下記のようなエラーとなってしまいます。
|
8
8
|
|