top | item 41934745 (no title) nullindividual | 1 year ago Doesn't look like this is a ping[0]! Which is good. Rather it is a socket stream connecting over tcp/443. Ping (ICMP) would be a poor metric.[0] https://github.com/mda590/cloudping.co/blob/8918ee8d7e632765... discuss order hn newest sulandor|1 year ago ping is synonymous with echo-request, which is largely transport agnostic.but you're right dopp0|1 year ago why 443? are you assuming ssl here? serious question, I'm not sure. But if it is, wouldn't it be hard to disregard the weight of SSL in the metric? semiquaver|1 year ago The code closes the connection immediately after opening a plain TCP socket, so no SSL work is done. Presumably 443 is just a convenient port to use. nullindividual|1 year ago tcp/443 is likely an open port on the target service (Dynamodb based on the domain name). TLS is not involved.ICMP ECHO would be a bad choice as it is deprioritized by routers[0].[0] https://archive.nanog.org/sites/default/files/traceroute-201... quie|1 year ago The script connects to well known 'dynamodb.' + region_name + '.amazonaws.com' server that expects HTTPS
sulandor|1 year ago ping is synonymous with echo-request, which is largely transport agnostic.but you're right
dopp0|1 year ago why 443? are you assuming ssl here? serious question, I'm not sure. But if it is, wouldn't it be hard to disregard the weight of SSL in the metric? semiquaver|1 year ago The code closes the connection immediately after opening a plain TCP socket, so no SSL work is done. Presumably 443 is just a convenient port to use. nullindividual|1 year ago tcp/443 is likely an open port on the target service (Dynamodb based on the domain name). TLS is not involved.ICMP ECHO would be a bad choice as it is deprioritized by routers[0].[0] https://archive.nanog.org/sites/default/files/traceroute-201... quie|1 year ago The script connects to well known 'dynamodb.' + region_name + '.amazonaws.com' server that expects HTTPS
semiquaver|1 year ago The code closes the connection immediately after opening a plain TCP socket, so no SSL work is done. Presumably 443 is just a convenient port to use.
nullindividual|1 year ago tcp/443 is likely an open port on the target service (Dynamodb based on the domain name). TLS is not involved.ICMP ECHO would be a bad choice as it is deprioritized by routers[0].[0] https://archive.nanog.org/sites/default/files/traceroute-201...
quie|1 year ago The script connects to well known 'dynamodb.' + region_name + '.amazonaws.com' server that expects HTTPS
sulandor|1 year ago
but you're right
dopp0|1 year ago
semiquaver|1 year ago
nullindividual|1 year ago
ICMP ECHO would be a bad choice as it is deprioritized by routers[0].
[0] https://archive.nanog.org/sites/default/files/traceroute-201...
quie|1 year ago