Hacker News new | ask | show | jobs
by solatic 2762 days ago
Seems like Amazon's response to GCE Premium Network Service tier. Instead of user traffic going over regional ISPs until it hits the AWS region, user traffic hits an AWS PoP and then uses Amazon's backbone network to get to the AWS region running your service, leading to marked improvements in multi-region deployments.

With CloudFlare, you're limited to what you can run in a CloudFlare PoP (i.e. CloudFlare workers).

1 comments

(CloudFront, not CloudFlare.)

So CloudFront added support for custom origins a while back (making it more like normal CDNs) and with Lambda@Edge you could direct the user to the correct region.

https://aws.amazon.com/blogs/networking-and-content-delivery...