From c7d71da885e9c841de02dad88105b545b9b8ba97 Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Sun, 27 Jul 2014 21:26:44 -0400 Subject: [PATCH] website: fix aws example --- website/source/intro/examples/aws.html.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/source/intro/examples/aws.html.markdown b/website/source/intro/examples/aws.html.markdown index 2687735e6..245784250 100644 --- a/website/source/intro/examples/aws.html.markdown +++ b/website/source/intro/examples/aws.html.markdown @@ -10,8 +10,7 @@ This provides a template for running a simple two-tier architecture on Amazon Web services. The basic premise is you have stateless app servers running behind -an ELB serving traffic. State for your application is stored in an RDS -database. +an ELB serving traffic. To simplify the example, this intentionally ignores deploying and getting your application onto the servers. However, you could do so either via