Password Requires Symbols
Severity: Medium
Description: Ensures password policy requires the use of symbols
Remediation Steps:
Perform the following steps to apply the password policies on AWS :
Method 1 : 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
Click on Update Password Policy
Check "Requires at least one non-alphanumeric character"
Click "Apply password policy"
Method 2 : Via AWS Command Line Interface
Run a command : # aws iam update-account-password-policy --require-symbols
Note: All commands starting with "aws iam update-account-password-policy" can be combined into a single command.
For command usage refer: update-account-password-policy — AWS CLI 1.36.7 Command Reference
Blue Hexagon Proprietary