Automatically resize your ebs.
Download the latest binary from releases
ebs-autoresize --threshold=70 --increase=40
When amount of free space will be less then 70% disk will be resized on 40%
Cron every 6 hours because AWS EBS modifications are limited to every 6 hours.
- Fork it
- Download your fork to your PC (
git clone https://github.com/your_username/ebs-autoresize && cd ebs-autoresize
) - Create your feature branch (
git checkout -b my-new-feature
) - Make changes and add them (
git add .
) - Commit your changes (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new pull request
ebs-autoresize is released under the Apache 2.0 license. See LICENSE.txt