From 38f247e42498a882ee5eceeda5004e762c086046 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Fri, 19 Jun 2015 15:56:08 -0400 Subject: [PATCH] Require single instance --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0aeb974cfd..9d926c8a29d 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ AWS Elastic Beanstalk Setup (Docker) 3. Name the application and press next 4. Select "Create a web server" environment. 5. If asked, select create and AIM role and instance profile and press next. -6. For predefined configuration select docker. Environment type may be left at default. +6. For predefined configuration select docker. For environment type select single instance. 7. For application source, select upload your own and upload Dockerrun.aws.json from docker/Dockerrun.aws.json. Everything else may be left at default. 8. Select an environment name, this is how you will refer to your environment. Make sure the URL is available then press next. 9. The options on the additional resources page may be left at default unless you wish to change them. Press Next.