Closed huffmabc closed 4 years ago
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.
Patch to fix the issue: https://github.com/aws/aws-parallelcluster/pull/2041
Release 2.9.1 to fix this issue is out: https://github.com/aws/aws-parallelcluster/releases/tag/v2.9.1
Environment:
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.