lserman / capistrano-elbas

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

Custom tags for AMI's and launch configuration options #10

Closed ricardojudo closed 5 years ago

ricardojudo commented 8 years ago

Additional launch configuration optionss can be specified through parameters ej:

set :aws_autoscale_key_pair, 'key-name'
set :detailed_instance_monitoring, true

Support for custom tags on AMI's creation, via aws_elbas_ami_custom_tags parameter, ej: set :aws_elbas_ami_custom_tags, {'Application' => 'app-production'}

lserman commented 8 years ago

Hi thanks for the PR, I am working on 2.0 using aws-sdk v2, I would like to merge this functionality into a final v1 release though. I will be sure to include it in the v2 release as well. Can you fix the tests?

lserman commented 5 years ago

I'm just now coming back to maintain this repository using the new AWS SDK and AWS launch templates. I will not be maintaining the old ELBAS that relied on launch configurations and AWS SDK v1.

The features in this PR are both taken care of by AWS launch templates, so I'll be closing this PR.