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

Today I have a strange problem for Amazon Elastick BeanStalk: for my instances I can’t download the application:

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

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

I tested it for two instances: PHP and RoR applications.

+1
source share
2 answers

I decided it myself :)

Amazon EB allows you to use only 500 versions of applications. So I went into the console -> Elastick BeanStalk -> Action -> View application versions

On this page, I selected and deleted some old files uploaded to Amazon EB. After that, I was able to download new versions using EB scripts.

+5
source

Enhances that an error may also occur if you have invalid characters in the commit description. Not sure what this is for AWS, but I got the same error with the characters "http: //".

0
source

Source: https://habr.com/ru/post/970267/


All Articles