From 0468b8cf31c5cb5effdbae50b03b4926e518322f Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Sun, 26 Feb 2017 05:22:40 -0800 Subject: [PATCH] Add Design a system that scales to millions of users on AWS image --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b8be285..a24cbdd 100644 --- a/README.md +++ b/README.md @@ -318,3 +318,9 @@ Check out the following links to get a better idea of what to expect: [View exercise and solution](https://github.com/donnemartin/system-design/blob/master/solutions/system_design/sales_rank/README.md) ![Imgur](http://i.imgur.com/MzExP06.png) + +### Design a system that scales to millions of users on AWS + +[View exercise and solution](https://github.com/donnemartin/system-design/blob/master/solutions/system_design/scaling_aws/README.md) + +![Imgur](http://i.imgur.com/jj3A5N8.png)