【发布时间】:2014-10-22 20:26:05
【问题描述】:
使用 AWS 网站为应用程序部署新环境的 Elastic beanstalk 警告
Create environment operation is complete, but with command timeouts. Try increasing the timeout period
虽然它最终将环境显示为绿色,但尝试连接到 url 只是给出了
Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
该应用程序的早期版本运行良好,但在 ebextensions 中它必须从 s3 复制一个大文件然后解压缩,这需要相当长的时间。该应用程序的早期版本只需要复制一个 3GB 的文件,但新版本必须复制一个 6GB 的文件,而且我看不到其他错误我猜这导致超时并阻止了 tomcat 启动。
但是如何增加超时,我看不到我应该在哪里做呢?
【问题讨论】:
标签: amazon-web-services amazon-elastic-beanstalk