@n8n-dev/n8n-nodes-amazonaws-guardduty
v1.0.0
Published
GuardDuty monitors VPC flow logs, CloudTrail logs, and DNS logs.
Maintainers
Readme
@n8n-dev/n8n-nodes-amazonaws-guardduty
Stop writing amazonaws-guardduty API integrations by hand.
Every time you connect n8n to amazonaws-guardduty, you waste hours mapping endpoints, defining parameters, and debugging schemas. You copy-paste from docs, fix edge cases, and pray nothing breaks.
What if connecting n8n to amazonaws-guardduty took 5 minutes, not half a day?
This node gives you 1+ resources out of the box: Default: with full CRUD operations, typed parameters, and zero manual configuration.
What You Get
- Zero boilerplate: Resources, operations, and fields are pre-configured and ready to use
- Full CRUD: Create, read, update, and delete support where the API allows it
- Typed parameters: No more guessing field types
- Built-in auth: API key authentication, ready to go
- Declarative: Native n8n performance, no custom execute() overhead
Install
npm install @n8n-dev/n8n-nodes-amazonaws-guarddutyOr in n8n:
- Settings → Community Nodes → Install
- Search:
@n8n-dev/n8n-nodes-amazonaws-guardduty - Click Install
Quick Start
- Install the node (above)
- Add credentials: amazonaws-guardduty API → paste your API key
- Drag the amazonaws-guardduty node into your workflow
- Pick a resource → pick an operation → done.
That's it. No configuration files. No code. It just works.
Resources
- Post Accept Administrator Invitation
- Get Administrator Account
- Post Archive Findings
- Post Create Detector
- Get List Detectors
- Post Create Filter
- Get List Filters
- Post Create IP Set
- Get List IP Sets
- Post Create Members
- Get List Members
- Post Create Publishing Destination
- Get List Publishing Destinations
- Post Create Sample Findings
- Post Create Threat Intel Set
- Get List Threat Intel Sets
- Post Decline Invitations
- Delete Detector
- Get Detector
- Post Update Detector
- Delete Filter
- Get Filter
- Post Update Filter
- Delete IP Set
- Get IP Set
- Post Update IP Set
- Post Delete Invitations
- Post Delete Members
- Delete Publishing Destination
- Get Describe Publishing Destination
- Post Update Publishing Destination
- Delete Threat Intel Set
- Get Threat Intel Set
- Post Update Threat Intel Set
- Post Describe Malware Scans
- Get Describe Organization Configuration
- Post Update Organization Configuration
- Post Disable Organization Admin Account
- Post Disassociate From Administrator Account
- Post Disassociate Members
- Post Enable Organization Admin Account
- Post Get Coverage Statistics
- Post Get Findings
- Post Get Findings Statistics
- Get Invitations Count
- Get Malware Scan Settings
- Post Update Malware Scan Settings
- Post Get Member Detectors
- Post Get Members
- Post Get Remaining Free Trial Days
- Post Get Usage Statistics
- Post Invite Members
- Post List Coverage
- Post List Findings
- Get List Invitations
- Get List Organization Admin Accounts
- Get List Tags For Resource
- Post Tag Resource
- Post Start Monitoring Members
- Post Stop Monitoring Members
- Post Unarchive Findings
- Delete Untag Resource
- Post Update Findings Feedback
- Post Update Member Detectors
Why This Node?
Without this node:
- Hours of manual API integration
- Copy-pasting from amazonaws-guardduty docs
- Debugging auth, pagination, error handling
- Maintaining your own client code
With this node:
- Install → configure → use. 5 minutes.
- Auto-generated from the official amazonaws-guardduty OpenAPI spec
- Always up to date when the API changes
- Native n8n performance
Auto-Generated
This node was auto-generated from the official amazonaws-guardduty OpenAPI specification using @n8n-dev/n8n-openapi-node-ultimate, then validated against the live API so you get accurate types and real parameters, not guesswork.
When the amazonaws-guardduty API updates, this node updates too.
Support This Project
If this node saved you hours of work, consider supporting continued development, new APIs, better error handling, and faster updates.
License
MIT © kelvinzer0
