teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

変更

2016/08/06 15:59

投稿

tixure55
tixure55

スコア400

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.hogehoge.us-east-2.rds.amazonaws.com:5432" to address: Name or service not known
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

変更

2016/08/06 15:59

投稿

tixure55
tixure55

スコア400

title CHANGED
File without changes
body CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  以下のコマンドを入力したのですが、
4
4
 
5
- > psql -h testinstance.cebcnghmawma.us-west-2.rds.amazonaws.com:5432 -U mydb
5
+ > psql -h testinstance.xxxxxxxxx.us-east-2.rds.amazonaws.com:5432 -U mydb
6
6
 
7
7
  下記のようなエラーとなってしまいます。
8
8