Skip to content

Commit 2cd1055

Browse files
authored
Merge pull request #13 from ZiyadAlmbasher/main
Proposing additional AWS Config actions to the SCP
2 parents aa862d9 + 1715641 commit 2cd1055

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Deny-changes-to-security-services/Deny-enabling-and-disabling-AWS-Config.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,13 @@
1818
"config:StopConfigurationRecorder",
1919
"config:DeliverConfigSnapshot",
2020
"config:DeleteAggregationAuthorization",
21-
"config:DeleteEvaluationResults"
21+
"config:DeleteEvaluationResults",
22+
"config:PutOrganizationConfigRule",
23+
"config:PutRemediationConfigurations",
24+
"config:DeleteRemediationConfiguration",
25+
"config:DeleteServiceLinkedConfigurationRecorder",
26+
"config:DeleteRemediationExceptions",
27+
"config:DeletePendingAggregationRequest"
2228
],
2329
"Resource":"*",
2430
"Condition":{
@@ -28,4 +34,4 @@
2834
}
2935
}
3036
]
31-
}
37+
}

0 commit comments

Comments
 (0)