This rule ensures that IAM password policy mandates the presence of at least one uppercase letter.
Rule | Ensure IAM password policy requires at least one uppercase letter |
Framework | General Data Protection Regulation (GDPR) |
Severity | ✔ Medium |
Rule Description:
This rule aims to ensure compliance with the General Data Protection Regulation (GDPR) by enforcing a password policy in AWS Identity and Access Management (IAM) that requires at least one uppercase letter in user passwords. This policy strengthens the security of user accounts and protects sensitive data from unauthorized access.
Troubleshooting Steps:
If users are unable to meet the password policy requirements, they may encounter errors during password creation or get locked out of their accounts. To troubleshoot these issues, follow the steps below:
Error during password creation:
Account lockout:
Necessary Codes:
There are no specific codes required for this rule as it involves configuring the IAM password policy in the AWS Management Console.
Step-by-Step Guide for Policy Implementation:
Follow the steps below to configure the IAM password policy to require at least one uppercase letter:
CLI Command for Policy Implementation:
The configuration of the IAM password policy can also be done via AWS CLI using the following command:
aws iam update-account-password-policy --require-uppercase-characters
Note: Ensure that you have AWS CLI installed and configured with appropriate credentials.
Additional Recommendations: