sky-uk / clusterverse

Full-lifecycle cloud infrastructure cluster management, using Ansible
BSD 3-Clause "New" or "Revised" License
15 stars 8 forks source link

[FEATURE] Allow throughput parameter for EBS disk #135

Closed waqarsky closed 1 year ago

waqarsky commented 1 year ago

New parameter for throughput added as optional param to be passed in through cluster vars.

Example also added.

If this isnt passed in, then it is omitted by default so this only had an effect on when passing in this parameter

See https://docs.ansible.com/ansible/latest/collections/amazon/aws/ec2_vol_module.html For module which is used for more details

PLEASE NOTE

This is only available in aws collection 1.4 and above as per the doc above