【发布时间】:2016-05-24 01:38:01
【问题描述】:
我有运行 Windows Server 的 Elastic Beanstalk,带有 IIS,来自我制作的 AMI。它启动得很好,没有错误。
但是当我尝试部署(表单命令行)时,我得到了这个:
...
INFO: Creating AppVersion app-9e98-160212_104939
INFO: Environment update is starting.
INFO: Deploying new version to instance(s).
INFO: Command execution completed on all instances successfully.
INFO: New application version was deployed to running EC2 instances.
ERROR: Update environment operation is complete, but with errors. For more information, see troubleshooting documentation.
ERROR: ServiceError - Update environment operation is complete, but with errors. For more information, see troubleshooting documentation.
当我尝试提取最后 100 行错误日志时,它根本没有提取任何内容。
我检查了打包应用的大小,压缩包只有 60MB,所以这不是大小问题。
该项目只是一堆php文件,所以我想知道它是否出于某种原因不喜欢该项目。
关于追踪问题的任何想法或建议?我真的很感激任何指导,我很茫然。
此外,我找不到任何关于将要部署到哪个目录的信息。我怎么知道,如何更改?
谢谢。
【问题讨论】:
标签: amazon-web-services deployment amazon-elastic-beanstalk