commitdev / zero-aws-eks-stack

zero module for a basic AWS kubernetes stack on EKS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable Account Password Policy

bmonkman opened this issue · comments

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