DEV Community
•
2026-07-29 20:08
Event-Driven AWS Security Automation: Real-Time Detection and Remediation with Terraform and Pulumi
cloudguard-pro is an event-driven AWS security platform that detects and automatically remediates cloud misconfigurations. Seven Lambda functions, a shared data contract, dual IaC provisioning, and a unified findings store backed by DynamoDB Streams and SNS.
This writeup covers the architecture, the IaC split, and the implementation decisions that shaped the system.
Architecture
...