Last active
January 19, 2021 21:31
-
-
Save PaulDuvall/cd47d236c572a49db6c5dac5ee4173e7 to your computer and use it in GitHub Desktop.
reinvent-2020-blog-network-firewall.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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