We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66d2666 + 72bbbc7 commit 56ca600Copy full SHA for 56ca600
1 file changed
infra/modules/engineer-access/policies.tf
@@ -344,7 +344,10 @@ resource "aws_iam_policy" "get_usage_data" {
344
},
345
{
346
Action = [
347
- "ce:GetCommitmentPurchaseAnalysis",
+ "ce:*PurchaseAnalysis*",
348
+ "ce:GetReservation*",
349
+ "ce:GetRightsizingRecommendation",
350
+ "ce:*SavingsPlan*"
351
]
352
Effect = "Allow"
353
Resource = [
0 commit comments