-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: cdk construct for parallel cluster #5541
Comments
Hello! Thank you for the feature request! Thanks |
The goal is to easily provision clusters with CDK with the rest of the infra. |
Thanks, I tracked this into our backlog |
Hi, I am also keen to get this feature so I can convert my current convoluted solution to a more elegant one |
I'd like to see ParallelCluster formally supported by CDK too - wondering whether the feature request really needs to be with CDK rather than ParallelCluster though? |
I would find this enhancement useful as well. Ideally, the configuration file would be abstracted into parameters to allow cluster management directly from CDK @chenwany Where can one view where this landed in the backlog? |
Now that parallel cluster supports CloudFormation custom resource, was wondering if you can officially support cdk deployment of parallel clusters. As a quick poc, deploying the custom resource and then paralell cluster works in principal (python cdk below)
The text was updated successfully, but these errors were encountered: