capistrano-elbas icon indicating copy to clipboard operation
capistrano-elbas copied to clipboard

Deploy Rails apps to AWS AutoScale groups

Results 17 capistrano-elbas issues
Sort by recently updated
recently updated
newest added

Adding the "elbas_hostname_type" variable to specify which of the following hostname formats is to be used when communicating with instances: public_ip_address, public_dns_name, private_ip_address, private_dns_name

I made this change to allow using it for hosts that don't have public DNS names/IP addresses. If an instance doesn't have a public name, It tries to use an...

would be good for troubleshooting/rollback to have ability to spin up the previous ami. not currently possible since all old amis are deleted, even before the current ami snapshot is...

In the capistrano.rb there exists an older style DSL for erroring in Capistrano: ``` error

Does this gem suspend autoscaling during deployment? Because cant find in code