Created
September 18, 2017 00:03
-
-
Save shinyaa31/a20e19a37bff1939789a8175dcfed363 to your computer and use it in GitHub Desktop.
CloudFormationパラメータファイル(JSON形式/VPC及びサブネットを作成)
This file contains hidden or 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
[ | |
{ "ParameterKey" : "ProjectDescription", "ParameterValue" : "Blog Verification for AWS Glue Project." }, | |
{ "ParameterKey" : "PublicSubnet1Description", "ParameterValue" : "Public Subnet1 of Blog Verification for AWS Glue Project." }, | |
{ "ParameterKey" : "PublicSubnet2Description", "ParameterValue" : "Public Subnet2 of Blog Verification for AWS Glue Project." }, | |
{ "ParameterKey" : "PublicRouteTableName", "ParameterValue" : "Public Route Table of Blog Verification for AWS Glue Project." }, | |
{ "ParameterKey" : "CIDRVpc", "ParameterValue" : "10.0.0.0/16" }, | |
{ "ParameterKey" : "CIDRPublicSubnet1", "ParameterValue" : "10.0.0.0/24" }, | |
{ "ParameterKey" : "CIDRPublicSubnet2", "ParameterValue" : "10.0.1.0/24" } | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment