Im trying to do an auto scaling group in AWS
Below is my script.
It runs and almost completes (it sets up lb, asg and lc in AWS) but times out with
“msg: Waited too long for new instances to become viable. Mon Nov 16 15:35:31 2015”
Under AWS “Activity History” on Auto Scaling Group i get
“Launching a new EC2 instance. Status Reason: The parameter SecurityGroup is not recognized. Launching EC2 instance failed.”
I have tried looking for that message with only 2 hits in all of google so its not a common error.
Anything im doing wrong in the below or any idea about the message?
Thanks