cloudposse / terraform-aws-eks-node-group

Terraform module to provision a fully managed AWS EKS Node Group
https://cloudposse.com/accelerate
Apache License 2.0
90 stars 128 forks source link

Enable Auto Scaling group metrics #130

Closed iamdevnull closed 1 year ago

iamdevnull commented 1 year ago

Describe the Feature

it is possible to Enable Auto Scaling group metrics https://docs.aws.amazon.com/en_en/autoscaling/ec2/userguide/ec2-auto-scaling-cloudwatch-monitoring.html#as-enable-group-metrics

Expected Behavior

I would like to have a variable (boolean) to enable this monitoring

Best Regards

nitrocode commented 1 year ago

This is not possible because it's not exposed to the api. We can only do what is in possible by terraform.

https://github.com/aws/containers-roadmap/issues/762