lserman / capistrano-elbas

Deploy Rails apps to AWS AutoScale groups
MIT License
96 stars 67 forks source link

fix no launch template error for fleet composition #36

Closed pan closed 5 years ago

pan commented 5 years ago

when autoscaling group fleet composition is set to combine purchase options and instances, aws_counterpart.launch_template is nil, so needs to get it from aws_counterpart.mixed_instances_policy instead.