samples
turbot/flowpipe-samples/deactivate-expired-aws-iam-access-keys-using-queries

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

NameTypeRequiredDescriptionDefault
expire_after_daysnumberYesNumber of days after which the access key should be deactivated.90
databasestringYesDatabase to connect to.postgres://steampipe@localhost:9193/steampipe
notifierstringYesNotifier to use.default

Outputs

This pipeline has no outputs.