Skip to content

epomatti/aws-network-firewall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Network Firewall

Protecting inbound and outbound traffic in a VPC using AWS Network Firewall.

Create the resources:

terraform init
terraform apply

To test inbound drop, set your IP address in the .auto.tfvars file:

ip_to_drop = "1.2.3.4"