I have tried using EBS autoscale for my use case and it's working like a charm. One thing I have noticed is when ever EBS volume is created for my instance (to use scratch space)
sh /opt/amazon-ebs-autoscale/install.sh -m /var/lib/docker -d /dev/sdc -s 50 2>&1 > /var/log/ebs-autoscale-install.log
What is have noticed is this EBS volume is not getting deleted along with the termination of the instance and it's getting pile up.
Any body faced this issue before? Please help me in giving some pointers to overcome this.