Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] cloudwatch logging not working correctly #5

Open
cdaniluk opened this issue Aug 27, 2020 · 1 comment
Open

[BUG] cloudwatch logging not working correctly #5

cdaniluk opened this issue Aug 27, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@cdaniluk
Copy link
Collaborator

The IAM role associated with the VPC Flow Log does not assign the correct policies for the flow log service to be able to write to the log group, only create it. It also tries to use the KMS key for the parent bucket, which it does not need to use (and does not have access to use) for CloudWatch purposes.

@cdaniluk cdaniluk added the bug Something isn't working label Aug 27, 2020
@cdaniluk cdaniluk self-assigned this Aug 27, 2020
@blongv
Copy link

blongv commented Sep 27, 2023

I also had to modify the policy created by this terraform module per the AWS instructions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants