Sankar
Sankar

Reputation: 359

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.

Upvotes: 7

Views: 11999

Answers (1)

Ryan Parman
Ryan Parman

Reputation: 6935

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?

Upvotes: 5

Related Questions