Safari
Safari

Reputation: 11945

Update current version on AWS Elastic Beanstalk

I have a python (Django) application on Amazon AWS using Elastic Beanstalk.

It's all ok, and my server is ok with my last application version. Now I have to update a file into my application so I followed this steps:

ERROR Your WSGIPath refers to a file that does not exist.

Please note that I have not changed the files in the hidden directory .ebextensions and this directory is present in the new zip file.

Upvotes: 0

Views: 316

Answers (1)

Wiriya Rungruang
Wiriya Rungruang

Reputation: 318

Maybe because an error occurs when it try to run deploy script with the new zip file.

You can see that error in eb-activity logs and fixed it and deploy it again I think this problem will be solved.

http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.logging.html

Upvotes: 0

Related Questions