Skip to content

gadgetry-io/terraform-aws-vpc-flow-logs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VPC Flow Logs

Creates a VPC flow to CloudWatch logs and schedules a daily partitioned dump to S3

NOTE

This module requires curl be available on the machine running terraform so that it can download the lambda zip.

Example

module "vpc-flow-logs" {
  source        = "gadgetry-io/vpc-flow-logs/aws"
  version       = "0.0.1"
  vpc_id        = "vpc-xxxxxxx"
  database_name = "prd"
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages