aws-samples / cdk-eks-karpenter

CDK construct for installing and configuring Karpenter on EKS clusters
Apache License 2.0
34 stars 14 forks source link

fix: Add Karpenter IAM policies #90

Closed r-arek closed 1 year ago

r-arek commented 1 year ago

IAM policy is missing pricing:GetProducts and ec2:DescribeSpotPriceHistory

status code: 400, request id: ...; AccessDeniedException: User: arn:aws:sts::... is not authorized to perform: pricing:GetProducts because no identity-based policy allows the pricing:GetProducts action

relevant PR https://github.com/aws-quickstart/cdk-eks-blueprints/pull/464


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

andskli commented 1 year ago

@r-arek thanks for your contribution! LGTM! :shipit: 🎉