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

Remediate AWS Guard Duty Alerts

Automate AWS SNS notifications from Guard Duty Findings triggering Jira issue creation, execute actions in AWS for identified issues, and update issue state to done upon resolution.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run remediate_aws_guardduty_alerts.pipeline.remediate_aws_guardduty_alerts \
--arg 'alert=<dynamic>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = remediate_aws_guardduty_alerts.pipeline.remediate_aws_guardduty_alerts
args = {
alert = <dynamic>
}
}

Params

NameTypeRequiredDescriptionDefault
jira_credstringYesName for Jira credentials to use. If not provided, the default credentials will be used.default
jira_issue_typestringYesJira issue type.your-jira-issue-type
alertdynamicYes-
jira_project_keystringYesJira project key.your-jira-project-key

Outputs

NameDescription
block_s3_public_access_issue
disassociate_iam_instance_profile_issue