Created
March 12, 2021 09:10
-
-
Save taufiqibrahim/7914f55f5119f83e7b8abf2ff5af5fa9 to your computer and use it in GitHub Desktop.
Data Pipeline Service Graph Using AWS Neptune - Cloudformation Parameters
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": "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