Amazon Elastic Beanstalk 上的 运行 Python 问题
Issue with running Python on Amazon Elastic Beanstalk
我今天才开始使用 AWS。我想在 Elastic Beanstalk 上 运行 我的 Python 应用程序,但是当我只输入 print "Hello World" 时,它会导致错误 "Update environment operation is complete, but with errors. For more information, see troubleshooting documentation"。任何帮助将不胜感激,提前致谢。
PS。由于声誉不佳,我无法 post 图片。
你的问题中没有足够的元素来进行诊断。
我建议连接到 EB 控制台并收集日志文件以搜索更详细的错误消息。
我还建议按照文档中的步骤完成您的第一个 "Hello World" 项目 http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create_deploy_Python.html
我今天才开始使用 AWS。我想在 Elastic Beanstalk 上 运行 我的 Python 应用程序,但是当我只输入 print "Hello World" 时,它会导致错误 "Update environment operation is complete, but with errors. For more information, see troubleshooting documentation"。任何帮助将不胜感激,提前致谢。
PS。由于声誉不佳,我无法 post 图片。
你的问题中没有足够的元素来进行诊断。
我建议连接到 EB 控制台并收集日志文件以搜索更详细的错误消息。
我还建议按照文档中的步骤完成您的第一个 "Hello World" 项目 http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create_deploy_Python.html