feat(security): add Amazon GuardDuty integration to security service#19
Open
cdaniluk wants to merge 1 commit into
Open
feat(security): add Amazon GuardDuty integration to security service#19cdaniluk wants to merge 1 commit into
cdaniluk wants to merge 1 commit into
Conversation
Adds a native PagerDuty "Amazon GuardDuty" integration on the existing security service alongside the Datadog integration, and exposes its Events API URL as security_guardduty_integration_url. This lets an EventBridge -> SNS path deliver full GuardDuty finding payloads to PagerDuty (one incident per finding), replacing the Datadog log forwarding that rolled findings up and stripped the payload. Structured to extend to AWS Security Hub later. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
sblack4
approved these changes
Jul 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a native PagerDuty Amazon GuardDuty integration on the existing security service (alongside the Datadog integration) and exposes its Events API URL as a new output
security_guardduty_integration_url.Why
Lets us deliver full GuardDuty finding payloads to PagerDuty via an EventBridge → SNS path (one incident per finding), replacing Datadog log forwarding that rolled unrelated findings into a single, payload-stripped alert. Structured to extend to AWS Security Hub later.
Changes
data.tf:pagerduty_vendor.guardduty("Amazon GuardDuty")security.tf:pagerduty_service_integration.security_guarddutyonpagerduty_service.securityoutput.tf:security_guardduty_integration_urlREADME.md: regenerated via terraform-docsRelease
Pre-released as
v0.8.6-rc1for consumption bymanaged-rhythmic. Cutv0.8.6on merge.Test
terraform validatepasses (only the pre-existingpagerduty_business_service.typedeprecation warning). Consumed end-to-end from managed-rhythmic via local module override.🤖 Generated with Claude Code