Thanks for letting us know we're doing a good job!
If you've got a moment, please tell us what we did right so we can do more of it.
Specifies a network ACL for your VPC.
To declare this entity in your AWS CloudFormation template, use the following syntax:
TagsAn arbitrary set of tags (key–value pairs) for this ACL.
Required: No
Type: List of Tag
Update requires: No interruption
VpcIdThe ID of the VPC for the network ACL.
Required: Yes
Type: String
Update requires: Replacement
When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the resource name.
For more information about using the Ref function, see Ref.
The following example creates a Network ACL in a VPC.
"myNetworkAcl" : { "Type" : "AWS::EC2::NetworkAcl", "Properties" : { "VpcId" : { "Ref" : "myVPC" }, "Tags" : [ { "Key" : "foo", "Value" : "bar" } ] } }
myNetworkAcl: Type: AWS::EC2::NetworkAcl Properties: VpcId: Ref: myVPC Tags: - Key: foo Value: bar
CreateNetworkAcl in the Amazon EC2 API Reference
Network ACLs in the Amazon Virtual Private Cloud User Guide