Skip to content

@aws-cdk/aws-stepfunctions: not all options for CreateEmrCluster are present #33431

@guillaume-alliander

Description

@guillaume-alliander

Describe the bug

The signature of tasks.EmrCreateCluster is not consistent with what it is supposed to do, namely follow the RunJobFlow API

Regression Issue

  • Select this option if this issue appears to be a regression.

Last Known Working CDK Version

No response

Expected Behavior

Having arguments like

  • EbsRootVolumeIops
  • EbsRootVolumeSize
  • EbsRootVolumeThroughput
  • ManagedScalingPolicy

(non exhaustive list, this is what I need myself)

Which are part of the RunJobFlow API, but cannot be given to the EmrCreateCluster call.

Current Behavior

Missing arguments, so I cannot create an EMR cluster via cdk in step functions.

Reproduction Steps

As the bug is about missing parameters, not much to show here.

Possible Solution

No response

Additional Information/Context

No response

CDK CLI Version

2.178.2

Framework Version

No response

Node.js Version

22.9.0

OS

MacOs 15.3.1

Language

Python

Language Version

3.12.8

Other information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    @aws-cdk/aws-stepfunctionsRelated to AWS StepFunctionsbugThis issue is a bug.effort/mediumMedium work item – several days of effortp2

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions