(stepfunctions-tasks): EMR createCluster command support OnDemandSpecification #27761
Closed
2 tasks
Labels
@aws-cdk/aws-stepfunctions-tasks
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
The current InstanceFleetProvisioningSpecificationsProperty only supports spot specification, whereas the EMR InstanceFleetProvisioningSpecifications supports OnDemandSpecification. I would like the functionality to add OnDemandSpecifications for our usecase.
Use Case
Functional parity with options available in EMR and for our internal use where we need to specify AllocationStrategy under OnDemandSpecifications.
Proposed Solution
Add OnDemandProvisioningSpecificationProperty type with allocationStrategyProperty. Add a field called onDemandSpecification to InstanceFleetProvisioningSpecificationsProperty here
Finally modify this function
InstanceFleetProvisioningSpecificationsPropertyToJson
to emit the relevant parameters for ondemand specification.Other Information
Duplicate of old stale issue: #12501
Acknowledgements
CDK version used
v2.100
Environment details (OS name and version, etc.)
macOS: 13.5.2
The text was updated successfully, but these errors were encountered: