EvaluatePolicyPermissions expression
Opened this issue · 0 comments
visit1985 commented
CIS 1.24 Ensure IAM policies that allow full "*:*" administrative privileges are not created
This expression should be 'Statement[?Effect == \'Allow\' && Action == \'*\' && Resource == \'*\']'
. Currently it matches for example action ec2:Describe*
on resource *
.
What do you think?