ssc-spc-ccoe-cei / gcp-tools

This repo is meant to be a submodule of the gcp-repo-template repository. https://github.com/ssc-spc-ccoe-cei/gcp-repo-template
3 stars 3 forks source link

Make VPC Flow logs optional - for FinOps #60

Open obriensystems opened 10 months ago

obriensystems commented 10 months ago

make the following VPC flow logs optional when creating the VPC subnet

https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/blob/main/docs/landing-zone-v2/README.md#option-2---project-in-a-folder

--enable-flow-logs --logging-aggregation-interval=interval-5-sec --logging-flow-sampling=1.0 --logging-metadata=include-all

and https://github.com/ssc-spc-ccoe-cei/gcp-tools/blob/main/scripts/bootstrap/setup-kcc.sh#L90

--enable-flow-logs --logging-aggregation-interval=interval-5-sec --logging-flow-sampling=1.0 --logging-metadata=include-all

see https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/issues/572 removing in https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/blob/gh446-hub/solutions/setup.sh for https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/issues/446