standard
turbot/aws_compliance
Get Involved
Version
Pipeline: Update IAM account password policy password reuse
Updates the account password policy password reuse for the AWS account.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run aws_compliance.pipeline.update_iam_account_password_policy_password_reuse \ --arg 'password_reuse_prevention=<number>'
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = aws_compliance.pipeline.update_iam_account_password_policy_password_reuse args = { password_reuse_prevention = <number> }}
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
conn | connection.aws | Yes | Name of the AWS connection to be used for any authenticated actions. | connection.aws.default |
password_reuse_prevention | number | Yes | Prevents the reuse of the specified number of previous passwords. | - |
Outputs
This pipeline has no outputs.
Tags
category = Compliance
folder = Internal
mod = aws
service = AWS/IAM