haruki zaemon

Monoliths are not dinosaurs | All Things Distributed

  1. by Simon Harris
  2. May 6, 2023
  3. 1 min

Amazon Prime Video rearchitected their streaming service from a distributed microservices architecture to a monolith application, resulting in higher scale, resilience, and reduced costs.

Werner Vogels:

My rule of thumb has been that with every order of magnitude of growth you should revisit your architecture, and determine whether it can still support the next order level of growth.

if there are a set of services that always contribute to the response, have the exact same scaling and performance requirements, same security vectors, and most importantly, are managed by a single team, it is a worthwhile effort to see if combining them simplifies your architecture.