pingu
pingu

Reputation: 8827

Error when starting Elastic Beanstalk environment

What does this error mean please?

Stack named 'awseb-eea9ufee4ak-stack' aborted operation. Current state: 'CREATE_FAILED' Reason: The following resource(s) failed to create: [AWSEBInstanceLaunchWaitCondition]. (Service: AmazonCloudFormation; Status Code: 400; Error Code: OperationError; Request ID: null)

Upvotes: 3

Views: 4150

Answers (1)

Rohit Banga
Rohit Banga

Reputation: 18926

This error means that launching your environment timed out while waiting to hear back the EC2 instance. The instance did not report whether it successfully launched the environment or not. I would recommend taking snapshot logs to see detailed error messages from the instance.

Upvotes: 4

Related Questions