Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Deploying failed in AWS Elasticbeanstalk

I have a problem in deploying PHP based web application in AWS EB. I tried to push files using GIT bash; it went fine and shows completed 100%.

Then I checked in my AWS console it shows "Environment update is starting." after few seconds it shows "Service:AmazonCloudFormation, Message:Stack:arn:aws:cloudformation:us-east-1:556003586595:stack/awseb-e-m3tbtwpcpe-stack/0bb57070-5fac-11e2-af2e-5081b23f0c86 is in UPDATE_ROLLBACK_FAILED state and can not be updated."

"Failed to deploy application."

Please help someone how to resolve this issue. I am in urgency of setting the web application in AWS EB as soon as possible.

Thanks in advance, Sankar.

like image 733
Sankar Avatar asked Oct 04 '22 10:10

Sankar


1 Answers

Have you tried rebuilding the environment from the AWS Console? Are you doing anything less common like running your Beanstalk environment inside of a VPC?

like image 82
Ryan Parman Avatar answered Oct 12 '22 11:10

Ryan Parman