Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save taufiqibrahim/7914f55f5119f83e7b8abf2ff5af5fa9 to your computer and use it in GitHub Desktop.
Save taufiqibrahim/7914f55f5119f83e7b8abf2ff5af5fa9 to your computer and use it in GitHub Desktop.
Data Pipeline Service Graph Using AWS Neptune - Cloudformation Parameters
[
{
"ParameterKey": "Env",
"ParameterValue": "test"
},
{
"ParameterKey": "AppName",
"ParameterValue": "neptune-data-pipeline-graph"
},
{
"ParameterKey": "Compliance",
"ParameterValue": "pci"
},
{
"ParameterKey": "User",
"ParameterValue": "taufiq.ibrahim"
},
{
"ParameterKey": "Owner",
"ParameterValue": "DSE"
},
{
"ParameterKey": "Storage",
"ParameterValue": "s3"
},
{
"ParameterKey": "DBClusterIdentifier",
"ParameterValue": "neptune-data-pipeline-graph"
},
{
"ParameterKey": "DBInstanceClass",
"ParameterValue": "db.t3.medium"
},
{
"ParameterKey": "VpcId",
"ParameterValue": "vpc-someids"
},
{
"ParameterKey": "SubnetId1",
"ParameterValue": "subnet-someids"
},
{
"ParameterKey": "SubnetId2",
"ParameterValue": "subnet-someids"
},
{
"ParameterKey": "NeptuneSNSTopicArn",
"ParameterValue": "NeptuneSNSTopicArnFromConsole"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment