aws-samples / aws-eda-slurm-cluster

AWS Slurm Cluster for EDA Workloads
MIT No Attribution
24 stars 7 forks source link

[BUG] Handle case where ParallelCluster database stack isn't ready yet #190

Closed cartalla closed 6 months ago

cartalla commented 6 months ago

Describe the bug I specified slurm/PartallelClusterConfig/Database/DatabaseStackName and tried to deploy the cluster before the database stack had finished deploying. This failed with stack trace because the stack wasn't found or the stack didn't have outputs yet.

Add checking for an incorrect stack or stack that isn't ready so get better error messages.