heroku で作成した postgres データベースがあります。次のコマンドを使用して、psql を介してアクセスしようとしています。
cse-190-fortune matanvardi$ psql "dbname=dccemfsa6camml host=ec2-54-235-152-226.compute-1.amazonaws.com \
user=tfmfbqxqjznsbl password=********* port=5432 sslmode=require"
次のエラーが表示されます。
psql: could not connect to server: Operation timed out
Is the server running on host "ec2-54-235-152-226.compute-1.amazonaws.com" and accepting
TCP/IP connections on port 5432?
リポジトリのクローンを作成してログインしましたが、ここで何が問題なのかわかりません。どんな助けでも大歓迎です。