Ensures that the default stateless action for full packets in Network Firewall policies is set to drop or forward, enhancing security.
Rule | The default stateless action for Network Firewall policies should be drop or forward for full packets |
Framework | AWS Foundational Security Best Practices |
Severity | ✔ Medium |
Default Action for Network Firewall Policies in AWS
In accordance with AWS Foundational Security Best Practices, the default stateless action for Network Firewall policies should be set to "drop" for enhanced security. Alternatively, the action can also be set to "forward" for full packets based on specific use cases and requirements.
Troubleshooting Steps
If there are any issues related to the default stateless action in the Network Firewall policies, follow these troubleshooting steps:
Necessary Codes
If you need to update the default stateless action in the Network Firewall policies, you can use the following AWS CLI command:
aws network-firewall update-firewall-policy \ --firewall-policy-arn arn:aws:network-firewall:us-west-2:123456789012:stateless-default-actions/policy-12345 \ --stateless-default-actions 'ActionName=drop'
Remediation Steps
Here is a step-by-step guide to remediate the default stateless action in the Network Firewall policies:
By following these steps, you can ensure that the default stateless action in the Network Firewall policies aligns with the AWS Foundational Security Best Practices and helps enhance the security of your AWS environment.