Skip to content

Enable Account Password Policy #112

@bmonkman

Description

@bmonkman

In the Shared state, use iam_account_password_policy to enforce a password policy for IAM users in the AWS account.
Some potential values:

minimum_password_length        = 10
require_lowercase_characters   = true
require_numbers                = true
require_uppercase_characters   = true
require_symbols                = true
allow_users_to_change_password = true
max_password_age               = 180
password_reuse_prevention      = 24
hard_expiry                    = false

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions