summaryrefslogtreecommitdiffstats
path: root/doc/install
diff options
context:
space:
mode:
authoresethna <eric@spinpunch.com>2015-10-29 09:57:24 -0600
committeresethna <eric@spinpunch.com>2015-10-29 09:57:24 -0600
commit4cf73af740615a77098455004754377add1ed9f3 (patch)
treeed8411bfd668a4094e3398a66a3c8adacdb072a8 /doc/install
parent2a8071ffa09d663d1215fbb38be53e341803495d (diff)
downloadchat-4cf73af740615a77098455004754377add1ed9f3.tar.gz
chat-4cf73af740615a77098455004754377add1ed9f3.tar.bz2
chat-4cf73af740615a77098455004754377add1ed9f3.zip
Update AWS EBS Install Instuctions V4
Clarified instance type and removed step 13.
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/Amazon-Elastic-Beanstalk.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/install/Amazon-Elastic-Beanstalk.md b/doc/install/Amazon-Elastic-Beanstalk.md
index 11319b8a3..8738ab3ac 100644
--- a/doc/install/Amazon-Elastic-Beanstalk.md
+++ b/doc/install/Amazon-Elastic-Beanstalk.md
@@ -15,11 +15,10 @@ These instructions will guide you through the process of setting up Mattermost f
8. Type an Environment Name and URL. Make sure the URL is available by clicking **Check availability**, then click **Next**.
9. The options on the Additional Resources page may be left at default unless you wish to change them. Click **Next**.
10. On the Configuration Details page,
- 1. Select an Instance Type of **t2.small**. You may select larger T2 instance types if required.
+ 1. Select an Instance Type of **t2.small** or larger.
2. The remaining options may be left at their default values unless you wish to change them. Click **Next**.
11. Environment tags may be left blank. Click **Next**.
12. You will be asked to review your information, then click **Launch**.
-13. You may see a warning that the "environment does not have an IAM instance profile associated with it". Click **Save** to dismiss the warning for now.
14. It may take a few minutes for beanstalk to launch your environment. If the launch is successful, you will see a see a large green checkmark and the Health status should change to “Green”.
15. Test your environment by clicking the domain link next to your application name at the top of the dashboard. Alternatively, enter the domain into your browser in the form `http://<your-ebs-application-url>.elasticbeanstalk.com`. You can also map your own domain if you wish. If everything is working correctly, the domain should navigate you to the Mattermost signup page. Enjoy exploring Mattermost!