sample
turbot/flowpipe-samples/remediate-aws-guardduty-alerts
Get Involved
Version
Pipeline: 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=<any>'
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 = <any> }}
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
jira_conn | connection.jira | Yes | Name for Jira connections to use. If not provided, the default connection will be used. | connection.jira.default |
jira_issue_type | string | Yes | Jira issue type. | your-jira-issue-type |
alert | any | Yes | - | |
jira_project_key | string | Yes | Jira project key. | your-jira-project-key |
Outputs
Name | Description |
---|---|
block_s3_public_access_issue | |
disassociate_iam_instance_profile_issue |
Tags
recommended = true