samples
turbot/flowpipe-samples/remediate-aws-guardduty-alerts

remediate_aws_guardduty_alerts.pipeline.block_s3_public_access

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run remediate_aws_guardduty_alerts.pipeline.block_s3_public_access \
--arg 'aws_bucket=<string>' \
--arg 'jira_issue_id=<string>'

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = remediate_aws_guardduty_alerts.pipeline.block_s3_public_access
args = {
aws_bucket = <string>
jira_issue_id = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
jira_credstringYesName for Jira credentials to use. If not provided, the default credentials will be used.default
aws_credstringYesName for AWS credentials to use. If not provided, the default credentials will be used.default
aws_regionstringYesAWS region.your-aws-region
aws_bucketstringYesAWS S3 bucket name.-
jira_issue_idstringYesJira issue id.-

Outputs

This pipeline has no outputs.