-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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 for EC2 Dedicated Hosts #4034
Comments
+1 |
Hi @jen20 Thanks so much for the request! Sorry we took so long to get back to you. While we'd love to see something like this, we don't currently have any plans to implement this ourselves. Until then, this issue is unlikely to see any movement and remain stale. We're trying to prune the stale issues (that aren't going to be addressed anytime soon) by closing them. Note that we only do this for enhancement requests and not bugs. If you are still interested in this feature being part of Terraform, then we would gladly review a Pull Request. Thanks |
Sorry to bump, has this been added/fixed now or was the feature rejected? |
We should need this feature added in Terraform as many of organization started using dedicated host to better performance and To utilize their own BYOL. |
This feature request is tracked on the AWS provider repo: hashicorp/terraform-provider-aws#10752 |
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Purpose
EC2 Dedicated Hosts are now available for general use across a wide variety of AWS regions, so we should look at supporting them in Terraform.
This is intended as an umbrella issue to discuss changes we may wish to make with respect to new and existing resources in order to support dedicated hosts in an effective manner.
Resources
AllocateHosts
APIPlacement
data type which allows instances to be launched onto a dedicated host using theRunInstances
API callTasks
aws_dedicated_host
resource to Terraformaws_instance
or whether we want a new resource type along the lines ofaws_dedicated_host_instance
.The text was updated successfully, but these errors were encountered: