terraform-aws-eks icon indicating copy to clipboard operation
terraform-aws-eks copied to clipboard

Support for `instance_maintenance_policy` block in `self_managed_node_group_defaults / self_managed_node_groups`

Open igor-nikiforov opened this issue 2 years ago β€’ 0 comments

Is your request related to a new offering from AWS?

In the latest version of AWS provider 5.26.0 was added support for instance_maintenance_policy which controls how many instance should be InService during replacement.

Is your request related to a problem? Please describe.

More context about problem in AWS blog post: https://aws.amazon.com/blogs/compute/introducing-instance-maintenance-policy-for-amazon-ec2-auto-scaling/

Describe the solution you'd like.

I want to have configuration block instance_maintenance_policy in self_managed_node_group_defaults / self_managed_node_groups.

Recently this feature was added in autoscaling module in this PR https://github.com/terraform-aws-modules/terraform-aws-autoscaling/pull/251

igor-nikiforov avatar Nov 22 '23 21:11 igor-nikiforov