Skip to content

Instantly share code, notes, and snippets.

@namtx
Last active October 4, 2018 08:35
Show Gist options
  • Select an option

  • Save namtx/3cc42288a1a525419e9f7c2710dedf8f to your computer and use it in GitHub Desktop.

Select an option

Save namtx/3cc42288a1a525419e9f7c2710dedf8f to your computer and use it in GitHub Desktop.
CloudFormation
{
"Resources": {
"VPC": {
"Type": "AWS::EC2::VPC",
"Properties": {
"EnableDnsSupport": "true",
"EnableDnsHostnames": "true",
"CidrBlock": "10.0.0.0/16"
},
"Metadata": {
"AWS::CloudFormation::Designer": {
"id": "1a126032-3cd8-48be-bfb7-ef7194541d7f"
}
}
},
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment