aws-samples / pcluster-manager

Manage AWS ParallelCluster through an easy to use web interface
https://pcluster.cloud
Apache License 2.0
65 stars 27 forks source link

Update from CFN console #17

Open bollig opened 2 years ago

bollig commented 2 years ago

Would love to have ability to upgrade to latest pcluster-manager by providing new version number in CFN console:

image

Resource handler returned message: "Resource dependency error: The resource ARN 'arn:aws:imagebuilder:us-east-2:XXXXXXX:image/importpublicecrimage-3-1-1-YYYYYYY/3.1.1/1' has a running workflow. (Service: Imagebuilder, Status Code: 400, Request ID: ZZZZZZZ, Extended Request ID: null)" (RequestToken: ZZZZZZ, HandlerErrorCode: GeneralServiceException)
sean-smith commented 2 years ago

This should work, I have a 3.0.0, 3.0.3 and 3.1.1 stack running simultaneously.

sean-smith commented 2 years ago

ah you mean update the existing stack.

One of the issues here is when you update you lose the ability to interact with existing prior version clusters. Ideally you'd have multiple API stacks and it'd call the right version based on the cluster's version or a drop down in the create cluster.

sean-smith commented 2 years ago

Would be curious to hear your thoughts on this

BarcoMasile commented 2 years ago

Thank you @bollig , this is something we can definitely consider in the future, but right now it's not something we could whip up quickly. This RFE is currently tracked in our board. Will update when the time comes.