Skip to content

Commit

Permalink
Remove comments and commit json file
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 1, 2024
1 parent 1dd233a commit 3ae7b2d
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
13 changes: 13 additions & 0 deletions aws-iam-policies/generated/restricted-policy-1.json5
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,19 @@
"ec2:DescribeInstances"
],
"Resource": "*"
},
{
"Sid": "StartStopRDS",
"Effect": "Allow",
"Action": [
"rds:StartDBInstance",
"rds:StopDBInstance",
"rds:DescribeDBInstances"
],
"Resource": [
"arn:aws:rds:*:*:db:env-*-dwx-stack-rds",
"arn:aws:rds:*:*:subgrp:env-*-dwx-stack-dbsubnetgroup-*"
]
}
]
}
1 change: 0 additions & 1 deletion aws-iam-policies/generated/restricted-policy-2.json5
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
"Effect": "Allow",
"Action": [
"rds:CreateDBInstance",
"rds:DescribeDBInstances",
"rds:CreateDBSubnetGroup",
"rds:DescribeDBSubnetGroups",
"rds:ListTagsForResource"
Expand Down
13 changes: 13 additions & 0 deletions aws-iam-policies/generated/restricted-policy-managedARN-1.json5
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,19 @@
"ec2:DescribeInstances"
],
"Resource": "*"
},
{
"Sid": "StartStopRDS",
"Effect": "Allow",
"Action": [
"rds:StartDBInstance",
"rds:StopDBInstance",
"rds:DescribeDBInstances"
],
"Resource": [
"arn:aws:rds:*:*:db:env-*-dwx-stack-rds",
"arn:aws:rds:*:*:subgrp:env-*-dwx-stack-dbsubnetgroup-*"
]
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
"Effect": "Allow",
"Action": [
"rds:CreateDBInstance",
"rds:DescribeDBInstances",
"rds:CreateDBSubnetGroup",
"rds:DescribeDBSubnetGroups",
"rds:ListTagsForResource"
Expand Down

0 comments on commit 3ae7b2d

Please sign in to comment.