terraform-aws-modules / terraform-aws-autoscaling

Terraform module to create AWS Auto Scaling resources 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/autoscaling/aws
Apache License 2.0
292 stars 557 forks source link

feat: Added throughput parameter for root and ebs block devices #160

Closed mhall-openvault closed 3 years ago

mhall-openvault commented 3 years ago

The aws_instance can specify a root_block_device with volume_type, volume_size, iops, and throughput. In the aws autoscaling module, the throughput parameter is not passed in. This causes the disk to keep with baseline performance. Passing in the throughput parameter allows getting a faster performing disk. I made this change locally in my config and am now pushing it back to you the maintainer.

antonbabenko commented 3 years ago

Thanks, @mhall-velocidata !

v4.5.0 has been just released.

github-actions[bot] commented 1 year ago

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.