Hacker News new | ask | show | jobs
by hgschmie 907 days ago
% host -t a fatherhood.gov fatherhood.gov has address 15.197.252.44 fatherhood.gov has address 3.33.237.102

% host -t ptr 44.252.197.15.in-addr.arpa 44.252.197.15.in-addr.arpa domain name pointer a05e7be9b6fd75377.awsglobalaccelerator.com.

% host -t ptr 102.237.33.3.in-addr.arpa 102.237.33.3.in-addr.arpa domain name pointer a05e7be9b6fd75377.awsglobalaccelerator.com.

It is on AWS.

1 comments

Isn't AWS Global Accelerator just the edge CDN (like Cloudflare) here? When the actual web server went down it will not able to cover it, looks like AWS Global Accelerator lacks the Cloudflare feature of showing you the last cached result.
Global accelerator is an anycast solution that routes your traffic to an specific AWS region (an EC2 instance or load balancer) via AWS's backbone network. It improves latency mostly, but can also be used for cases where a static IP is required (zero-rated billing, customers using egress firewall rules, etc)

CloudFront is the AWS CDN offering.