aws / aws/aws-cdk

stepfunctions-tasks: emr-create-cluster - add support for managedScalingPolicy

Open
#26,115 4 comments 0 reactions 0 assignees View on GitHub
@aws-cdk/aws-emr @aws-cdk/aws-stepfunctions-tasks effort/medium feature-request p2
Dominant language
TypeScript
Stars
12.9k
Forks
4.6k
Avg merge
2d 3h
Merged PRs (30d)
83

Description

### Describe the feature

When creating an EMR cluster in a step function it's possible to create a managed scaling policy when authoring amazon states language json. However, there's no way to do this in cdk that I can see. Would it be possible to add managed scaling policy support in cdk?

### Use Case

I want to create an EMR cluster with emr managed scaling in a step function with cdk.

### Proposed Solution

_No response_

### Other Information

_No response_

### Acknowledgements

- [ ] I may be able to implement this feature request
- [ ] This feature might incur a breaking change

### CDK version used

2.55.1

### Environment details (OS name and version, etc.)

macos

Contributor guide

Open the contributing guide

Research direction

Start at the stepfunctions-tasks EMR create-cluster construct and trace how its cluster properties are rendered into Amazon States Language. Check the corresponding construct tests and compare the generated definition with the managed scaling policy shape; done means CDK users can configure the policy and the synthesized state includes it.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, typescript
Domain
cloud, infrastructure
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.