Skip to content

Commit

Permalink
upd: update policy IAM permissions file for 143,144,159, 462
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-shcherbak committed Sep 23, 2024
1 parent abfff80 commit e2e5450
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"Action": [
"iam:ListAccountAliases",
"cloudtrail:DescribeTrails",
"cloudtrail:GetTrailStatus",
"cloudtrail:GetEventSelectors"
],
"Resource": "*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"Action": [
"iam:ListAccountAliases",
"cloudtrail:DescribeTrails",
"cloudtrail:GetEventSelectors"
"cloudtrail:GetEventSelectors",
"cloudtrail:GetTrailStatus"
],
"Resource": "*"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
{
"Effect": "Allow",
"Action": [
"iam:ListAccountAliases",
"rds:DescribeEventSubscriptions",
"iam:ListAccountAliases",
"rds:DescribeDBInstances",
"sns:ListTopics",
"rds:DescribeDBClusters",
"sns:GetTopicAttributes"
],
"Resource": "*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
"Action": [
"tag:GetResources",
"lambda:ListFunctions",
"lambda:GetFunctionConcurrency",
"lambda:GetFunctionConfiguration",
"lambda:GetFunction"
],
"Resource": "*"
Expand Down

0 comments on commit e2e5450

Please sign in to comment.