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
- Host: GitHub
- URL: https://github.com/epomatti/aws-network-firewall
- Owner: epomatti
- License: mit
- Created: 2023-08-06T01:42:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-07T04:12:42.000Z (almost 3 years ago)
- Last Synced: 2025-01-17T18:36:43.690Z (over 1 year ago)
- Topics: aws, aws-network-firewall, aws-security, ids, ips, terrafom, vpc
- Language: HCL
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```