AWS EB Error: Incorrect application version found on all instances

Daniel Sun Yang picture Daniel Sun Yang · May 8, 2016 · Viewed 17k times · Source

I am trying to use the EB CLI to deploy an application into an environment but I seem to be getting strange errors. Is there a way to empty out previous application versions so I can upload a fresh application?

The message I see after I execute eb deploy.

Update environment operation is complete, but with errors. For more information, see troubleshooting documentation.

I am currently getting this error:

Incorrect application version found on all instances. Expected version [app version]

The logs file also seems to be getting deleted for some reason.

Answer

Jeff Gu Kang picture Jeff Gu Kang · Aug 18, 2019

I solved this to reboot instances. Redeploy worked well after reboot.

enter image description here