From e271f6f929b42d8d57f85b3e866403f8b1f996d9 Mon Sep 17 00:00:00 2001
From: Lloyd Hilaiel <lloyd@hilaiel.com>
Date: Tue, 28 Feb 2012 23:03:59 -0700
Subject: [PATCH] clarify documentation for AWS deployment.  closes #1043

---
 docs/AWS_DEPLOYMENT.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/AWS_DEPLOYMENT.md b/docs/AWS_DEPLOYMENT.md
index 4071567e3..8bcced1d0 100644
--- a/docs/AWS_DEPLOYMENT.md
+++ b/docs/AWS_DEPLOYMENT.md
@@ -19,8 +19,11 @@ Once you have these things, you'll need to relay them to deployment
 scripts via your environment.  you might put something like this
 in your .bashrc:
 
+    # This is your Access Key ID from your AWS Security Credentials
     export AWS_ID=<your id>
+    # This is your Secret Access Key from your AWS Security Credentials
     export AWS_SECRET=<your secret>
+    # This is a magic credential you get from lloyd
     export BROWSERID_DEPLOY_DNS_KEY=98...33
 
 ## test!
-- 
GitLab