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

Adapted the instance collection to take the hostnames of both public OR private Hostnames

Hello. Seems like [rubygems](https://rubygems.org/gems/elbas) version of this gem is very old and has no updates since 2020 (no multiple autoscale groups support https://github.com/lserman/capistrano-elbas/pull/46, for example). Could you release it? There...

When you have a configuration file with multiple servers if you filter servers with roles like this ones: ``` autoscale 'app-autoscale-group', user: 'apps', roles: [:app, :web] autoscale 'worker-autoscale-group', user: 'apps',...

I am about to start using elbas as it looks like a great way to automate our autoscaling deployments. However, I notice that you recommend this setting: set :aws_no_reboot_on_create_ami, true...

`create_launch_template_version` doesn't update default version of launch template. But at logger info we can see: ```bash [ELBAS] Updating launch template with the new AMI... [ELBAS] Updated launch template, new default...

Adding the "elbas_keep_amis" variable which defines how many old AMIs to keep during cleanup. Fixes #40

Add Circle CI config. It can be integrated with GH.

I'm not sure how common a use case it is, but our instances do not get public ip or dns names, so this is just an automatic fallback to private...