Timeout on Amazon AWS Kubernetes API endpoints?

  • Thread starter Thread starter vishalrao
  • Start date Start date
  • Replies Replies 4
  • Views Views 1,745

vishalrao

The Global Village Idiot
Messages
6,588
Location
Pune
ISP
Tata Play 1 gbps, Microscan 500 mbps, Jio AirFiber 100 mbps. Prior PDPL 300 mbps and BSNL 300 mbps.
I just got my connection a couple of weeks ago and this past week noticed a couple of IPs of AWS timing out.

These are EKS kubernetes API port 443 REST endpoints which when opened via a browser return a JSON error (expected) result on my other connections but timeout on Tata:

https://52.205.216.217 and https://18.213.159.180

Can anyone else on Tata say whether they get timeout or a proper JSON response from either of these links?

Thanks!
 
Trace route shows Tata using Airtel transit in my case.

But my other connection PDPL using Airtel direct working fine.
 
Code:
  3.|-- be3457.ccr41.ams03.atlas.  0.0%    10    1.0   1.2   1.0   1.4   0.1
  4.|-- be2182.ccr21.lpl01.atlas.  0.0%    10    1.1  10.2   1.1  31.6   8.8
  5.|-- be3042.ccr21.ymq01.atlas.  0.0%    10   10.9  52.5  10.9  80.5  35.8
  6.|-- be2089.rcr21.ymq02.atlas.  0.0%    10   80.2  80.4  80.1  80.7   0.2
  7.|-- 38.122.231.170             0.0%    10   80.4  82.0  79.9  92.1   3.9
  8.|-- 150.222.109.109           20.0%    10   80.2  88.6  79.9 107.5  10.1
  9.|-- 52.94.81.165              10.0%    10   93.4  95.9  93.0 102.2   3.4
 10.|-- 52.94.81.165              60.0%    10   93.8  93.3  93.0  93.8   0.4
 11.|-- ???                       100.0    10    0.0   0.0   0.0   0.0   0.0
 12.|-- ???                       100.0    10    0.0   0.0   0.0   0.0   0.0
 13.|-- ???                       100.0    10    0.0   0.0   0.0   0.0   0.0
 14.|-- 185.144.83.11             90.0%    10  3748. 3748. 3748. 3748.   0.0
 15.|-- ???                       100.0    10    0.0   0.0   0.0   0.0   0.0
 16.|-- 52.93.28.172              50.0%    10   93.6  95.5  92.7 100.8   3.4
 17.|-- 52.93.28.172              50.0%    10   93.4  93.2  92.9  93.6   0.3
 18.|-- ???                       100.0    10    0.0   0.0   0.0   0.0   0.0

I hope these IPs are pingable because they do not seem to be reachable.

Code:
  3     1 ms     1 ms     1 ms  122.186.210.5
  4   119 ms   118 ms   152 ms  182.79.146.236
  5   148 ms   109 ms   108 ms  62.115.34.8
  6   162 ms   162 ms   164 ms  62.115.124.56
  7   242 ms   241 ms   241 ms  62.115.122.159
  8   239 ms   239 ms   239 ms  62.115.123.123
  9   242 ms   242 ms   242 ms  62.115.11.249
 10     *        *        *     Request timed out.
 11     *        *        *     Request timed out.
 12   239 ms   272 ms   240 ms  52.93.28.186
 13     *        *        *     Request timed out.
 14     *        *        *     Request timed out.
 15     *        *        *     Request timed out.
 16     *        *        *     Request timed out.
 17     *        *        *     Request timed out.
 18     *        *        *     Request timed out.
 19     *        *        *     Request timed out.
 20     *        *        *     Request timed out.
 21     *        *        *     Request timed out.
 22     *        *        *     Request timed out.
 23     *        *        *     Request timed out.
 24     *        *        *     Request timed out.
 25     *        *        *     Request timed out.
 26     *        *        *     Request timed out.
 27     *        *        *     Request timed out.
 28     *        *        *     Request timed out.
 29     *        *        *     Request timed out.
 30     *        *        *     Request timed out.
 
Back