Hello!
I am trying to understand what happens from a behavior and operations view to existing ParallelCluster environments that don't upgrade to 3.14.0 before June 1st 2026
From what I can see:
- lambda python 3.9 went out of support in late 2025
- AWS is blocking new lamdas that use v 3.9 on June 1st 2026
- AWS is blocking existing layer updates that use v3.9 on July 1st 2026
I'd like to understand and communicate to people needing to plan their upgrades.
My guess as to what will happen is this, looking for a sanity check:
Existing ParallelCluster environments older than v3.14.0 running after June 1st 2026
- Existing clusters will continue to operate just fine, including auto-scaling compute fleets (no lambda create/updates in this scenario)
- Existing clusters can upgrade compute fleet configuration details (no lambda involved; just new launch templates and auto-scaling configs)
- No new clusters can be deployed (because this does create v3.9 lambda functions)
- (??) Cluster updates requiring loginNode or headNode replacement will fail (Not sure; are lambdas updated in this scenario?)
Thanks!
Hello!
I am trying to understand what happens from a behavior and operations view to existing ParallelCluster environments that don't upgrade to 3.14.0 before June 1st 2026
From what I can see:
I'd like to understand and communicate to people needing to plan their upgrades.
My guess as to what will happen is this, looking for a sanity check:
Existing ParallelCluster environments older than v3.14.0 running after June 1st 2026
Thanks!