From dea39c7b64fa1cb21e955561bd3f9086f1c4cfda Mon Sep 17 00:00:00 2001 From: Haiko Schol Date: Wed, 24 Jun 2015 14:21:27 +0200 Subject: [PATCH 1/2] Fix typo in function name --- api/web_socket_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/web_socket_test.go b/api/web_socket_test.go index c7b612cde9..15bc3baeb9 100644 --- a/api/web_socket_test.go +++ b/api/web_socket_test.go @@ -119,7 +119,7 @@ func TestSocket(t *testing.T) { } -func TestZZWebScoketTearDown(t *testing.T) { +func TestZZWebSocketTearDown(t *testing.T) { // *IMPORTANT* - Kind of hacky // This should be the last function in any test file // that calls Setup() From afda53615ad39d92950c1bf6351aeab30e1e2014 Mon Sep 17 00:00:00 2001 From: adamenger Date: Wed, 24 Jun 2015 11:34:53 -0500 Subject: [PATCH 2/2] IAM not AIM --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2b0fbf2d8..638cbed9ba 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ AWS Elastic Beanstalk Setup (Docker) 2. Select "Create New Application" from the top right. 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. + 5. If asked, select create and IAM role and instance profile and press next. 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.