Automate security controls and incident response workflows for AWS environments using Terraform and Lambda
Response automation to compromised EC2 instances detecting by GuardDuty triggers a Step Function workflow to isolate the instance collect forensics and notify the security team
- GuardDuty finding triggers EventBridge
- Step Functions orchestrates response
- Lambda functions execute isolation and forensics
Automatic enforcement of resource tagging standards evaluates resources against Config Rules and automatically remediates non compliant resources
- AWS Config identifies non compliant resources
- Lambda function applies required tags