awslabs / aws-config-rules

[Node, Python, Java] Repository of sample Custom Rules for AWS Config.
http://aws.amazon.com/config/
Creative Commons Zero v1.0 Universal
1.6k stars 854 forks source link

Lowercasing TRUE for IAM password policy checks #370

Open MohdBadawi opened 3 years ago

MohdBadawi commented 3 years ago

The values for true and false in iam-password-policy are case-sensitive. If true is not provided in lowercase, it will be treated as false. https://docs.aws.amazon.com/config/latest/developerguide/iam-password-policy.html

I confirm these files are made available under CC0 1.0 Universal (https://creativecommons.org/publicdomain/zero/1.0/legalcode)

Issue #, if available:

Description of changes: