Invoking deployment process failed

Hi, there,
I’m trying to deploy my meteor in an amazon ec2 instance using ubuntu 14.04 using mup .

mup setup ran successfully but Here is the error I got in the last step of mup deploy :

x Invoking deployment process: FAILED

-----------------------------------STDERR-----------------------------------
npm ERR! network connect ETIMEDOUT
npm ERR! network This is most likely not a problem with npm itself
npm ERR! network and is related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network 
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly.  See: 'npm help config'

npm ERR! System Linux 3.13.0-48-generic
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! cwd /opt/annuaire/tmp/bundle/programs/server/npm/npm-bcrypt/node_modules/bcrypt
npm ERR! node -v v0.10.36
npm ERR! npm -v 1.4.28
npm ERR! syscall connect
npm ERR! code ETIMEDOUT
npm ERR! errno ETIMEDOUT
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /opt/annuaire/tmp/bundle/programs/server/npm/npm-bcrypt/node_modules/bcrypt/npm-debug.log
npm ERR! not ok code 0
-----------------------------------STDOUT-----------------------------------
 > ./bcrypt: npm install due to binary npm modules
----------------------------------------------------------------------------

What am I doing wrong?
Thanks in advance and thank you for this great package
HR

Hey herimanitra, have you found out a solution about this ? I’m running into the exact same issue.
The more I read about it, the more it seems to be related to port 80 not being opened. I’ve played with every scenario possible in the security groups settings without success.

What I’m actually wondering is if meteor up adds anything to listen to port 80 since I don’t think there is apache or nginx installed on the EC2 instance.

If someone has any insights, that would be much appreciated.

yes, look at here: https://github.com/arunoda/meteor-up/issues/625