Aurora, 클러스터 구성에서 호스트 이름에 액세스했을 때 ping을 칠 때마다 IP 주소가 바뀌는지 확인
엔드 포인트가 ↓가되어,
로드 엔드포인트에 ping 치면, ping의 타이밍에 의해 IP 주소가 바뀌고 있는 확인.
[ec2-user@ip-172-31-37-104 ~]$ ping mydbinstance-cluster-1.cluster-ro-c32g4nbcrsih.ap-northeast-1.rds.amazonaws.com
PING mydbinstance2.c32g4nbcrsih.ap-northeast-1.rds.amazonaws.com (172.31.10.31) 56(84) bytes of data.
[ec2-user@ip-172-31-37-104 ~]$ ping mydbinstance-cluster-1.cluster-ro-c32g4nbcrsih.ap-northeast-1.rds.amazonaws.com
PING mydbinstance3.c32g4nbcrsih.ap-northeast-1.rds.amazonaws.com (172.31.31.214) 56(84) bytes of data.
[ec2-user@ip-172-31-37-104 ~]$ ping mydbinstance-cluster-1.cluster-ro-c32g4nbcrsih.ap-northeast-1.rds.amazonaws.com
PING mydbinstance3.c32g4nbcrsih.ap-northeast-1.rds.amazonaws.com (172.31.31.214) 56(84) bytes of data.
[ec2-user@ip-172-31-37-104 ~]$ ping mydbinstance-cluster-1.cluster-ro-c32g4nbcrsih.ap-northeast-1.rds.amazonaws.com
PING mydbinstance2.c32g4nbcrsih.ap-northeast-1.rds.amazonaws.com (172.31.10.31) 56(84) bytes of data.
※클러스터 엔드포인트에게는 몇 번 ping 치더라도 같은 IP 주소
비고
그러므로 커넥션 풀을 풀어 놓아도 괜찮습니까? 라는 이야기로 이어진다.
※처음에 취득한 IP 주소에 연결하지 않아도 되는지 문제
Reference
이 문제에 관하여(Aurora, 클러스터 구성에서 호스트 이름에 액세스했을 때 ping을 칠 때마다 IP 주소가 바뀌는지 확인), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/k_hoso/items/0ab0ae7e19e019685c73텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)