Skip to content

Instantly share code, notes, and snippets.

@marrobi
Created February 10, 2017 16:40
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 marrobi/3658c11d20aa04c5ae75a17732ea9794 to your computer and use it in GitHub Desktop.
Save marrobi/3658c11d20aa04c5ae75a17732ea9794 to your computer and use it in GitHub Desktop.
PublicSubnetANetworkAclAssociation
"PublicSubnetANetworkAclAssociation" : {
"Type" : "AWS::EC2::SubnetNetworkAclAssociation",
"Properties" : {
"SubnetId" : { "Ref" : "PublicSubnetA" },
"NetworkAclId" : { "Ref" : "PublicNetworkAcl" }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment