Bootstrapping in CloudFormation with Autoscale
- by PapelPincel
My CloudFormation template creates an autoscale group and bootstrap it with utility script /opt/aws/bin/cfn-init. When I remove the bootstrap part out of my template the, autoscale get created without any problem, but I add it the CloudFormation Stack fails and add line in /var/log/cloud-init.log :
Error: AutoScalingGroupName does not specify any…