pulumi-eks
pulumi-eks copied to clipboard
Make monitoring of node groups configurable
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
Thanks for filing this @maxemann96. In the meantime, you might be able to manage this using transformations
I forgot about transformations. Thanks for the info. Will use that as workaround.
Thanks for the implementation :)