Aws-parallelcluster: ParallelCluster v2.9.0 breaks on private subnet for master node

Created on 14 Sep 2020  路  3Comments  路  Source: aws/aws-parallelcluster

Environment:

  • AWS ParallelCluster v2.9.0

Bug description and how to reproduce:
The outputs for the 2.9.0 template seem to require a PublicIP. So it breaks for a master node in a private subnet:
Cluster creation failed. Failed events:

Additional context:
I am not using a proxy server, but my subnet does have access to the internet via a transit gateway and NAT gateways in another account.

bug pending release

All 3 comments

Hi @huffmabc

You found a bug in the CloudFormation template used to create the Master Substack, on which we missed to evaluate if the MasterPublicIP exists when defining the Output.

We are going to fix it, thanks for reporting this.

Release 2.9.1 to fix this issue is out: https://github.com/aws/aws-parallelcluster/releases/tag/v2.9.1

Was this page helpful?
0 / 5 - 0 ratings