Control: 1.11 Ensure RAM password policy requires minimum length of 14 or greater
Description
RAM password policies can be used to ensure password complexity. It is recommended that the password policy require a minimum of 14 or greater characters for any password.
Remediation
Perform the following to set the password policy:
From Console
- Logon to RAM console.
- Choose
Identities > Settings
. - In the
Password Strength Settings
section, clickEdit Password Rule
. - In the
Password Length
field, enter<14>
or a greater number. - Click
OK
.
From Command Line
aliyun ram SetPasswordPolicy --MinimumPasswordLength 14
Usage
Run the control in your terminal:
powerpipe control run alicloud_compliance.control.cis_v100_1_11
Snapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe control run alicloud_compliance.control.cis_v100_1_11 --share
SQL
This control uses a named query:
ram_account_password_policy_min_length_14