binbashar / le-tf-infra-aws

Terraform code for Leverage Reference Architecture for AWS, designed under optimal configs for the most popular modern web and mobile applications needs.
https://www.binbash.co/leverage
Apache License 2.0
24 stars 7 forks source link

Enhancement | Implement VPC Flow logs on EKS VPCs #476

Closed angelofenoglio closed 1 year ago

angelofenoglio commented 1 year ago

Describe the Feature

VPC flow logs are not implemented on EKS VPCs, that is, on apps-devstg and apps-prd EKS networks. They should de implemented just as in the base-network layers for those same accounts.

Expected Behavior

VPC flog logs implemented and functional on apps-devstg and apps-prd EKS networks.

Describe Ideal Solution

An example of implementation is in the base network layer for apps-devstg itself, using terraform-aws-vpc-flowlogs module. Which deploys the s3 resources and policies needed for VPC flow logs to work.

Alternatives Considered

n/a

Additional Context

n/a

exequielrafaela commented 1 year ago

@Franr I'm leaving here the link to the slack thread we're we've reviewed some specifics of this issue as reference.