aws es create-elasticsearch-domain
Creates a new Elasticsearch domain. For more information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide
Options
Name | Description |
---|---|
--domain-name <string> | The name of the Elasticsearch domain that you are creating. Domain names are unique across the domains owned by an account within an AWS region. Domain names must start with a lowercase letter and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen) |
--elasticsearch-version <string> | String of format X.Y to specify version for the Elasticsearch domain eg. "1.5" or "2.3". For more information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide |
--elasticsearch-cluster-config <structure> | Configuration options for an Elasticsearch domain. Specifies the instance type and number of instances in the domain cluster |
--ebs-options <structure> | Options to enable, disable and specify the type and size of EBS storage volumes |
--access-policies <string> | IAM access policy as a JSON-formatted string |
--snapshot-options <structure> | Option to set time, in UTC format, of the daily automated snapshot. Default value is 0 hours |
--vpc-options <structure> | Options to specify the subnets and security groups for VPC endpoint. For more information, see Creating a VPC in VPC Endpoints for Amazon Elasticsearch Service Domains |
--cognito-options <structure> | Options to specify the Cognito user and identity pools for Kibana authentication. For more information, see Amazon Cognito Authentication for Kibana |
--encryption-at-rest-options <structure> | Specifies the Encryption At Rest Options |
--node-to-node-encryption-options <structure> | Specifies the NodeToNodeEncryptionOptions |
--advanced-options <map> | Option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information |
--log-publishing-options <map> | Map of LogType and LogPublishingOption, each containing options to publish a given type of Elasticsearch log |
--domain-endpoint-options <structure> | Options to specify configuration that will be applied to the domain endpoint |
--advanced-security-options <structure> | Specifies advanced security options |
--auto-tune-options <structure> | Specifies Auto-Tune options |
--tag-list <list> | A list of Tag added during domain creation |
--cli-input-json <string> | Performs service operation based on the JSON string provided. The JSON string follows the format provided by ``--generate-cli-skeleton``. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally |
--generate-cli-skeleton <string> | Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value ``input``, prints a sample input JSON that can be used as an argument for ``--cli-input-json``. If provided with the value ``output``, it validates the command inputs and returns a sample output JSON for that command |