Hacker News new | ask | show | jobs
by pktgen 4464 days ago
They don't use Amazon for streaming videos.
1 comments

The whole system runs on AWS but most videos are watched in the last mile from edge caching hosted closer to the viewer.

Bandwidth providers should be happy companies want to edge cache and take strain off the larger network and provide better customer experiences.

no. Netflix uses aws for serving html, and other relatively low bandwidth content. But media bits are not served from aws.
I work at netflix.

zuul is used by the netflix API. It's not a cache. It's a request router.

EVCache is used internally for ephemeral systems data - things that would frequently go into mysql or cassandra but don't really need crash persistence.