https://github.com/mpostument/ebs-autoresize
Automatically resize your ebs
https://github.com/mpostument/ebs-autoresize
aws ebs ebs-autoresize
Last synced: 6 days ago
JSON representation
Automatically resize your ebs
- Host: GitHub
- URL: https://github.com/mpostument/ebs-autoresize
- Owner: mpostument
- License: apache-2.0
- Created: 2021-02-13T17:30:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T05:59:26.000Z (over 2 years ago)
- Last Synced: 2024-06-20T03:34:01.316Z (over 1 year ago)
- Topics: aws, ebs, ebs-autoresize
- Language: Go
- Homepage:
- Size: 137 KB
- Stars: 47
- Watchers: 4
- Forks: 5
- Open Issues: 9
-
Metadata Files:
- Readme: README.MD
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ebs-autoresize
Automatically resize your ebs.
## Table of Contents
- [ebs-autoresize](#ebs-autoresize)
- [Table of Contents](#table-of-contents)
- [Installing](#installing)
- [Getting Started](#getting-started)
- [Resize](#resize)
- [Best practices](#best-practices)
- [Contributing](#contributing)
- [License](#license)## Installing
Download the latest binary from [releases](https://github.com/mpostument/ebs-autoresize/releases)
## Getting Started
### Resize
`ebs-autoresize --threshold=70 --increase=40`
When amount of free space will be less then 70% disk will be resized on 40%### Best practices
Cron every 6 hours because AWS EBS modifications are limited to every 6 hours.
## Contributing
1. Fork it
2. Download your fork to your PC ( `git clone https://github.com/your_username/ebs-autoresize && cd ebs-autoresize` )
3. Create your feature branch ( `git checkout -b my-new-feature` )
4. Make changes and add them ( `git add .` )
5. Commit your changes ( `git commit -m 'Add some feature'` )
6. Push to the branch ( `git push origin my-new-feature` )
7. Create new pull request## License
ebs-autoresize is released under the Apache 2.0 license. See [LICENSE.txt](https://github.com/mpostument/ebs-autoresize/blob/master/LICENSE)