standard
turbot/aws_compliance
Get Involved
Version
Pipeline: Update IAM account password policy minimumn length
Updates the account password policy minimumn length 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_min_length \ --arg 'minimum_password_length=<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_min_length args = { minimum_password_length = <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 |
| minimum_password_length | number | Yes | The minimum length of the password. | - |
Outputs
This pipeline has no outputs.
Tags
category = Compliance
folder = Internal
mod = aws
service = AWS/IAM