-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
ElasticSearch Domain: can't switch back to standard instance storage type after configuring EBS #1648
Comments
More information regarding this as a FYI for you in relation to the exchange of data between Terraform and AWS APIs. Please note this comes straight from AWS Enterprise Support.
|
Another update from AWS:
|
Is there any update to the issue?
With the current amount of instance storage class instances, it might make sense to give this a try again. |
Good morning any update on this? We have a ES cluster using EBS and we want to switch it live using the AWS i3.* instances. We cannot apply the change via terraform. This is the error we're getting:
We try to change the instances manually and after ran terraform and we have the same issue. |
Fix #1648: Skip EBS options update/refresh if EBS is not enabled
A fix for this should be released with version 1.23.0 of the AWS provider, likely tomorrow. |
This has been released in version 1.23.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Terraform Version
Affected Resource(s)
aws_elasticsearch_domain
Terraform Configuration Files
Note: the IP specified in the access policy below is fictional. Please amend accordingly if necessary.
Debug Output
https://gist.github.com/walterdolce/569829b99cf621cc8e0525d6255e2d19
Panic Output
N/A
Expected Behavior
Terraform should delete/revert all the EBS-related instance options and switch back to "non-EBS standard"
Actual Behavior
Terraform errors with:
Steps to Reproduce
terraform apply
Important Factoids
N/A
References
N/A
The text was updated successfully, but these errors were encountered: