1
我沿着這個教程以下與碼頭工人http://blogs.aws.amazon.com/application-management/post/Tx1ZLAHMVBEDCOC/Dockerizing-a-Python-Web-App部署瓶應用與碼頭工人在彈性魔豆:資源創建取消錯誤
部署瓶程序,我就擁有了一切工作的地方大。然而,當我的代碼上傳到elastic beanstalk
並啓動應用程序,我得到了以下錯誤:
Creating EIP failed Reason: Resource creation cancelled
Creating security group named: xyz failed Reason: Resource creation cancelled
Stack named 'xyz-stack' aborted operation. Current state: 'CREATE_FAILED' Reason: The following resource(s) failed to create: [NewSignupTopic, StartupSignupsTable, AWSEBSecurityGroup, NewSignupQueue, AWSEBEIP]
我試圖修改我的選擇上載流 - 例如不選擇RDS,選擇單個實例等等。但這些似乎並不相關。任何指針都非常感謝!
。
你可以發佈Dockerfile和/或Dockerrun.aws.json嗎? – AndrewSmiley 2014-11-07 21:57:02
您目前正在運行多少個EB應用程序? – AndrewSmiley 2014-11-07 21:59:17