Amazon Elasticsearch Service Domain EBSOptions
EBSOptions is a property of the AWS::Elasticsearch::Domain resource that configures the Amazon Elastic Block Store
(Amazon EBS) volumes that are attached to data nodes in the Amazon Elasticsearch Service
(Amazon ES) domain.
Syntax
JSON
{ "EBSEnabled" :Boolean, "Iops" :Integer, "VolumeSize" :Integer, "VolumeType" :String}
YAML
EBSEnabled:BooleanIops:IntegerVolumeSize:IntegerVolumeType:String
Properties
EBSEnabled-
Specifies whether Amazon EBS volumes are attached to data nodes in the Amazon ES domain.
Required: No
Type: Boolean
Iops-
The number of I/O operations per second (IOPS) that the volume supports. This property applies only to the Provisioned IOPS (SSD) EBS volume type.
Required: No
Type: Integer
VolumeSize-
The size of the EBS volume for each data node. The minimum and maximum size of an EBS volume depends on the EBS volume type and the instance type to which it is attached. For more information, see Configuring EBS-based Storage in the Amazon Elasticsearch Service Developer Guide.
Required: No
Type: Integer
VolumeType-
The EBS volume type to use with the Amazon ES domain, such as
standard,gp2, orio1. For more information about each type, see Amazon EBS Volume Types in the Amazon EC2 User Guide for Linux Instances.Required: No
Type: String
