This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
Releases: awslabs/amazon-ebs-autoscale
Releases · awslabs/amazon-ebs-autoscale
Minor Release - v2.2.0
Improvements:
- Add constraint on the number of volumes an instance can create - default limit is 16
- Add constraint on the total size of volumes an instance can create - default limit is 8000GB
- Verbose install
- Default 100GB size for initial filesystem on install
- Use
/dev/xvdb*
device names
Bug fixes
- Fix check on number of attached volumes for an instance
Deprecation
- REMOVED
/bin/create-ebs-volume.py
Minor Release - v2.1.0
- Removed dependency on Python
bin/create-ebs-volume.py
is DEPRECATED and will be removed in the next release
Patch release - v2.0.2
- Update cloud-init installation commands
Patch release - v2.0.1
Add jq
back to cloud-init template as dependency
Release - v2.0.0
- Adds
systemd
support - Refactored to use a config file for parameters like mountpoint, logging interval, volume limits
- Simplified daemon invocation
- Various code cleanup
Release - v1.0.0
First official release.