Password Policy
Resource Type
AWS.PasswordPolicy
Resource ID Format
For Password Policy resources, the resource ID is constructed as such:
[AccountId]::AWS.PasswordPolicy
Example:
123456789012::AWS.PasswordPolicy
This allows you to differentiate between Password Policy resources across all AWS accounts you have linked by looking at the characters before the first colon.
Background
Password policies can be set on an AWS account to enforce complexity requirements. This resource models all of the password policy options to ensure it is compliant with your internal requirements.
Fields
Field | Type | Description |
|
| The number of previous passwords AWS remembers and prevents users from re-using |
|
| Whether or not users can change their own password |
|
| Indicates whether or not a password policy has been explicitly set in the account. If |
Example
Last updated