This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Deploying meteor projects have been everything from heart attacks to frightening to frustrating to downright scary. Luckily meteor Up has made it really easy to do this. Coupled with the one year free service offered by amazon you can have your app running on an ec2 instance in no time. This short tutorial assumes you have already setup an amazon account, and you already have your baby meteor application working perfectly on your local machine ready to see the world for the first time. | |
| If you have not created an amazon account, head over to amazon.com and do that. | |
| After creating an account, from their range of services select ec2. | |
| Then Click launch instance | |
| 1. choose Ubuntu Server 14.04 LTS (HVM), SSD Volume Type - ami-5189a661 | |
| 2. select the type of instance, for all things free select the first option (t2.micro free tier eligible) click on ‘configure instance details’ | |
| 3. Everything is set for the most part, add any additional configuration as you see fit then click on add storage. | |
| 4. Again the free version |