A cloud application uses an IAM role with the policy "Action: s3:*" and "Resource: *". Which principle is violated?
Least privilege requires minimal necessary permissions; wildcard resources and actions violate this.
Why this answer
The policy grants full access to all S3 actions on all resources, violating the principle of least privilege. Wildcard permissions like s3:* and *:* are over-permissive.