Policy Packs
Enforce AWS IAM Access Keys Are Not Older Than 90 Days

Policy Setting: AWS > IAM > Access Key > Active > Age

Policies

This policy setting is dependent on the following policy types:

Source

resource "turbot_policy_setting" "aws_iam_access_key_active_age" {
resource = turbot_policy_pack.main.id
type = "tmod:@turbot/aws-iam#/policy/types/accessKeyActiveAge"
value = "Force inactive if age > 90 days"
}