kex_exchange_identification: Connection closed by remote host 에러 해결
Issue2022. 4. 5. 21:45kex_exchange_identification: Connection closed by remote host 에러 해결

위와 같이 Bastionhost를 구성하고 내 pc에서 private ec2에 접근하려고 할 때 아래와 같은 에러가 발생했다. kex_exchange_identification: Connection closed by remote host Connection closed by UNKNOWN port 65535 구글링 해보니 나와 같은 문제를 겪은 많은 사람들이 있었고 찾아낸 해결 방법 리스트는 다음과 같다. 1. /etc/hosts.allow 와 /etc/hosts_deny 를 수정하는 방법 /etc/hosts.allow # # hosts.allow This file describes the names of the hosts which are # allowed to use the local INET ser..

EKS 클러스터 삭제하기 ... (feat. The connection to the server localhost:8080 was refused - did you specify the right host or port?)
Issue2022. 3. 18. 03:14EKS 클러스터 삭제하기 ... (feat. The connection to the server localhost:8080 was refused - did you specify the right host or port?)

............... 이번에 EKS 실습을 완료하고 혹시나 하는 마음에 AWS 결제 대시보드에 접속하니 ;; 치킨 한마리 날라갔다... 원인을 찾아보니 EKS Cluster 생성할 때 default 설정 Cluster를 실수로 만들어 놓고 삭제를 안한 것.. ㅠ EKS Cluster 삭제 방법에 대해 알아보겠다 핵심부터 말하면 삭제 명령줄은 다음과 같다. eksctl delete cluster --region=[서비스 지역명] --name=[삭제할 클러스터명] 문제는 내가 default Cluster를 생성해버려서 클러스터명이 기억이 안난다는 것...;_; kubectl이 설치되어 있다면 다음 명령줄을 이용해 현재 서비스중인 노드들의 정보를 알 수 있다. kubectl get nodes 그런데 나..

Wordpress 원격 DB 사용 시 "Error establishing a database connection" 해결
Issue2022. 3. 17. 01:02Wordpress 원격 DB 사용 시 "Error establishing a database connection" 해결

나의 반나절을 잡아먹은 "Error establishing a database connection" 에러 ...ㅠ 혹시나 같은 오류로 머리를 뜯고 있을 사람들에게 도움이 되고자 글을 작성한다. "Error establishing a database connection" 오류가 발생시 해결 방법에 대한 공식 문서는 다음과 같다. Common WordPress Errors If you are encountering a WordPress error message or white screen, don’t panic. Someone has likely encountered the same message before and it can easily be solved. This page lists the most c..

Issue2022. 3. 8. 12:39window terminal에서 EC2 접속시 ssh: Could not resolve hostname 오류 해결

윈도우 터미널에서도 EC2에 편리하게 접속할 수 있다. 아래의 글에 아~주 자세히 나와있음 윈도우 터미널을 이용해 EC2 접속하기 (5) 자 지난 글에서 EC2 인스턴스를 띄워 보았다. 이제 내 로컬환경(내 pc)에서 aws의 ec2에 접속해보겠다. 방법은 여러가지이다. 이전에 설명한 SSH 방식으로 접근할 것인데, mac이라면 터미널에서 ssh 명 wookim789.tistory.com 진짜 제대로 따라했는데 ssh: Could not resolve hostname 오류가 떠서 다시 한번 과정을 쭉 따라갔는데 .ssh 디렉토리 안에 config 파일의 확장자가 .txt 여서 인식을 못하는 거였다... 혹시 나와 같은 오류가 발생한 사람들은 파일 확장자를 확인하고 .txt라면 확장자를 삭제해보길 바란다...

image