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

后端 未结 4 1626
花落未央
花落未央 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

    According to the official documentation you can pass --timeout option to your eb create call.

    --timeout minutes
    Set number of minutes before the command times out.
    

提交回复
热议问题