You must be logged in to view saved presets
Build a custom Network ACL.
The template creates the network access list (NACL) into an existing VPC, and requires the following details:
See Related Items section for configuration templates to create a new VPC.
AWSTemplateFormatVersion: '2010-09-09'
Description: ''
Resources:
NetworkAcl:
Type: 'AWS::EC2::NetworkAcl'
Properties:
VpcId: ''
Parameters: {}
Metadata: {}
Conditions: {}