π‘οΈ AWS Account does not have an IAM Password Policyπ’
- Contextual name: π‘οΈ Account does not have an IAM Password Policyπ’
- ID:
/ce/ca/aws/iam/password-policy - Tags:
- π’ Policy with categories
- π’ Policy with type
- π’ Production policy
- Policy Type:
COMPLIANCE_POLICY - Policy Categories:
SECURITY
Logicβ
- π§ prod.logic.yamlπ’
Similar Policiesβ
- Cloud Conformity: IAM Password Policy
Descriptionβ
Descriptionβ
This policy identifies AWS Accounts that do not have an IAM password policy configured.
A strong password policy helps enforce requirements such as minimum password length, expiration period, and complexity rules for IAM users.
Rationaleβ
IAM password policies enable administrators to enforce password strength and complexity for users signing in to the AWS Management Console. Without a password policy, users may create weak passwords that are easily guessed or compromised, increasing the risk of unauthorized access to your AWS environment.
Auditβ
This policy flags an AWS Account as
INCOMPLIANTif there is no related AWS IAM Password Policy.Referencesβ
Remediationβ
Remediationβ
Configure an IAM Password Policyβ
Set a strong password policy to enforce minimum length, complexity, expiration, and password reuse restrictions for IAM users.
From Consoleβ
Sign in to the AWS Management Console with permissions to manage IAM account settings.
Navigate to the IAM service.
In the left navigation pane, select Account Settings.
In the Password policy section, choose Change password policy and configure the following (as an example):
- Enforce minimum password length: Set to 14 characters.
- Require at least one uppercase letter (A-Z).
- Require at least one lowercase letter (a-z).
- Require at least one number.
- Require at least one non-alphanumeric character (e.g., ! @ # $ % ^ & *).
- Enable password expiration: Set Expire passwords in β€ 90 days.
- Prevent password reuse: Remember 24 previous passwords.
Click Save changes to apply the policy.
From Command Lineβ
Run the following AWS CLI command to configure the password policy:
... see more