Baza-86 / stale-securitygroup-rule-analysis-with-serverless-architecture

MIT No Attribution
0 stars 0 forks source link

Implement Means of Capturing Deleted Resource Data #114

Open Baza-86 opened 10 months ago

Baza-86 commented 10 months ago

Implement a means of capturing resource data for resources that have been deleted.

The underlying cause of #112 appears to be due to the fact that short lived network interfaces are created by certain services (e.g. Glue), and then removed after use.

As the analysis and Lambda functions don't run until the following day it is possible for an ENI in the flow logs to have been removed in between flow log ingestion, and the analysis being run.

Baza-86 commented 10 months ago

Possible Solutions: