데이터 가져오기이전에 한번 RDS에서 postgres 데이터를 가져오는 법을 정리한 적이 있는데, 이번에 한 번 더 해보니 잘 되지 않아서 다시한번 트러블슈팅을 기록해둔다.우선 이 명령어로 postgres 데이터를 가져올 수 있다.$ pg_dump -h -U -f public dns에는 ip dns나 rds endpoint를 적어도 무방하다.이렇게 했더니 다음 오류가 발생.pg_dump: [archiver (db)] connection to database "gcf" failed: could not connect to server: Connection timed out Is the server running on host "***********" (18.195.59.***) and accepting TC..