Hacker News new | ask | show | jobs
by phamilton 2446 days ago
That certainly covers operations in AWS, but take a look at the azure docs for cloud design patterns: https://docs.microsoft.com/en-us/azure/architecture/patterns...

For example, read Bulkhead, Circuit-Breaker, Queue-based load leveling, sharding. The level of detail around why you might want to do it this way is fantastic. AWS whitepapers and best practices never really get into the why, they just focus on the what.