This module creates an OpenSearch cluster for use in IDF
vpc-id: The VPC-ID that the cluster will be created inprivate-subnet-ids: The private subnets that the cluster will be created in
opensearch_data_nodes: The number of data nodes, defaults to1opensearch_data_nodes_instance_type: The data node type, defaults tor6g.large.searchopensearch_master_nodes: The number of master nodes, defaults to0opensearch_master_nodes_instance_type: The master node type, defaults tor6g.large.searchopensearch_ebs_volume_size: The EBS volume size (in GB), defaults to10solution-id: a unique identifier for this deployment (must be used withsolution-description)solution-name: a unique name for this deployment (must be used withsolution-id)solution-version: a unique version for this deployment
The parameters (solution-*) will resolve a custom text that is used as a description of the stack if populated.
OpenSearchDomainEndpoint: the endpoint name of the OpenSearch DomainOpenSearchDomainName: the name of the OpenSearch DomainOpenSeearchDashboardUrl: URL of the OpenSearch cluster dashboardOpenSearchSecurityGroupId: name of the DDB table created for Rosbag Scene Data
{
"OpenSearchDashboardUrl": "https://vpc-idf-test-core-opensearch-aaa.us-east-1.es.amazonaws.com/_dashboards/",
"OpenSearchDomainName": "vpc-idf-test-core-opensearch-aaa",
"OpenSearchDomainEndpoint": "vpc-idf-test-core-opensearch-aaa.us-east-1.es.amazonaws.com",
"OpenSearchSecurityGroupId": "sg-XXXXXXX"
}