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
832 stars 312 forks source link

ParallelCluster v2.9.0 breaks on private subnet for master node #2040

Closed huffmabc closed 4 years ago

huffmabc commented 4 years ago

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.

enrico-usai commented 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.

enrico-usai commented 4 years ago

Patch to fix the issue: https://github.com/aws/aws-parallelcluster/pull/2041

enrico-usai commented 4 years ago

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