This module creates a Neptune cluster for use in IDF
vpc-id: The VPC-ID that the cluster will be created in
number-instances: The number of compute nodes, defaults to2
NeptuneClusterId: the id of the Neptune ClusterNeptuneEndpointAddress: the address of the Neptune Cluster Endpoint- for inserting data and readingNeptuneReadEndpointAddress: the address of the Neptune Cluster REad-Only EndpointNeptuneSecurityGroupId: the id of the Security Group on the Cluster
{
"NeptuneClusterId": "idf-test-core-neptuneCluster",
"NeptuneEndpointAddress": "idf-test-core-neptunecluster.cluster-cf6xovvml17s.us-east-1.neptune.amazonaws.com:8182",
"NeptuneReadEndpointAddress": "idf-test-core-neptunecluster.cluster-ro-cf6xovvml17s.us-east-1.neptune.amazonaws.com:8182",
"NeptuneSecurityGroupId": "sg-0605123720caec685"
}