awslabs / amazon-ebs-autoscale

Don't run out of disk space on your EC2 instance when generating or working with large files. Automatically add EBS volumes to a filesystem mount point in response to disk utilization.
MIT License
113 stars 60 forks source link

Support gp3 iops and throughput settings #50

Open MrMarkW opened 2 years ago

MrMarkW commented 2 years ago

Add support to set iops and throughput for volumetype: gp3

--iops --throughput

https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/create-volume.html

blajoie commented 2 years ago

Interesting timing, we are looking for the exact same thing. It would be nice to expose IOPS/Throughput for gp3 ebs-autoscale volumes.