Skip to content

Commit

Permalink
Merge pull request #6 from architlatkar27/DWX-17395
Browse files Browse the repository at this point in the history
DWX-17395: Fix the timeout issue in reduced mode environment deletion
  • Loading branch information
roohisyeda authored Feb 7, 2024
2 parents b451dbc + 652ba02 commit ba177b9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion aws-iam-policies/reduced-permissions-mode.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"autoscaling:SuspendProcesses",
"autoscaling:UpdateAutoScalingGroup",
"cloudformation:DescribeStackEvents",
"cloudformation:DescribeStacks",
"cloudformation:UpdateStack",
"ec2:DeleteKeyPair"
],
Expand Down Expand Up @@ -83,6 +82,12 @@
}
}
},
{
"Sid": "gocodeCF",
"Effect": "Allow",
"Action": "cloudformation:DescribeStacks",
"Resource": "arn:aws:cloudformation:*:*:stack/env-*-dwx-stack/*"
},
{
"Sid": "gocodeEks",
"Effect": "Allow",
Expand Down

0 comments on commit ba177b9

Please sign in to comment.