An open API service indexing awesome lists of open source software.

https://github.com/epomatti/aws-network-firewall

AWS Network Firewall traffic control
https://github.com/epomatti/aws-network-firewall

aws aws-network-firewall aws-security ids ips terrafom vpc

Last synced: 11 months ago
JSON representation

AWS Network Firewall traffic control

Awesome Lists containing this project

README

          

# 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:

```terraform
ip_to_drop = "1.2.3.4"
```