Control: 1.9 Ensure IAM password policy requires minimum length of 14 or greater
Description
Password policies are, in part, used to enforce password complexity requirements. IAM password policies can be used to ensure password are at least a given length. It is recommended that the password policy require a minimum password length 14.
Setting a password complexity policy increases account resiliency against brute force login attempts.
Remediation
Perform the following to set the password policy as prescribed:
Via AWS Console
- Login to AWS Console (with appropriate permissions to View Identity Access Management Account Settings).
- Go to IAM Service on the AWS Console.
- Click on Account Settings on the Left Pane.
- Set "Minimum password length" to
14
or greater. - Click "Apply password policy".
Via CLI
aws iam update-account-password-policy --minimum-password-length 14
Note: All commands starting with "aws iam update-account-password-policy" can be combined into a single command.
Usage
Run the control in your terminal:
powerpipe control run aws_compliance.control.cis_v120_1_9
Snapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe control run aws_compliance.control.cis_v120_1_9 --share
SQL
This control uses a named query:
iam_account_password_policy_min_length_14