awsdocs / elastic-beanstalk-samples

This repository contains code and configuration samples (e.g. .ebextensions) for AWS Elastic Beanstalk.
Apache License 2.0
1.22k stars 889 forks source link

Add ASG Capacity Rebalance ebextension #142

Closed ivallhon closed 3 years ago

ivallhon commented 4 years ago

Description of changes: This PR adds a sample .ebextension to enable Capacity Rebalancing on the environment Auto Scaling group. This is useful for load balanced environments using Spot Instances, as it makes Auto Scaling proactively replace instances at elevated risk of interruption.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

mrenneke-amazon commented 3 years ago

Hi @ivallhon . Thanks for the sample. Merging.