AWS Fundamentals Logo
AWS Fundamentals
AWS::Elasticsearch::Domain

Elasticsearch Domain

Resource Type definition for AWS::Elasticsearch::Domain

Properties

15 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
AccessPolicies
object
AdvancedOptions
object
AdvancedSecurityOptions
AdvancedSecurityOptionsInput
CognitoOptions
CognitoOptions
DomainEndpointOptions
DomainEndpointOptions
DomainName
string
Create-only
EBSOptions
EBSOptions
ElasticsearchClusterConfig
ElasticsearchClusterConfig
ElasticsearchVersion
string
EncryptionAtRestOptions
EncryptionAtRestOptions
LogPublishingOptions
object
NodeToNodeEncryptionOptions
NodeToNodeEncryptionOptions
SnapshotOptions
SnapshotOptions
Tags
Array<Tag>
VPCOptions
VPCOptions

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
DomainArnstring-
DomainEndpointstring-
Idstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Elasticsearch::Domain

Resources:
  MyResource:
    Type: AWS::Elasticsearch::Domain
    Properties:
      Tags:
        - Key: Environment
          Value: Production

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceElasticsearch
Properties19
Required0
TaggingNot supported
Primary IDId

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

DomainName

External Links