Skip to content

Instantly share code, notes, and snippets.

@shinyaa31
Created September 18, 2017 00:03
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 shinyaa31/a20e19a37bff1939789a8175dcfed363 to your computer and use it in GitHub Desktop.
Save shinyaa31/a20e19a37bff1939789a8175dcfed363 to your computer and use it in GitHub Desktop.
CloudFormationパラメータファイル(JSON形式/VPC及びサブネットを作成)
[
{ "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