Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mandatoryprogrammer/07e5a870c5888f3c97c7cdbfbe9b7eb6 to your computer and use it in GitHub Desktop.
Save mandatoryprogrammer/07e5a870c5888f3c97c7cdbfbe9b7eb6 to your computer and use it in GitHub Desktop.
AWS Spot Instances on Elastic Beanstalk Error: Stack named 'awseb-e-rrpbg6x2fq-stack' aborted operation. Current state: 'CREATE_FAILED' Reason: The following resource(s) failed to create: [AWSEBInstanceLaunchWaitCondition].
Stack named 'awseb-e-rrpbg6x2fq-stack' aborted operation. Current state: 'CREATE_FAILED' Reason: The following resource(s) failed to create: [AWSEBInstanceLaunchWaitCondition].
If you get the above error while doing AWS Elastic Beanstalk with Spot Instance(s) it MAY be that your account isn't allowed to request those spot instances. You may have to request a quota increase. To find out try issuing the Spot Instance request for the same instance type manually and see what error you get.
Posting this so that other people don't have to suffer the same way.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment