Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to solve Update environment operation is complete, but with errors. For more information error in AWS Elasticbeanstalk

I am using AWS Elasticbeanstalk for my project.When I uploading new version app it is giving error

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

My IAM role has AWSElasticbeanstalkFullAccess

Then why I am getting this error. Thank in advance

like image 839
RamRajVasavi Avatar asked Jul 09 '15 11:07

RamRajVasavi


People also ask

What is degraded in AWS?

Degraded (red)This status is displayed when the health agent is reporting a high number of request failures or other issues for an instance or environment. Example: environment is in the process of scaling up to 5 instances.


1 Answers

I had the same issue.

I did the following and it worked.

  • From Elastic Beanstalk environment page, I chose to Rebuild the environment (Actions > Rebuild Environment)
  • Deployed the new application version.
like image 109
KiranD Avatar answered Sep 23 '22 18:09

KiranD