np-guard / vpc-network-config-analyzer

A tool for analyzing the configured network connectivity of VPCs as specified by various VPC resources
Apache License 2.0
7 stars 0 forks source link

Inconsistent filtering by resource-group #442

Open adisos opened 5 months ago

adisos commented 5 months ago

see https://github.com/np-guard/vpc-network-config-analyzer/pull/425 When input vpc config is a file, filtering by the VPC's resource group (other resources within VPCs are handled by checking their VPC resource group). When running with collector, filtering is by each resource and its own resource-group.

adisos commented 5 months ago

For input config from collector, it makes more sense to analyze resources only if their VPC configuration is also present. This may be related to the input config validation issue.