copilot-cli icon indicating copy to clipboard operation
copilot-cli copied to clipboard

Allow adding VPC flow logs in environments

Open efekarakus opened this issue 3 years ago • 0 comments

Ask

VPC Flow Logs is a feature that enables you to capture information about the IP traffic going to and from network interfaces in your VPC. Flow log data can be published to Amazon CloudWatch Logs or Amazon S3. After you create a flow log, you can retrieve and view its data in the chosen destination.

We should make it possible to enable VPC flow logs in environments with the environment manifest. Example CFN resource: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#aws-resource-ec2-flowlog--examples

Sample manifest

network:
  vpc:
    flow_logs: on

efekarakus avatar Jul 05 '22 23:07 efekarakus