OpenSearch Service Domain

An OpenSearch Service Domain in AWS is a managed search and analytics cluster that hosts OpenSearch or legacy Elasticsearch engines. It provides scalable indexing, search, and visualization capabilities without the need to manage infrastructure. Domains can be configured with different instance types, storage options, and security settings, and they integrate with AWS services for monitoring, access control, and data ingestion.

aws.opensearch_domain

Fields

TitleIDTypeData TypeDescription
_keycorestring
access_policiescorestringIdentity and Access Management (IAM) policy document specifying the access policies for the domain.
account_idcorestring
advanced_optionscorehstoreKey-value pairs that specify advanced configuration options.
advanced_security_optionscorejsonSettings for fine-grained access control.
arncorestringThe Amazon Resource Name (ARN) of the domain. For more information, see IAM identifiers in the AWS Identity and Access Management User Guide.
auto_tune_optionscorejsonAuto-Tune settings for the domain.
change_progress_detailscorejsonInformation about a configuration change happening on the domain.
cluster_configcorejsonContainer for the cluster configuration of the domain.
cognito_optionscorejsonKey-value pairs to configure Amazon Cognito authentication for OpenSearch Dashboards.
createdcoreboolCreation status of an OpenSearch Service domain. True if domain creation is complete. False if domain creation is still in progress.
deletedcoreboolDeletion status of an OpenSearch Service domain. True if domain deletion is complete. False if domain deletion is still in progress. Once deletion is complete, the status of the domain is no longer returned.
domain_endpoint_optionscorejsonAdditional options for the domain endpoint, such as whether to require HTTPS for all traffic.
domain_endpoint_v2_hosted_zone_idcorestringThe dual stack hosted zone ID for the domain.
domain_idcorestringUnique identifier for the domain.
domain_namecorestringName of the domain. Domain names are unique across all domains owned by the same account within an Amazon Web Services Region.
domain_processing_statuscorestringThe status of any changes that are currently in progress for the domain.
ebs_optionscorejsonContainer for EBS-based storage settings for the domain.
encryption_at_rest_optionscorejsonEncryption at rest settings for the domain.
endpointcorestringDomain-specific endpoint used to submit index, search, and data upload requests to the domain.
endpoint_v2corestringIf IPAddressType to set to dualstack, a version 2 domain endpoint is provisioned. This endpoint functions like a normal endpoint, except that it works with both IPv4 and IPv6 IP addresses. Normal endpoints work only with IPv4 IP addresses.
endpointscorehstoreThe key-value pair that exists if the OpenSearch Service domain uses VPC endpoints. For example: IPv4 IP addresses - 'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com' Dual stack IP addresses - 'vpcv2':'vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.aos.us-east-1.on.aws'
engine_versioncorestringVersion of OpenSearch or Elasticsearch that the domain is running, in the format Elasticsearch_X.Y or OpenSearch_X.Y.
ip_address_typecorestringThe type of IP addresses supported by the endpoint for the domain.
log_publishing_optionscorestringLog publishing options for the domain.
modifying_propertiescorejsonInformation about the domain properties that are currently being modified.
node_to_node_encryption_optionscorejsonWhether node-to-node encryption is enabled or disabled.
off_peak_window_optionscorejsonOptions that specify a custom 10-hour window during which OpenSearch Service can perform configuration changes on the domain.
processingcoreboolThe status of the domain configuration. True if OpenSearch Service is processing configuration changes. False if the configuration is active.
service_software_optionscorejsonThe current status of the domain's service software.
snapshot_optionscorejsonDEPRECATED. Container for parameters required to configure automated snapshots of domain indexes.
software_update_optionscorejsonService software update options for the domain.
tagscorehstore
upgrade_processingcoreboolThe status of a domain version upgrade to a new version of OpenSearch or Elasticsearch. True if OpenSearch Service is in the process of a version upgrade. False if the configuration is active.
vpc_optionscorejsonThe VPC configuration for the domain.