docker / machine

Machine management for a container-centric world
https://docs.docker.com/machine/
Apache License 2.0
6.62k stars 1.97k forks source link

Update amazonec2.go to support IO1, IO2, and GP3 volume types. Update… #4857

Open cpollard0 opened 3 years ago

cpollard0 commented 3 years ago

… version of AWS SDK. Signed-off-by: Chris Pollard chris.pollard@rocketmail.com

Description

There are a number of AWS EBS volume types that support changes to IOPs and now throughput. This allows us to set them from docker machine configurations.

Related issue(s)