Skip to content

Commit

Permalink
feat: Add capacity reservation permissions to Karpenter IAM policy (#…
Browse files Browse the repository at this point in the history
…3318)

feat: Update AllowScopedEC2InstanceAccessActions policy to include capacity-reservation permission as part of Karpenter version 1.3.0
  • Loading branch information
Matt Holmes authored and GitHub committed Mar 7, 2025
1 parent 1bfc10a commit 770ee99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/karpenter/policy.tf
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ data "aws_iam_policy_document" "v1" {
"arn:${local.partition}:ec2:${local.region}::snapshot/*",
"arn:${local.partition}:ec2:${local.region}:*:security-group/*",
"arn:${local.partition}:ec2:${local.region}:*:subnet/*",
"arn:${local.partition}:ec2:${local.region}:*:capacity-reservation/*",
]

actions = [
Expand Down

0 comments on commit 770ee99

Please sign in to comment.