Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support gp3 EBS volumes #110

Open
martimors opened this issue Jul 14, 2021 · 4 comments
Open

Support gp3 EBS volumes #110

martimors opened this issue Jul 14, 2021 · 4 comments

Comments

@martimors
Copy link

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
@jackmpcollins
Copy link

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

@awattez
Copy link

awattez commented Aug 25, 2022

Any update about this support ?

@MatiasNielsen
Copy link

gp3 has been supported by AWS CLI for a while now....

@dm3ch
Copy link
Contributor

dm3ch commented Jan 12, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants