terraform-aws-elasticsearch
terraform-aws-elasticsearch copied to clipboard
Support gp3 EBS volumes
Describe the Feature
Would be nice to be able to use current-gen EBS volume type gp3.
Expected Behavior
Set instance_type = "gp3", then apply to make an elasticsearch cluster with current-gen volumes.
Current behavior
Error: expected ebs_options.0.volume_type to be one of [standard gp2 io1], got gp3
I am also trying to use GP3 volume type. It looks like the AWS CLI / API doesn't support GP3 for ElasticSearch yet. The --ebs-options flag for the aws es create-elasticsearch-domain command shows "VolumeType": "standard"|"gp2"|"io1" https://docs.aws.amazon.com/cli/latest/reference/es/create-elasticsearch-domain.html
Any update about this support ?
gp3 has been supported by AWS CLI for a while now....
I tested today and I was able to create elasticsearch domain (opensearch 2.3) with gp3 disk, but I added throughput field, cause documentation says this field is mandatory for gp3 type