aws-samples / aws-network-firewall-terraform

This repository contains terraform code to deploy the necessary resources to get started to test AWS Network Firewall.
MIT No Attribution
62 stars 30 forks source link

flow logs not available #2

Closed exeding closed 3 years ago

exeding commented 3 years ago

hey there,

i was just testing the code and it seems that the output of flow-logs to s3 is not working. i can successfully deploy the terraformcode and everything works as expected, but within the s3 bucket now flowlogs are appearing.

Is there maybe a permission missing that must be deployed via terraform as stated in the docs? https://docs.aws.amazon.com/network-firewall/latest/developerguide/logging-s3.html

kind regards, Thomas

nicoaws commented 3 years ago

Thanks for reporting Thomas, the wrong S3 bucket encryption was specified. This is now corrected and tested. Closed in https://github.com/aws-samples/aws-network-firewall-terraform/commit/c2aa7c17686b4e85952988a3ceb94d96d270976a

exeding commented 3 years ago

Thanks for that fast response and solution :)