Feature request: ability to change HeadNode (Master node) instance type
- Dominant language
- Python
- Stars
- 888
- Forks
- 314
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 43
Description
I noticed that even as of Parallelcluster 3.5, the ability to change the instance type (even just changing the size, within the same instance class) of the HeadNode is **still** not a thing one can update with a pcluster update. "If you need this change, please consider creating a new cluster instead of updating the existing one" is such a silly answer...

...since it's so easy and foolproof already to do this with the workaround we've been using since Parallelcluster 2.X:
1) Stop head node (can even do this in the Parallelcluster GUI now)
2) Go to instance in AWS EC2 console or CLI (can even get to console by clicking instance in the Parallelcluster GUI now)
3) Change instance type in EC2 console or CLI
4) Start head node (can even do this in the Parallelcluster GUI now)
What's especially funny is that after doing this, the Parallelcluster GUI even reports the correct instance type!
Contributor guide
Assessment
This issue has not been assessed yet.