Bash Script to Enable VPC Flow Logs on all subnets in a GCP Project
Here's a super simple bash script to enable VPC flow logs on every subnet across a specified GCP project with an option to include or exclude logging metadata that I wrote. It has the aggregation inte
Mar 8, 20231 min read52

