-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
throughput & iops options for managed node_groups when create_launch_template=true #1567
Comments
@daroga0002 I can work on this if no one has picked this up. |
I didnt seen PR so you can work on it and 🙏 |
Thanks @daroga0002 and @junaid-ali |
I'm going to lock this issue 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 similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Is your request related to a new offering from AWS?
AWS provider's
aws_launch_template
supportsiops
andthroughput
whenvolume_type
isgp3
.https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/launch_template
This appears to have been implemented for worker_groups (#1444).
Is your request related to a problem? Please describe.
I could implement my own launch template and utilize
launch_template_id
-- but it would be easier to simply provide optionaldisk_iops
anddisk_throughput
inputs likedisk_type
.Describe the solution you'd like.
Describe alternatives you've considered.
I could choose to not use
create_launch_template=true
and provide my own launch template per the example here: https://github.com/terraform-aws-modules/terraform-aws-eks/tree/master/examples/launch_templates_with_managed_node_groupsThe text was updated successfully, but these errors were encountered: