Skip to content

Instantly share code, notes, and snippets.

@PaulDuvall
Last active January 19, 2021 21:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PaulDuvall/cd47d236c572a49db6c5dac5ee4173e7 to your computer and use it in GitHub Desktop.
Save PaulDuvall/cd47d236c572a49db6c5dac5ee4173e7 to your computer and use it in GitHub Desktop.
reinvent-2020-blog-network-firewall.yml
---
SampleFirewall:
Type: AWS::NetworkFirewall::Firewall
Properties:
FirewallName: SampleFirewallName
FirewallPolicyArn: SampleFirewallPolicy
VpcId: SampleVPC
SubnetMappings:
- SubnetId: SampleSubnet1
- SubnetId: SampleSubnet2
Description: Firewall description goes here
Tags:
- Key: Foo
Value: Bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment