IBM Cloud: Transit Gateway 작성 위치에 따라 VPC 간 통신의 latency가 변경되는지 확인해 보았습니다.
1. 소개
IBM Cloud의 Transit Gateway는 VPC간이나 Classic Infrastructure와의 통신을 가능하게 해준다. 그러나, 이 Transit Gateway는, 이하와 같이 실제로는 위치를 의식해 작성할 필요가 있는 것 같다.
에서 latency의 차이가 나오는지 확인해 보았다.
2. 검증 결과
2-1. 도쿄(Japan)의 Transit Gateway를 이용하는 경우
[root@syasuda5-vpc1 ~]# ping 172.16.0.4
PING 172.16.0.4 (172.16.0.4) 56(84) bytes of data.
64 bytes from 172.16.0.4: icmp_seq=1 ttl=59 time=0.711 ms
64 bytes from 172.16.0.4: icmp_seq=2 ttl=59 time=0.728 ms
64 bytes from 172.16.0.4: icmp_seq=3 ttl=59 time=0.689 ms
64 bytes from 172.16.0.4: icmp_seq=4 ttl=59 time=0.739 ms
64 bytes from 172.16.0.4: icmp_seq=5 ttl=59 time=0.614 ms
64 bytes from 172.16.0.4: icmp_seq=6 ttl=59 time=0.552 ms
64 bytes from 172.16.0.4: icmp_seq=7 ttl=59 time=0.674 ms
64 bytes from 172.16.0.4: icmp_seq=8 ttl=59 time=0.640 ms
2-2. 달라스(U.S)의 Transit Gateway를 이용하는 경우
[root@syasuda5-vpc1 ~]# ping 172.16.0.4
PING 172.16.0.4 (172.16.0.4) 56(84) bytes of data.
64 bytes from 172.16.0.4: icmp_seq=1 ttl=43 time=275 ms
64 bytes from 172.16.0.4: icmp_seq=2 ttl=43 time=275 ms
64 bytes from 172.16.0.4: icmp_seq=3 ttl=43 time=275 ms
64 bytes from 172.16.0.4: icmp_seq=4 ttl=43 time=275 ms
64 bytes from 172.16.0.4: icmp_seq=5 ttl=43 time=275 ms
64 bytes from 172.16.0.4: icmp_seq=6 ttl=43 time=275 ms
요약
댈러스의 Transit Gateway를 사용했을 경우는, 같은 DC간의 통신인데 RTT가 275msec도 걸리고 있기 때문에, 역시 달라스까지의 왕복이 발생하고 있다고 생각된다.
2020/08 현재에서는, 1개의 VPC는 1개의 Transit Gateway에 밖에 접속할 수 없다. 물론 도쿄 Region내의 VPC간 접속이거나, 2거점간의 VPC 접속이면 그다지 Transit Gateway의 배치 장소는 괴롭지 않을 것이다. 는 생각하는 것이 좋을지도 모른다.
Reference
이 문제에 관하여(IBM Cloud: Transit Gateway 작성 위치에 따라 VPC 간 통신의 latency가 변경되는지 확인해 보았습니다.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/testnin2/items/dadad49ce4c2cafeff17
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
[root@syasuda5-vpc1 ~]# ping 172.16.0.4
PING 172.16.0.4 (172.16.0.4) 56(84) bytes of data.
64 bytes from 172.16.0.4: icmp_seq=1 ttl=59 time=0.711 ms
64 bytes from 172.16.0.4: icmp_seq=2 ttl=59 time=0.728 ms
64 bytes from 172.16.0.4: icmp_seq=3 ttl=59 time=0.689 ms
64 bytes from 172.16.0.4: icmp_seq=4 ttl=59 time=0.739 ms
64 bytes from 172.16.0.4: icmp_seq=5 ttl=59 time=0.614 ms
64 bytes from 172.16.0.4: icmp_seq=6 ttl=59 time=0.552 ms
64 bytes from 172.16.0.4: icmp_seq=7 ttl=59 time=0.674 ms
64 bytes from 172.16.0.4: icmp_seq=8 ttl=59 time=0.640 ms
[root@syasuda5-vpc1 ~]# ping 172.16.0.4
PING 172.16.0.4 (172.16.0.4) 56(84) bytes of data.
64 bytes from 172.16.0.4: icmp_seq=1 ttl=43 time=275 ms
64 bytes from 172.16.0.4: icmp_seq=2 ttl=43 time=275 ms
64 bytes from 172.16.0.4: icmp_seq=3 ttl=43 time=275 ms
64 bytes from 172.16.0.4: icmp_seq=4 ttl=43 time=275 ms
64 bytes from 172.16.0.4: icmp_seq=5 ttl=43 time=275 ms
64 bytes from 172.16.0.4: icmp_seq=6 ttl=43 time=275 ms
댈러스의 Transit Gateway를 사용했을 경우는, 같은 DC간의 통신인데 RTT가 275msec도 걸리고 있기 때문에, 역시 달라스까지의 왕복이 발생하고 있다고 생각된다.
2020/08 현재에서는, 1개의 VPC는 1개의 Transit Gateway에 밖에 접속할 수 없다. 물론 도쿄 Region내의 VPC간 접속이거나, 2거점간의 VPC 접속이면 그다지 Transit Gateway의 배치 장소는 괴롭지 않을 것이다. 는 생각하는 것이 좋을지도 모른다.
Reference
이 문제에 관하여(IBM Cloud: Transit Gateway 작성 위치에 따라 VPC 간 통신의 latency가 변경되는지 확인해 보았습니다.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/testnin2/items/dadad49ce4c2cafeff17텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)