[ aws . opensearch ]
Creates an Amazon OpenSearch Service domain. For more information, see Creating and managing Amazon OpenSearch Service domains .
See also: AWS API Documentation
create-domain
--domain-name <value>
[--engine-version <value>]
[--cluster-config <value>]
[--ebs-options <value>]
[--access-policies <value>]
[--snapshot-options <value>]
[--vpc-options <value>]
[--cognito-options <value>]
[--encryption-at-rest-options <value>]
[--node-to-node-encryption-options <value>]
[--advanced-options <value>]
[--log-publishing-options <value>]
[--domain-endpoint-options <value>]
[--advanced-security-options <value>]
[--tag-list <value>]
[--auto-tune-options <value>]
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]
[--debug]
[--endpoint-url <value>]
[--no-verify-ssl]
[--no-paginate]
[--output <value>]
[--query <value>]
[--profile <value>]
[--region <value>]
[--version <value>]
[--color <value>]
[--no-sign-request]
[--ca-bundle <value>]
[--cli-read-timeout <value>]
[--cli-connect-timeout <value>]
[--cli-binary-format <value>]
[--no-cli-pager]
[--cli-auto-prompt]
[--no-cli-auto-prompt]
--domain-name
(string)
Name of the OpenSearch Service domain to create. Domain names are unique across the domains owned by an account within an Amazon Web Services Region.
--engine-version
(string)
String of format Elasticsearch_X.Y or OpenSearch_X.Y to specify the engine version for the OpenSearch Service domain. For example,
OpenSearch_1.0
orElasticsearch_7.9
. For more information, see Creating and managing Amazon OpenSearch Service domains .
--cluster-config
(structure)
Container for the cluster configuration of a domain.
InstanceType -> (string)
Instance type of data nodes in the cluster.
InstanceCount -> (integer)
Number of dedicated master nodes in the cluster. This number must be greater than 1, otherwise you receive a validation exception.
DedicatedMasterEnabled -> (boolean)
Indicates whether dedicated master nodes are enabled for the cluster.``True`` if the cluster will use a dedicated master node.``False`` if the cluster will not.
ZoneAwarenessEnabled -> (boolean)
Indicates whether multiple Availability Zones are enabled. For more information, see Configuring a multi-AZ domain in Amazon OpenSearch Service .
ZoneAwarenessConfig -> (structure)
Container for zone awareness configuration options. Only required if
ZoneAwarenessEnabled
istrue
.AvailabilityZoneCount -> (integer)
If you enabled multiple Availability Zones, this value is the number of zones that you want the domain to use. Valid values are
2
and3
. If your domain is provisioned within a VPC, this value be equal to number of subnets.DedicatedMasterType -> (string)
OpenSearch Service instance type of the dedicated master nodes in the cluster.
DedicatedMasterCount -> (integer)
Number of dedicated master nodes in the cluster. This number must be greater than 1, otherwise you receive a validation exception.
WarmEnabled -> (boolean)
Whether to enable warm storage for the cluster.
WarmType -> (string)
The instance type for the cluster’s warm nodes.
WarmCount -> (integer)
The number of warm nodes in the cluster.
ColdStorageOptions -> (structure)
Container for cold storage configuration options.
Enabled -> (boolean)
Whether to enable or disable cold storage on the domain.
Shorthand Syntax:
InstanceType=string,InstanceCount=integer,DedicatedMasterEnabled=boolean,ZoneAwarenessEnabled=boolean,ZoneAwarenessConfig={AvailabilityZoneCount=integer},DedicatedMasterType=string,DedicatedMasterCount=integer,WarmEnabled=boolean,WarmType=string,WarmCount=integer,ColdStorageOptions={Enabled=boolean}
JSON Syntax:
{
"InstanceType": "m3.medium.search"|"m3.large.search"|"m3.xlarge.search"|"m3.2xlarge.search"|"m4.large.search"|"m4.xlarge.search"|"m4.2xlarge.search"|"m4.4xlarge.search"|"m4.10xlarge.search"|"m5.large.search"|"m5.xlarge.search"|"m5.2xlarge.search"|"m5.4xlarge.search"|"m5.12xlarge.search"|"m5.24xlarge.search"|"r5.large.search"|"r5.xlarge.search"|"r5.2xlarge.search"|"r5.4xlarge.search"|"r5.12xlarge.search"|"r5.24xlarge.search"|"c5.large.search"|"c5.xlarge.search"|"c5.2xlarge.search"|"c5.4xlarge.search"|"c5.9xlarge.search"|"c5.18xlarge.search"|"t3.nano.search"|"t3.micro.search"|"t3.small.search"|"t3.medium.search"|"t3.large.search"|"t3.xlarge.search"|"t3.2xlarge.search"|"ultrawarm1.medium.search"|"ultrawarm1.large.search"|"ultrawarm1.xlarge.search"|"t2.micro.search"|"t2.small.search"|"t2.medium.search"|"r3.large.search"|"r3.xlarge.search"|"r3.2xlarge.search"|"r3.4xlarge.search"|"r3.8xlarge.search"|"i2.xlarge.search"|"i2.2xlarge.search"|"d2.xlarge.search"|"d2.2xlarge.search"|"d2.4xlarge.search"|"d2.8xlarge.search"|"c4.large.search"|"c4.xlarge.search"|"c4.2xlarge.search"|"c4.4xlarge.search"|"c4.8xlarge.search"|"r4.large.search"|"r4.xlarge.search"|"r4.2xlarge.search"|"r4.4xlarge.search"|"r4.8xlarge.search"|"r4.16xlarge.search"|"i3.large.search"|"i3.xlarge.search"|"i3.2xlarge.search"|"i3.4xlarge.search"|"i3.8xlarge.search"|"i3.16xlarge.search"|"r6g.large.search"|"r6g.xlarge.search"|"r6g.2xlarge.search"|"r6g.4xlarge.search"|"r6g.8xlarge.search"|"r6g.12xlarge.search"|"m6g.large.search"|"m6g.xlarge.search"|"m6g.2xlarge.search"|"m6g.4xlarge.search"|"m6g.8xlarge.search"|"m6g.12xlarge.search"|"c6g.large.search"|"c6g.xlarge.search"|"c6g.2xlarge.search"|"c6g.4xlarge.search"|"c6g.8xlarge.search"|"c6g.12xlarge.search"|"r6gd.large.search"|"r6gd.xlarge.search"|"r6gd.2xlarge.search"|"r6gd.4xlarge.search"|"r6gd.8xlarge.search"|"r6gd.12xlarge.search"|"r6gd.16xlarge.search"|"t4g.small.search"|"t4g.medium.search",
"InstanceCount": integer,
"DedicatedMasterEnabled": true|false,
"ZoneAwarenessEnabled": true|false,
"ZoneAwarenessConfig": {
"AvailabilityZoneCount": integer
},
"DedicatedMasterType": "m3.medium.search"|"m3.large.search"|"m3.xlarge.search"|"m3.2xlarge.search"|"m4.large.search"|"m4.xlarge.search"|"m4.2xlarge.search"|"m4.4xlarge.search"|"m4.10xlarge.search"|"m5.large.search"|"m5.xlarge.search"|"m5.2xlarge.search"|"m5.4xlarge.search"|"m5.12xlarge.search"|"m5.24xlarge.search"|"r5.large.search"|"r5.xlarge.search"|"r5.2xlarge.search"|"r5.4xlarge.search"|"r5.12xlarge.search"|"r5.24xlarge.search"|"c5.large.search"|"c5.xlarge.search"|"c5.2xlarge.search"|"c5.4xlarge.search"|"c5.9xlarge.search"|"c5.18xlarge.search"|"t3.nano.search"|"t3.micro.search"|"t3.small.search"|"t3.medium.search"|"t3.large.search"|"t3.xlarge.search"|"t3.2xlarge.search"|"ultrawarm1.medium.search"|"ultrawarm1.large.search"|"ultrawarm1.xlarge.search"|"t2.micro.search"|"t2.small.search"|"t2.medium.search"|"r3.large.search"|"r3.xlarge.search"|"r3.2xlarge.search"|"r3.4xlarge.search"|"r3.8xlarge.search"|"i2.xlarge.search"|"i2.2xlarge.search"|"d2.xlarge.search"|"d2.2xlarge.search"|"d2.4xlarge.search"|"d2.8xlarge.search"|"c4.large.search"|"c4.xlarge.search"|"c4.2xlarge.search"|"c4.4xlarge.search"|"c4.8xlarge.search"|"r4.large.search"|"r4.xlarge.search"|"r4.2xlarge.search"|"r4.4xlarge.search"|"r4.8xlarge.search"|"r4.16xlarge.search"|"i3.large.search"|"i3.xlarge.search"|"i3.2xlarge.search"|"i3.4xlarge.search"|"i3.8xlarge.search"|"i3.16xlarge.search"|"r6g.large.search"|"r6g.xlarge.search"|"r6g.2xlarge.search"|"r6g.4xlarge.search"|"r6g.8xlarge.search"|"r6g.12xlarge.search"|"m6g.large.search"|"m6g.xlarge.search"|"m6g.2xlarge.search"|"m6g.4xlarge.search"|"m6g.8xlarge.search"|"m6g.12xlarge.search"|"c6g.large.search"|"c6g.xlarge.search"|"c6g.2xlarge.search"|"c6g.4xlarge.search"|"c6g.8xlarge.search"|"c6g.12xlarge.search"|"r6gd.large.search"|"r6gd.xlarge.search"|"r6gd.2xlarge.search"|"r6gd.4xlarge.search"|"r6gd.8xlarge.search"|"r6gd.12xlarge.search"|"r6gd.16xlarge.search"|"t4g.small.search"|"t4g.medium.search",
"DedicatedMasterCount": integer,
"WarmEnabled": true|false,
"WarmType": "ultrawarm1.medium.search"|"ultrawarm1.large.search"|"ultrawarm1.xlarge.search",
"WarmCount": integer,
"ColdStorageOptions": {
"Enabled": true|false
}
}
--ebs-options
(structure)
Container for the parameters required to enable EBS-based storage for an OpenSearch Service domain.
EBSEnabled -> (boolean)
Indicates whether EBS volumes are attached to data nodes in an OpenSearch Service domain.
VolumeType -> (string)
Specifies the type of EBS volumes attached to data nodes.
VolumeSize -> (integer)
Specifies the size (in GiB) of EBS volumes attached to data nodes.
Iops -> (integer)
Specifies the baseline input/output (I/O) performance of EBS volumes attached to data nodes. Applicable only for the
gp3
and provisioned IOPS EBS volume types.Throughput -> (integer)
Specifies the throughput (in MiB/s) of the EBS volumes attached to data nodes. Applicable only for the
gp3
volume type.
Shorthand Syntax:
EBSEnabled=boolean,VolumeType=string,VolumeSize=integer,Iops=integer,Throughput=integer
JSON Syntax:
{
"EBSEnabled": true|false,
"VolumeType": "standard"|"gp2"|"io1"|"gp3",
"VolumeSize": integer,
"Iops": integer,
"Throughput": integer
}
--access-policies
(string)
Identity and Access Management (IAM) policy document specifying the access policies for the new domain.
--snapshot-options
(structure)
DEPRECATED. Container for the parameters required to configure automated snapshots of domain indexes.
AutomatedSnapshotStartHour -> (integer)
The time, in UTC format, when OpenSearch Service takes a daily automated snapshot of the specified domain. Default is
0
hours.
Shorthand Syntax:
AutomatedSnapshotStartHour=integer
JSON Syntax:
{
"AutomatedSnapshotStartHour": integer
}
--vpc-options
(structure)
Container for the values required to configure VPC access domains. If you don’t specify these values, OpenSearch Service creates the domain with a public endpoint. For more information, see Launching your Amazon OpenSearch Service domains using a VPC .
SubnetIds -> (list)
A list of subnet IDs associated with the VPC endpoints for the domain. If your domain uses multiple Availability Zones, you need to provide two subnet IDs, one per zone. Otherwise, provide only one.
(string)
SecurityGroupIds -> (list)
The list of security group IDs associated with the VPC endpoints for the domain. If you do not provide a security group ID, OpenSearch Service uses the default security group for the VPC.
(string)
Shorthand Syntax:
SubnetIds=string,string,SecurityGroupIds=string,string
JSON Syntax:
{
"SubnetIds": ["string", ...],
"SecurityGroupIds": ["string", ...]
}
--cognito-options
(structure)
Key-value pairs to configure Amazon Cognito authentication. For more information, see Configuring Amazon Cognito authentication for OpenSearch Dashboards .
Enabled -> (boolean)
Whether to enable or disable Amazon Cognito authentication for OpenSearch Dashboards.
UserPoolId -> (string)
The Amazon Cognito user pool ID that you want OpenSearch Service to use for OpenSearch Dashboards authentication.
IdentityPoolId -> (string)
The Amazon Cognito identity pool ID that you want OpenSearch Service to use for OpenSearch Dashboards authentication.
RoleArn -> (string)
The
AmazonOpenSearchServiceCognitoAccess
role that allows OpenSearch Service to configure your user pool and identity pool.
Shorthand Syntax:
Enabled=boolean,UserPoolId=string,IdentityPoolId=string,RoleArn=string
JSON Syntax:
{
"Enabled": true|false,
"UserPoolId": "string",
"IdentityPoolId": "string",
"RoleArn": "string"
}
--encryption-at-rest-options
(structure)
Key-value pairs to enable encryption at rest.
Enabled -> (boolean)
True to enable encryption at rest.
KmsKeyId -> (string)
The KMS key ID. Takes the form
1a2a3a4-1a2a-3a4a-5a6a-1a2a3a4a5a6a
.
Shorthand Syntax:
Enabled=boolean,KmsKeyId=string
JSON Syntax:
{
"Enabled": true|false,
"KmsKeyId": "string"
}
--node-to-node-encryption-options
(structure)
Enables node-to-node encryption.
Enabled -> (boolean)
True to enable node-to-node encryption.
Shorthand Syntax:
Enabled=boolean
JSON Syntax:
{
"Enabled": true|false
}
--advanced-options
(map)
Key-value pairs to specify advanced configuration options. The following key-value pairs are supported:
"rest.action.multi.allow_explicit_index": "true" | "false"
- Note the use of a string rather than a boolean. Specifies whether explicit references to indexes are allowed inside the body of HTTP requests. If you want to configure access policies for domain sub-resources, such as specific indexes and domain APIs, you must disable this property. Default is true.
"indices.fielddata.cache.size": "80"
- Note the use of a string rather than a boolean. Specifies the percentage of heap space allocated to field data. Default is unbounded.
"indices.query.bool.max_clause_count": "1024"
- Note the use of a string rather than a boolean. Specifies the maximum number of clauses allowed in a Lucene boolean query. Default is 1,024. Queries with more than the permitted number of clauses result in aTooManyClauses
error.
"override_main_response_version": "true" | "false"
- Note the use of a string rather than a boolean. Specifies whether the domain reports its version as 7.10 to allow Elasticsearch OSS clients and plugins to continue working with it. Default is false when creating a domain and true when upgrading a domain.For more information, see Advanced cluster parameters .
key -> (string)
value -> (string)
Shorthand Syntax:
KeyName1=string,KeyName2=string
JSON Syntax:
{"string": "string"
...}
--log-publishing-options
(map)
Key-value pairs to configure slow log publishing.
key -> (string)
The type of log file. Can be one of the following:
INDEX_SLOW_LOGS - Index slow logs contain insert requests that took more time than the configured index query log threshold to execute.
SEARCH_SLOW_LOGS - Search slow logs contain search queries that took more time than the configured search query log threshold to execute.
ES_APPLICATION_LOGS - OpenSearch application logs contain information about errors and warnings raised during the operation of the service and can be useful for troubleshooting.
AUDIT_LOGS - Audit logs contain records of user requests for access to the domain.
value -> (structure)
Specifies whether the Amazon OpenSearch Service domain publishes the OpenSearch application and slow logs to Amazon CloudWatch. For more information, see Monitoring OpenSearch logs with Amazon CloudWatch Logs .
Note
After you enable log publishing, you still have to enable the collection of slow logs using the OpenSearch REST API.
CloudWatchLogsLogGroupArn -> (string)
The Amazon Resource Name (ARN) of the CloudWatch Logs group to publish logs to.
Enabled -> (boolean)
Whether the log should be published.
Shorthand Syntax:
KeyName1=CloudWatchLogsLogGroupArn=string,Enabled=boolean,KeyName2=CloudWatchLogsLogGroupArn=string,Enabled=boolean Where valid key names are: INDEX_SLOW_LOGS SEARCH_SLOW_LOGS ES_APPLICATION_LOGS AUDIT_LOGSJSON Syntax:
{"INDEX_SLOW_LOGS"|"SEARCH_SLOW_LOGS"|"ES_APPLICATION_LOGS"|"AUDIT_LOGS": { "CloudWatchLogsLogGroupArn": "string", "Enabled": true|false } ...}
--domain-endpoint-options
(structure)Additional options for the domain endpoint, such as whether to require HTTPS for all traffic.
EnforceHTTPS -> (boolean)
True to require that all traffic to the domain arrive over HTTPS.
TLSSecurityPolicy -> (string)
Specify the TLS security policy to apply to the HTTPS endpoint of the domain.
Can be one of the following values:
Policy-Min-TLS-1-0-2019-07: TLS security policy which supports TLS version 1.0 and higher.
Policy-Min-TLS-1-2-2019-07: TLS security policy which supports only TLS version 1.2
CustomEndpointEnabled -> (boolean)
Whether to enable a custom endpoint for the domain.
CustomEndpoint -> (string)
The fully qualified URL for the custom endpoint.
CustomEndpointCertificateArn -> (string)
The ARN for your security certificate, managed in Amazon Web Services Certificate Manager (ACM).
Shorthand Syntax:
EnforceHTTPS=boolean,TLSSecurityPolicy=string,CustomEndpointEnabled=boolean,CustomEndpoint=string,CustomEndpointCertificateArn=stringJSON Syntax:
{ "EnforceHTTPS": true|false, "TLSSecurityPolicy": "Policy-Min-TLS-1-0-2019-07"|"Policy-Min-TLS-1-2-2019-07", "CustomEndpointEnabled": true|false, "CustomEndpoint": "string", "CustomEndpointCertificateArn": "string" }
--advanced-security-options
(structure)Options for fine-grained access control.
Enabled -> (boolean)
True to enable fine-grained access control.
InternalUserDatabaseEnabled -> (boolean)
True to enable the internal user database.
MasterUserOptions -> (structure)
Container for information about the master user.
MasterUserARN -> (string)
Amazon Resource Name (ARN) for the master user. Only specify if
InternalUserDatabaseEnabled
isfalse
.MasterUserName -> (string)
User name for the master user. Only specify if
InternalUserDatabaseEnabled
istrue
.MasterUserPassword -> (string)
Password for the master user. Only specify if
InternalUserDatabaseEnabled
istrue
.SAMLOptions -> (structure)
Container for information about the SAML configuration for OpenSearch Dashboards.
Enabled -> (boolean)
True to enable SAML authentication for a domain.
Idp -> (structure)
The SAML Identity Provider’s information.
MetadataContent -> (string)
The metadata of the SAML application, in XML format.
EntityId -> (string)
The unique entity ID of the application in the SAML identity provider.
MasterUserName -> (string)
The SAML master user name, which is stored in the domain’s internal user database.
MasterBackendRole -> (string)
The backend role that the SAML master user is mapped to.
SubjectKey -> (string)
Element of the SAML assertion to use for the user name. Default is
NameID
.RolesKey -> (string)
Element of the SAML assertion to use for backend roles. Default is
roles
.SessionTimeoutMinutes -> (integer)
The duration, in minutes, after which a user session becomes inactive. Acceptable values are between 1 and 1440, and the default value is 60.
AnonymousAuthEnabled -> (boolean)
True to enable a 30-day migration period during which administrators can create role mappings. Only necessary when enabling fine-grained access control on an existing domain .
Shorthand Syntax:
Enabled=boolean,InternalUserDatabaseEnabled=boolean,MasterUserOptions={MasterUserARN=string,MasterUserName=string,MasterUserPassword=string},SAMLOptions={Enabled=boolean,Idp={MetadataContent=string,EntityId=string},MasterUserName=string,MasterBackendRole=string,SubjectKey=string,RolesKey=string,SessionTimeoutMinutes=integer},AnonymousAuthEnabled=booleanJSON Syntax:
{ "Enabled": true|false, "InternalUserDatabaseEnabled": true|false, "MasterUserOptions": { "MasterUserARN": "string", "MasterUserName": "string", "MasterUserPassword": "string" }, "SAMLOptions": { "Enabled": true|false, "Idp": { "MetadataContent": "string", "EntityId": "string" }, "MasterUserName": "string", "MasterBackendRole": "string", "SubjectKey": "string", "RolesKey": "string", "SessionTimeoutMinutes": integer }, "AnonymousAuthEnabled": true|false }
--tag-list
(list)List of tags to add to the domain upon creation.
(structure)
A tag (key-value pair) for an Amazon OpenSearch Service resource.
Key -> (string)
The tag key. Tag keys must be unique for the domain to which they are attached.
Value -> (string)
The value assigned to the corresponding tag key. Tag values can be null and don’t have to be unique in a tag set. For example, you can have a key value pair in a tag set of
project : Trinity
andcost-center : Trinity
Shorthand Syntax:
Key=string,Value=string ...JSON Syntax:
[ { "Key": "string", "Value": "string" } ... ]
--auto-tune-options
(structure)Options for Auto-Tune.
DesiredState -> (string)
Whether Auto-Tune is enabled or disabled.
MaintenanceSchedules -> (list)
A list of maintenance schedules during which Auto-Tune can deploy changes. Maintenance schedules are overwrite, not append. If your request includes no schedules, the request deletes all existing schedules. To preserve existing schedules, make a call to
DescribeDomainConfig
first and use theMaintenanceSchedules
portion of the response as the basis for this section.(structure)
The Auto-Tune maintenance schedule. For more information, see Auto-Tune for Amazon OpenSearch Service .
StartAt -> (timestamp)
The Epoch timestamp at which the Auto-Tune maintenance schedule starts.
Duration -> (structure)
The duration of the maintenance schedule. For example,
"Duration": {"Value": 2, "Unit": "HOURS"}
.Value -> (long)
Integer to specify the value of a maintenance schedule duration.
Unit -> (string)
The unit of measurement for the duration of a maintenance schedule.
CronExpressionForRecurrence -> (string)
A cron expression for a recurring maintenance schedule during which Auto-Tune can deploy changes.
JSON Syntax:
{ "DesiredState": "ENABLED"|"DISABLED", "MaintenanceSchedules": [ { "StartAt": timestamp, "Duration": { "Value": long, "Unit": "HOURS" }, "CronExpressionForRecurrence": "string" } ... ] }
--cli-input-json
|--cli-input-yaml
(string) Reads arguments from the JSON string provided. The JSON string follows the format provided by--generate-cli-skeleton
. If other arguments are provided on the command line, those 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. This may not be specified along with--cli-input-yaml
.
--generate-cli-skeleton
(string) Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the valueinput
, prints a sample input JSON that can be used as an argument for--cli-input-json
. Similarly, if providedyaml-input
it will print a sample input YAML that can be used with--cli-input-yaml
. If provided with the valueoutput
, it validates the command inputs and returns a sample output JSON for that command. The generated JSON skeleton is not stable between versions of the AWS CLI and there are no backwards compatibility guarantees in the JSON skeleton generated.Global Options¶
--debug
(boolean)Turn on debug logging.
--endpoint-url
(string)Override command’s default URL with the given URL.
--no-verify-ssl
(boolean)By default, the AWS CLI uses SSL when communicating with AWS services. For each SSL connection, the AWS CLI will verify SSL certificates. This option overrides the default behavior of verifying SSL certificates.
--no-paginate
(boolean)Disable automatic pagination.
--output
(string)The formatting style for command output.
json
text
table
yaml
yaml-stream
--query
(string)A JMESPath query to use in filtering the response data.
--profile
(string)Use a specific profile from your credential file.
--region
(string)The region to use. Overrides config/env settings.
--version
(string)Display the version of this tool.
--color
(string)Turn on/off color output.
on
off
auto
--no-sign-request
(boolean)Do not sign requests. Credentials will not be loaded if this argument is provided.
--ca-bundle
(string)The CA certificate bundle to use when verifying SSL certificates. Overrides config/env settings.
--cli-read-timeout
(int)The maximum socket read time in seconds. If the value is set to 0, the socket read will be blocking and not timeout. The default value is 60 seconds.
--cli-connect-timeout
(int)The maximum socket connect time in seconds. If the value is set to 0, the socket connect will be blocking and not timeout. The default value is 60 seconds.
--cli-binary-format
(string)The formatting style to be used for binary blobs. The default format is base64. The base64 format expects binary blobs to be provided as a base64 encoded string. The raw-in-base64-out format preserves compatibility with AWS CLI V1 behavior and binary values must be passed literally. When providing contents from a file that map to a binary blob
fileb://
will always be treated as binary and use the file contents directly regardless of thecli-binary-format
setting. When usingfile://
the file contents will need to properly formatted for the configuredcli-binary-format
.
base64
raw-in-base64-out
--no-cli-pager
(boolean)Disable cli pager for output.
--cli-auto-prompt
(boolean)Automatically prompt for CLI input parameters.
--no-cli-auto-prompt
(boolean)Disable automatically prompt for CLI input parameters.
Output¶
DomainStatus -> (structure)
The status of the newly created domain.
DomainId -> (string)
Unique identifier for the domain.
DomainName -> (string)
Name of the domain. Domain names are unique across all domains owned by the same account within an Amazon Web Services Region.
ARN -> (string)
The Amazon Resource Name (ARN) of the domain. For more information, see IAM identifiers in the AWS Identity and Access Management User Guide .
Created -> (boolean)
Creation status of an OpenSearch Service domain. True if domain creation is complete. False if domain creation is still in progress.
Deleted -> (boolean)
Deletion 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.
Endpoint -> (string)
Domain-specific endpoint used to submit index, search, and data upload requests to the domain.
Endpoints -> (map)
The key-value pair that exists if the OpenSearch Service domain uses VPC endpoints.. Example
key, value
:'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'
.key -> (string)
value -> (string)
The domain endpoint to which index and search requests are submitted. For example,
search-imdb-movies-oopcnjfn6ugo.eu-west-1.es.amazonaws.com
ordoc-imdb-movies-oopcnjfn6u.eu-west-1.es.amazonaws.com
.Processing -> (boolean)
The status of the domain configuration. True if OpenSearch Service is processing configuration changes. False if the configuration is active.
UpgradeProcessing -> (boolean)
The 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.
EngineVersion -> (string)
Version of OpenSearch or Elasticsearch that the domain is running, in the format
Elasticsearch_X.Y
orOpenSearch_X.Y
.ClusterConfig -> (structure)
Container for the cluster configuration of the domain.
InstanceType -> (string)
Instance type of data nodes in the cluster.
InstanceCount -> (integer)
Number of dedicated master nodes in the cluster. This number must be greater than 1, otherwise you receive a validation exception.
DedicatedMasterEnabled -> (boolean)
Indicates whether dedicated master nodes are enabled for the cluster.``True`` if the cluster will use a dedicated master node.``False`` if the cluster will not.
ZoneAwarenessEnabled -> (boolean)
Indicates whether multiple Availability Zones are enabled. For more information, see Configuring a multi-AZ domain in Amazon OpenSearch Service .
ZoneAwarenessConfig -> (structure)
Container for zone awareness configuration options. Only required if
ZoneAwarenessEnabled
istrue
.AvailabilityZoneCount -> (integer)
If you enabled multiple Availability Zones, this value is the number of zones that you want the domain to use. Valid values are
2
and3
. If your domain is provisioned within a VPC, this value be equal to number of subnets.DedicatedMasterType -> (string)
OpenSearch Service instance type of the dedicated master nodes in the cluster.
DedicatedMasterCount -> (integer)
Number of dedicated master nodes in the cluster. This number must be greater than 1, otherwise you receive a validation exception.
WarmEnabled -> (boolean)
Whether to enable warm storage for the cluster.
WarmType -> (string)
The instance type for the cluster’s warm nodes.
WarmCount -> (integer)
The number of warm nodes in the cluster.
ColdStorageOptions -> (structure)
Container for cold storage configuration options.
Enabled -> (boolean)
Whether to enable or disable cold storage on the domain.
EBSOptions -> (structure)
Container for EBS-based storage settings for the domain.
EBSEnabled -> (boolean)
Indicates whether EBS volumes are attached to data nodes in an OpenSearch Service domain.
VolumeType -> (string)
Specifies the type of EBS volumes attached to data nodes.
VolumeSize -> (integer)
Specifies the size (in GiB) of EBS volumes attached to data nodes.
Iops -> (integer)
Specifies the baseline input/output (I/O) performance of EBS volumes attached to data nodes. Applicable only for the
gp3
and provisioned IOPS EBS volume types.Throughput -> (integer)
Specifies the throughput (in MiB/s) of the EBS volumes attached to data nodes. Applicable only for the
gp3
volume type.AccessPolicies -> (string)
Identity and Access Management (IAM) policy document specifying the access policies for the domain.
SnapshotOptions -> (structure)
DEPRECATED. Container for parameters required to configure automated snapshots of domain indexes.
AutomatedSnapshotStartHour -> (integer)
The time, in UTC format, when OpenSearch Service takes a daily automated snapshot of the specified domain. Default is
0
hours.VPCOptions -> (structure)
The VPC configuration for the domain.
VPCId -> (string)
The ID for your VPC. Amazon VPC generates this value when you create a VPC.
SubnetIds -> (list)
A list of subnet IDs associated with the VPC endpoints for the domain.
(string)
AvailabilityZones -> (list)
The list of Availability Zones associated with the VPC subnets.
(string)
SecurityGroupIds -> (list)
The list of security group IDs associated with the VPC endpoints for the domain.
(string)
CognitoOptions -> (structure)
Key-value pairs to configure Amazon Cognito authentication for OpenSearch Dashboards.
Enabled -> (boolean)
Whether to enable or disable Amazon Cognito authentication for OpenSearch Dashboards.
UserPoolId -> (string)
The Amazon Cognito user pool ID that you want OpenSearch Service to use for OpenSearch Dashboards authentication.
IdentityPoolId -> (string)
The Amazon Cognito identity pool ID that you want OpenSearch Service to use for OpenSearch Dashboards authentication.
RoleArn -> (string)
The
AmazonOpenSearchServiceCognitoAccess
role that allows OpenSearch Service to configure your user pool and identity pool.EncryptionAtRestOptions -> (structure)
Encryption at rest settings for the domain.
Enabled -> (boolean)
True to enable encryption at rest.
KmsKeyId -> (string)
The KMS key ID. Takes the form
1a2a3a4-1a2a-3a4a-5a6a-1a2a3a4a5a6a
.NodeToNodeEncryptionOptions -> (structure)
Whether node-to-node encryption is enabled or disabled.
Enabled -> (boolean)
True to enable node-to-node encryption.
AdvancedOptions -> (map)
Key-value pairs that specify advanced configuration options.
key -> (string)
value -> (string)
LogPublishingOptions -> (map)
Log publishing options for the domain.
key -> (string)
The type of log file. Can be one of the following:
INDEX_SLOW_LOGS - Index slow logs contain insert requests that took more time than the configured index query log threshold to execute.
SEARCH_SLOW_LOGS - Search slow logs contain search queries that took more time than the configured search query log threshold to execute.
ES_APPLICATION_LOGS - OpenSearch application logs contain information about errors and warnings raised during the operation of the service and can be useful for troubleshooting.
AUDIT_LOGS - Audit logs contain records of user requests for access to the domain.
value -> (structure)
Specifies whether the Amazon OpenSearch Service domain publishes the OpenSearch application and slow logs to Amazon CloudWatch. For more information, see Monitoring OpenSearch logs with Amazon CloudWatch Logs .
Note
After you enable log publishing, you still have to enable the collection of slow logs using the OpenSearch REST API.
CloudWatchLogsLogGroupArn -> (string)
The Amazon Resource Name (ARN) of the CloudWatch Logs group to publish logs to.
Enabled -> (boolean)
Whether the log should be published.
ServiceSoftwareOptions -> (structure)
The current status of the domain’s service software.
CurrentVersion -> (string)
The current service software version present on the domain.
NewVersion -> (string)
The new service software version, if one is available.
UpdateAvailable -> (boolean)
True if you’re able to update your service software version. False if you can’t update your service software version.
Cancellable -> (boolean)
True if you’re able to cancel your service software version update. False if you can’t cancel your service software update.
UpdateStatus -> (string)
The status of your service software update.
Description -> (string)
A description of the service software update status.
AutomatedUpdateDate -> (timestamp)
The timestamp, in Epoch time, until which you can manually request a service software update. After this date, we automatically update your service software.
OptionalDeployment -> (boolean)
True if a service software is never automatically updated. False if a service software is automatically updated after the automated update date.
DomainEndpointOptions -> (structure)
Additional options for the domain endpoint, such as whether to require HTTPS for all traffic.
EnforceHTTPS -> (boolean)
True to require that all traffic to the domain arrive over HTTPS.
TLSSecurityPolicy -> (string)
Specify the TLS security policy to apply to the HTTPS endpoint of the domain.
Can be one of the following values:
Policy-Min-TLS-1-0-2019-07: TLS security policy which supports TLS version 1.0 and higher.
Policy-Min-TLS-1-2-2019-07: TLS security policy which supports only TLS version 1.2
CustomEndpointEnabled -> (boolean)
Whether to enable a custom endpoint for the domain.
CustomEndpoint -> (string)
The fully qualified URL for the custom endpoint.
CustomEndpointCertificateArn -> (string)
The ARN for your security certificate, managed in Amazon Web Services Certificate Manager (ACM).
AdvancedSecurityOptions -> (structure)
Settings for fine-grained access control.
Enabled -> (boolean)
True if fine-grained access control is enabled.
InternalUserDatabaseEnabled -> (boolean)
True if the internal user database is enabled.
SAMLOptions -> (structure)
Container for information about the SAML configuration for OpenSearch Dashboards.
Enabled -> (boolean)
True if SAML is enabled.
Idp -> (structure)
Describes the SAML identity provider’s information.
MetadataContent -> (string)
The metadata of the SAML application, in XML format.
EntityId -> (string)
The unique entity ID of the application in the SAML identity provider.
SubjectKey -> (string)
The key used for matching the SAML subject attribute.
RolesKey -> (string)
The key used for matching the SAML roles attribute.
SessionTimeoutMinutes -> (integer)
The duration, in minutes, after which a user session becomes inactive.
AnonymousAuthDisableDate -> (timestamp)
Date and time when the migration period will be disabled. Only necessary when enabling fine-grained access control on an existing domain .
AnonymousAuthEnabled -> (boolean)
True if a 30-day migration period is enabled, during which administrators can create role mappings. Only necessary when enabling fine-grained access control on an existing domain .
AutoTuneOptions -> (structure)
Auto-Tune settings for the domain.
State -> (string)
The current state of Auto-Tune on the domain.
ErrorMessage -> (string)
Any errors that occurred while enabling or disabling Auto-Tune.
ChangeProgressDetails -> (structure)
Information about a configuration change happening on the domain.
ChangeId -> (string)
The ID of the configuration change.
Message -> (string)
A message corresponding to the status of the configuration change.