lablabs / terraform-aws-eks-karpenter

A terraform module to deploy the karpenter on Amazon EKS cluster.
Apache License 2.0
8 stars 3 forks source link

feature: add ec2:CreateTags permission for spot-instances-request #7

Closed tmiklu closed 4 months ago

tmiklu commented 4 months ago

Summary

Hello,

Please add this missing ec2:CreateTags permission for spot-instances-request. This one is missing during upgrade to 0.33.x karpenter-v0330

https://github.com/lablabs/terraform-aws-eks-karpenter/blob/main/iam.tf#L73

Issue Type

Feature Idea