From c45a8de59c4376b3f6b184aedeaad1b203f80b31 Mon Sep 17 00:00:00 2001 From: Benny Nguyen Date: Fri, 5 Jan 2018 19:40:04 +0800 Subject: [PATCH] Scalable Gaming Patterns on AWS (Sep 2017) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 14a5f65..12ca2cf 100644 --- a/README.md +++ b/README.md @@ -129,5 +129,8 @@ Contributions are always welcome! * [Steady state: Always put logs on separate disk](https://docs.microsoft.com/en-us/sql/relational-databases/policy-based-management/place-data-and-log-files-on-separate-drives) * [Throttling: Maintain a steady pace](http://www.sosp.org/2001/papers/welsh.pdf) +## Others +* [Scalable Gaming Patterns on AWS (Sep 2017)](https://d0.awsstatic.com/whitepapers/aws-scalable-gaming-patterns.pdf) + ## Special Thanks * Jonas Bonér, CTO at Lightbend, for the [original inspiration](https://www.slideshare.net/jboner/scalability-availability-stability-patterns)