Elastic beanstalk deployment taking longer than timeout period, how do I increase timeout period

后端 未结 4 1629
花落未央
花落未央 2020-12-13 15:17

Elastic beanstalk deployment of a new environment for an application using the AWS website warns

Create environment operation is complete, but with command t         


        
4条回答
  •  爱一瞬间的悲伤
    2020-12-13 15:48

    I've just been doing it at time of deployment for my environment and it works fine this way too.

    eb deploy production-env --timeout 30
    

    ..and that gives me 30 minutes.

提交回复
热议问题