This module creates an OpenSearch cluster for use in ADDF
vpc-id
: The VPC-ID that the cluster will be created in
opensearch_data_nodes
: The number of data nodes, defaults to1
opensearch_data_nodes_instance_type
: The data node type, defaults tor6g.large.search
opensearch_master_nodes
: The number of master nodes, defaults to0
opensearch_master_nodes_instance_type
: The master node type, defaults tor6g.large.search
opensearch_ebs_volume_size
: The EBS volume size (in GB), defaults to10
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-addf-test-core-opensearch-aaa.us-east-1.es.amazonaws.com/_dashboards/",
"OpenSearchDomainName": "vpc-addf-test-core-opensearch-aaa",
"OpenSearchDomainEndpoint": "vpc-addf-test-core-opensearch-aaa.us-east-1.es.amazonaws.com",
"OpenSearchSecurityGroupId": "sg-0475c9e7efba05c0d"
}