lserman / capistrano-elbas

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

multi-template x multi-asg support? #41

Closed dgarwood closed 4 years ago

dgarwood commented 4 years ago

have a situation where we would prefer to run two different auto-scale groups (asg), one for web and one for workers, both based on the same ami, and only update the ami once.

Additionally, have a need to be able to create two different ami's, one for each asg

It appears that the task that updates the amis would only run once since capistrano only runs them once if we don't use invoke!.

does elbas support multiple asgs where each has a separate launch template? does elbas support multiple asg's where they all use the same launch template?