nodepool/releasenotes/notes/aws-iops-6f6f54f0b111c13b.yaml
James E. Blair 4ea824cfa9 Aws: add support for volume iops and throughput
Users can request specific IOPS and throughput allocations from EC2.
The availability and defaults vary for volume type, but IOPS are
available for all volumes, and throughput is available on gp3 volumes.

Change-Id: Icc7432d8ce1c3514bfe9d8fda20bd399b67ede7a
2022-10-14 07:08:30 -07:00

9 lines
295 B
YAML

---
features:
- |
The AWS driver now support specifying volume IOPS and throughput; see:
:attr:`providers.[aws].pools.labels.iops`,
:attr:`providers.[aws].pools.labels.throughput`,
:attr:`providers.[aws].diskimages.iops`, and
:attr:`providers.[aws].diskimages.throughput`.