Amazon Elastick BeanStalk error: Failed to create

2019-06-04 10:19发布

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.

2条回答
唯我独甜
2楼-- · 2019-06-04 10:44

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.

查看更多
Anthone
3楼-- · 2019-06-04 10:45

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://".

查看更多
登录 后发表回答