在ec2机器帽分段部署:设置给出(Errno :: ETIMEDOUT:操作超时 - 连接(2))

时间:2013-07-24 06:17:35

标签: deployment amazon-ec2 setup-deployment gnome-terminal

我正在使用Ubuntu 12.04并且我想部署在ec2实例中,但是以下错误抛出并且无法执行部署过程

krs @ ubuntu:〜/ a / anonymous-ui-deploy $ cap staging deploy:setup

触发加载回调

  • 2013-07-24 11:19:15执行`staging'

    触发`deploy:setup'

    的开始回调
    • 2013-07-24 11:19:15执行`multistage:确保'

    • 执行`deploy:setup'

    • 执行" mkdir -p / home / ec2-user / apps / ano_stag / home / ec2-user / apps / ano_stag / releases / home / ec2-user / apps / ano_stag / shared / home / ec2-user / apps / ano_stag / shared / system / home / ec2-user / apps / ano_stag / shared / log / home / ec2-user / apps / ano_stag / shared / pids"

服务器:[" ec2-xx-xx-xxx-xx.compute-1.amazonaws.com"] 连接失败:ec2-user@ec2-xx-xx-xxx-xx.compute-1.amazonaws.com(Errno :: ETIMEDOUT:连接超时 - 连接(2))

请让我知道要解决此问题的答案。提前致谢

1 个答案:

答案 0 :(得分:1)

看起来您的服务器存在问题,其中一个问题不允许另一个服务器与之通信。

  1. 确保您能够从源服务器连接到目标服务器。
  2. 如果没有,请确保目标服务器的安全组具有允许ssh访问的入站规则 - 有关详细信息,请参阅this link
  3. 确保目标服务器不包含阻止传入连接的防火墙。
  4. 验证服务器上的syslog并确认一切正常。