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

Enable VPC logs in CDK #28

Open
abbashus opened this issue Oct 27, 2021 · 1 comment
Open

Enable VPC logs in CDK #28

abbashus opened this issue Oct 27, 2021 · 1 comment

Comments

@abbashus
Copy link
Contributor

Amazon VPC provides an option to enable flow logs for whole VPCs, subnets, or specific ENIs. This aggregates and
stores logs of network traffic flows with details about source/destination, ENIs, instance IDs (when applicable),
and the amount of data transferred. The subnets created as part of CDK do not have flow logs, so traffic involving the network interfaces in those subnets are not logged for future review or monitoring.

Create a way for user to enable VPC logs if needed.

@abbashus
Copy link
Contributor Author

abbashus commented Nov 8, 2021

Commit abbashus@51d3b01 fixes this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant