IAM policy has granted full permissions to resources
ID |
aws_iam_policy_grants |
Severity |
high |
Remediation Complexity |
trivial |
Remediation Risk |
high |
Remediation Effort |
low |
Vendor |
AWS |
Resource |
IAM |
Tags |
ASVS50:v8.2.1, reachable |
Description
IAM policy has granted full permissions to resources, instead of granting permissions gradually as necessary. You have the configuration Effect=Allow, Action="*".
To fix it, you must configure the actions that allow access in the Action property.
Learn more about this topic at AWS IAM policy.