Amazon Elastick BeanStalk error: Failed to create the AWS Elastic Beanstalk application version

会有一股神秘感。 提交于 2019-12-08 05:57:11

问题


I have today a strange issue for Amazon Elastick BeanStalk: for my instances I cannot upload application:

XXX@-Vostro-2520:~/git_projects/ProjectBlog (test-env)$ git aws.push --environment Project-Blog-test Updating the AWS Elastic Beanstalk environment Project-Blog-test... Error: Failed to create the AWS Elastic Beanstalk application version

pawel@PK-Vostro-2520:~/git_projects/ProjectBlog (test-env)$

I did test it for 2 instances: PHP and RoR apps.


回答1:


I solved this on my own:)

Amazon EB allows only for 500 Application Versions. So I logged in to console -> Elastick BeanStalk -> Action -> View Application Versions

On these page I selected and deleted some of olded files uploaded to Amazon EB. After it I was able to upload new versions with EB scripts.




回答2:


Heads up that the error may also appear if you have invalid characters in the commit description. Not sure what these are to AWS, but I got the same error with the characters "http://".



来源:https://stackoverflow.com/questions/27815625/amazon-elastick-beanstalk-error-failed-to-create-the-aws-elastic-beanstalk-appl

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!