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 interval set to 10-min however, you could modify this ...
Mar 8, 20231 min read52

