-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
resource/aws_ebs_volume: support io2 volume type #14817
Comments
There should also be support across other resources where a volume type can be specified:
|
In case folks are searching the web with the error code, this is what is returned via CLI:
|
Going to re-open this until its supported across the other resources as mentioned above. |
Support for the other EC2 resources has been merged and will release with version 3.5.0 of the Terraform AWS Provider, likely tomorrow. Thanks to @nikhil-goenka for the implementation. 👍 |
This has been released in version 3.5.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
|
so, what's the problem if its supposed this was released in 3.5? |
Hi @julian3xl 👋 That error is being returned by the Auto Scaling API. You may want to verify that you are in an AWS Region that supports the new io2 Volume type:
Or otherwise open an AWS Support case. |
Cool! thanks @bflad, I'll request for support because I'm running at Ireland so initially it's supposed it should be available there. |
Anyway, documentation https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/launch_configuration#volume_type still doesn't say anything about io2 🤷♂️ |
Looks like the Auto Scaling API Reference for EBS volume handling does not list |
AWS have deprecated Launch Configurations, so it's not surprising that it would lag in features. It's worth considering migrating to Launch Templates for immediate |
Hi guys, thanks both of you, finally I moved to launch templates and it worked. |
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! |
Community Note
Description
AWS have introduced the
io2
volume type. On create, theaws_ebs_volume
resource currently rejects theiops
attribute for volumes that are notio1
.Requires Go SDK 1.34.10.
New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: