Hacker News new | ask | show | jobs
by NautilusWave 4464 days ago
If Netflix is using Amazon Web Services to run its streaming operations, then how did Netflix even get involved in this bandwidth issue? Isn't that included in the bill they pay to Amazon?
1 comments

They don't use Amazon for streaming videos.
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.