Hi there,
Is it possible to create new resource which supports "instance fleets" for aws EMR ? with all features like :
-- Maximum bid price spot instance for master
--Maximum bid price for core et task type
-- On-demand vCPUs and Spot vCPUs for Core and task type
-- Defined duration and Provisioning timeout for core and task type
Terraform v0.9.11
Hello
in the "AWS SDK for Go API Reference" we can find the AddInstanceFleet function .
If it helps .
http://docs.aws.amazon.com/sdk-for-go/api/service/emr/
Another vote for this
Looks like there's a languishing PR for this, in case anyone wants to try it out: https://github.com/terraform-providers/terraform-provider-aws/pull/1475
Is this just not being picked up?
@darrenhaken @copumpkin @jmsantorum I have all the conflicts fixed and I have synced with the latest master. I am using it in my preprod environment as well. How do I proceed to update this PR? @jmsantorum, can you give me access to push a new branch to your repo? If anyone know a better way, please suggest.
Current PR: 1475
Ok, I made another PR 13946 for this issue.
Please review.
We really need this feature in our EMR.
Once this merged, I will try add the EMR Managed Scaling feature.
would be great to see this accepted and merged. looks like the work is done minus a PR and integration!
+1
Support for new core_instance_fleet and master_instance_fleet configuration blocks in the aws_emr_cluster resource has been merged and will release with version 3.5.0 of the Terraform AWS Provider, later this week. Thanks to @c4po for the implementation. 👍
Support for task instance fleets, via a new aws_emr_instance_fleet resource, will be reviewed in the coming days.
Support for the new aws_emr_instance_fleet resource has also been merged and will release with version 3.5.0 of the Terraform AWS Provider, likely on Thursday. Thanks again to @c4po for their efforts!
thanks for the help @bflad 👏 🎉
I may have some other PRs for document and data source coming for review.
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!
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!
Most helpful comment
Ok, I made another PR 13946 for this issue.
Please review.
We really need this feature in our EMR.
Once this merged, I will try add the EMR Managed Scaling feature.