samples
turbot/flowpipe-samples/deactivate-expired-aws-iam-access-keys-using-queries
Get Involved
Version
Deactivate Expired AWS IAM Access Keys Using Query Step
Find expired keys using a query step, deactivate them, and send a notification.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run deactivate_expired_aws_iam_access_keys_using_queries.pipeline.deactivate_expired_aws_iam_access_keys_using_query_step
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = deactivate_expired_aws_iam_access_keys_using_queries.pipeline.deactivate_expired_aws_iam_access_keys_using_query_step }
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
expire_after_days | number | Yes | Number of days after which the access key should be deactivated. | 90 |
database | string | Yes | Database to connect to. | postgres://steampipe@localhost:9193/steampipe |
notifier | string | Yes | Notifier to use. | default |
Outputs
This pipeline has no outputs.