Skip to content

Commit

Permalink
Update policy.json
Browse files Browse the repository at this point in the history
  • Loading branch information
swamy-m-s authored Aug 2, 2023
1 parent 596a117 commit cdae824
Showing 1 changed file with 21 additions and 17 deletions.
38 changes: 21 additions & 17 deletions policy.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "1",
"Effect": "Allow",
"Action": [
"ec2:Describe*",
"elasticloadbalancing:Describe*",
"autoscaling:Describe*",
"s3:Describe*",
"s3:List*",
"ecs:List*",
"ce:GetCostAndUsage",
"ce:GetCostForecast",
"apigateway:GET",
"dynamodb:Describe*"
],
"Resource": "*"
"Effect": "Allow",
"Resource": "*",
"Sid": "1"
},
{
"Sid": "2",
"Effect": "Allow",
"Action": [
"lambda:List*",
"dynamodb:List*",
Expand All @@ -32,29 +30,32 @@
"sns:List*",
"s3:Get*"
],
"Resource": "*"
"Effect": "Allow",
"Resource": "*",
"Sid": "2"
},
{
"Sid": "3",
"Effect": "Allow",
"Action": [
"acm:List*",
"mq:List*",
"cloudwatch:Get*",
"cloudwatch:List*",
"cloudtrail:LookupEvents",
"datapipeline:List*",
"eks:List*",
"elasticache:Describe*",
"servicecatalog:SearchProductsAsAdmin",
"ssm:DescribeMaintenanceWindows",
"es:List*",
"logs:Describe*",
"rds:Describe*",
"cloudwatch:Describe*"
],
"Resource": "*"
"Effect": "Allow",
"Resource": "*",
"Sid": "3"
},
{
"Sid": "4",
"Effect": "Allow",
"Action": [
"glue:Get*",
"organizations:Describe*",
Expand All @@ -69,11 +70,11 @@
"swf:List*",
"config:BatchGetResourceConfig"
],
"Resource": "*"
"Effect": "Allow",
"Resource": "*",
"Sid": "4"
},
{
"Sid": "5",
"Effect": "Allow",
"Action": [
"sns:List*",
"lambda:List*",
Expand All @@ -86,7 +87,10 @@
"eks:Describe*",
"elasticloadbalancing:DescribeTags"
],
"Resource": "*"
"Effect": "Allow",
"Resource": "*",
"Sid": "5"
}
]
],
"Version": "2012-10-17"
}

0 comments on commit cdae824

Please sign in to comment.