All Projects → mpostument → ebs-autoresize

mpostument / ebs-autoresize

Licence: Apache-2.0 license
Automatically resize your ebs

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to ebs-autoresize

Openebs
Leading Open Source Container Attached Storage, built using Cloud Native Architecture, simplifies running Stateful Applications on Kubernetes.
Stars: ✭ 7,277 (+15382.98%)
Mutual labels:  ebs
terraform-aws-backup
Terraform module to create AWS Backup plans. AWS Backup is a fully managed backup service that makes it easy to centralize and automate the back up of data across AWS services (EBS volumes, RDS databases, DynamoDB tables, EFS file systems, and Storage Gateway volumes).
Stars: ✭ 72 (+53.19%)
Mutual labels:  ebs
awsctl
Control AWS infrastructure easily from a single command line written in Go
Stars: ✭ 97 (+106.38%)
Mutual labels:  ebs
ebsautotagger
AWS Lambda function to tag EBS volumes created by autoscaling
Stars: ✭ 18 (-61.7%)
Mutual labels:  ebs
coldsnap
A command line interface for Amazon EBS snapshots
Stars: ✭ 92 (+95.74%)
Mutual labels:  ebs
terraform-aws-ec2-ami-backup
Terraform module for automatic & scheduled AMI creation
Stars: ✭ 19 (-59.57%)
Mutual labels:  ebs
sensu-plugins-aws
This plugin provides native AWS instrumentation for monitoring and metrics collection, including: health and metrics for various AWS services, such as EC2, RDS, ELB, and more, as well as handlers for EC2, SES, and SNS.
Stars: ✭ 79 (+68.09%)
Mutual labels:  ebs
ebs-backup
Backup EBS Volumes
Stars: ✭ 34 (-27.66%)
Mutual labels:  ebs
terraform-aws-backup
Terraform module to provision AWS Backup, a fully managed backup service that makes it easy to centralize and automate the back up of data across AWS services such as EBS volumes, RDS databases, DynamoDB tables, EFS file systems, and AWS Storage Gateway volumes.
Stars: ✭ 62 (+31.91%)
Mutual labels:  ebs
aws-backup-lambda
A utility AWS lambda function to manage EBS and RDS snapshot backups.
Stars: ✭ 60 (+27.66%)
Mutual labels:  ebs
automated-ebs-snapshots
Script for managing automated AWS EBS snapshots
Stars: ✭ 87 (+85.11%)
Mutual labels:  ebs
aws-tag-sched-ops
Retired, please see https://github.com/sqlxpert/lights-off-aws
Stars: ✭ 24 (-48.94%)
Mutual labels:  ebs

ebs-autoresize

Automatically resize your ebs.

Table of Contents

Installing

Download the latest binary from 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].