AWS CloudFormation stack fails with error Received 0 SUCCESS signal(s) out of 1
My AWS CloudFormation template fails with the error: Received 0 SUCCESS signal(s) out of 1. Unable to satisfy 100% MinSuccessfulInstancesPercent requirement I'm thinking my WaitConditionHandles are not set correctly (or maybe the EC2 instance is not sending one), but not sure how to fix this. Everything (ASG, EC2 instances) does appear to be created correctly in AWS. I'm using the following CloudFormation template: AWSTemplateFormatVersion: "2010-09-09" Description: "Auto Scaling Group" Outputs: AsgArn: Value: !Ref "AutoScalingGroup" AsgMinSize: Description: "The minimum size of the Auto