Open abhijitvikash opened 1 year ago
Voting for Prioritization
Volunteering to Work on This Issue
Can anyone please update on this issue. This is blocking our work. Thank you.
Related: #34151 , needs to be addressed when this ticket is worked.
Potential Terraform Config:
"LaunchSpecifications":
{"OnDemandSpecification": {
"AllocationStrategy": "lowest-price",
"CapacityReservationOptions":
{
"UsageStrategy": "use-capacity-reservations-first"
}
}
}
Description
Hi, I am not able to find terraform documentation for the using Capacity Reservation with or without EMR Instance Fleet : https://docs.aws.amazon.com/emr/latest/ManagementGuide/on-demand-capacity-reservations.html
Can you please help with this.
Thanks, Abhijit Vikash
Requested Resource(s) and/or Data Source(s)
aws_emr_cluster aws_ec2_capacity_reservation
Potential Terraform Configuration
References
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/emr_cluster.html https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_capacity_reservation https://docs.aws.amazon.com/emr/latest/ManagementGuide/on-demand-capacity-reservations.html
Would you like to implement a fix?
None