pulumi-eks icon indicating copy to clipboard operation
pulumi-eks copied to clipboard

Make monitoring of node groups configurable

Open maxemann96 opened this issue 1 year ago • 2 comments

Hello!

  • Vote on this issue by adding a 👍 reaction
  • If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

Issue details

Currently it's not possible to alter the detailed logging switch in the underlying ec2 LaunchConfiguration / NodeLaunchTemplate, while managing the resource with this provider. Since we are monitoring our cluster with the Prometheus stack, we don't need the cloudwatch monitoring.

Affected area/feature

For Node.js, a change should be implemented starting here

maxemann96 avatar Feb 01 '24 15:02 maxemann96

Thanks for filing this @maxemann96. In the meantime, you might be able to manage this using transformations

mjeffryes avatar Feb 02 '24 00:02 mjeffryes

I forgot about transformations. Thanks for the info. Will use that as workaround.

maxemann96 avatar Feb 02 '24 09:02 maxemann96

Thanks for the implementation :)

maxemann96 avatar May 16 '24 12:05 maxemann96