콘텐츠로 이동

Additional references

This page collects hands-on resources for learning and implementing AWS Network Firewall beyond the best practices covered in this guide: sample code repositories, workshops, video walkthroughs, blog posts, and official documentation links.

Sample code

Start here if you want working code to deploy or extend.

  • Suricata Rule Generator for AWS Network Firewall - Open-source GUI application for writing, validating, and managing Suricata rules. Includes rule conflict analysis, bulk domain import, managed rule group filtering, CloudWatch usage analytics, and infrastructure export (CloudFormation, Terraform, direct API). Referenced throughout this guide.
  • AWS Network Firewall CloudFormation Templates - CloudFormation templates for all deployment architectures (centralized, distributed, combined), the getting started policy, and a CloudWatch dashboard.
  • AWS Network Firewall Terraform Templates - Terraform equivalents of the CloudFormation templates above, covering all deployment architectures and the getting started policy.
  • AWS Network Firewall Automation Examples - Lambda-based automation patterns for dynamic rule updates, IP list synchronization, and event-driven rule management.

Workshops

AWS workshops are hands-on labs that walk you through deploying and configuring services in a sandbox AWS account.

The best way to experience these workshops is through the AWS Activation Day program. Activation Days are free, instructor-led events open to anyone. AWS Solutions Architects guide you through the workshop content in a live setting with a provisioned sandbox account at no cost. Check the program page for upcoming sessions covering AWS security, identity, and governance services.

If you are an AWS customer with an account team, you can also ask your Solutions Architect to set up a dedicated workshop event for your team. These use the same workshop content as Activation Days but are run privately for your organization.

If you prefer to deploy the workshop into your own environment, the open-source code repositories below contain the infrastructure as code to do so.

Workshop instructions

Workshop source code

Videos

Blogs

Architecture and deployment

Rules and filtering

TLS inspection

Logging and monitoring

AWS documentation