- Breaking change/bug fix: Region-specific settings were not being preserved. A new construct is required to set region specific settings. Do this:
set 'us-east-1'.to_sym, {
aws_autoscale_instance_size: 't2.medium',
aws_lc_name_prefix: 'lc-'
}
See the README for more details.
- Support setting name prefixes for newly created launch configurations and AMIs
- Use UTC for the timestamps in names
- Fix a small bug caused by a typo
- Add support to access ID(s) for new AMI(s) created by capistrano-asg
- Run after deploy:finishing instead of after deploy
- Return newly created launch configuration in
fetch(:asg_launch_config)
- Fix multi-region AMI and launch config generation
- Forked from capistrano-elbas
- renamed capistrano-asg and released as a new gem
- Updated with modern aws sdk
- Added support for multiple regions