aws / aws-parallelcluster

AWS ParallelCluster is an AWS supported Open Source cluster management tool to deploy and manage HPC clusters in the AWS cloud.
https://github.com/aws/aws-parallelcluster
Apache License 2.0
826 stars 312 forks source link

Allow updating custom AMI for the Head Node #3292

Open pktxu opened 2 years ago

pktxu commented 2 years ago

Currently a cluster can't be updated to use a different custom_ami than it was created with. For deployments needing long installs of additional software, it is much more convenient to generate pre-baked images, given that the only workarounds are either deleting & recreating a cluster or deploying to the shared fs (which may not be accessible from the image's CI).

hanwen-pcluste commented 2 years ago

Hey there,

Thank you for the suggestion. We started to support compute custom AMI update with ParallelCluster 3. Head node custom AMI update is still not supported.

We would like to mark this as a feature request and take it into consideration.

Thank you! Hanwen