Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 312 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 312 Bytes

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"